diff --git a/.tx/config b/.tx/config index 479687d4327..3a6ea0d9874 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com type = PO -[fixmystreet.v2-6] +[fixmystreet.v3-0] file_filter = locale/.UTF-8/LC_MESSAGES/FixMyStreet.po source_file = locale/FixMyStreet.po source_lang = en_GB diff --git a/CHANGELOG.md b/CHANGELOG.md index 437f486569d..81977b14e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ## Releases * Unreleased + +* v3.0 (4th March 2020) - Security: - Fix XSS vulnerability in pagination page number. - Rotate session ID after successful login. - - Switch to auto-escaping of all template variables (see below). - - Scrub admin description fields. + - Switch to auto-escaping of all template variables (see below). #2772 + - Scrub admin description fields. #2791 - Front end improvements: - Improved 403 message, especially for private reports. #2511 - Mobile users can now filter the pins on the `/around` map view. #2366 @@ -16,11 +18,11 @@ - Improve map JavaScript defensiveness. - Upgrade jquery-validation plugin. #2540 - Pass ‘filter_category’ param to front page to pre-filter map. - - Remove on-map Permalink. - - Darken front page step numbers, and improve nested heading structure. - - Set report title autocomplete to off to prevent email autocompleting + - Remove on-map Permalink. #2631 + - Darken front page step numbers, and improve nested heading structure. #2631 + - Set report title autocomplete to off to prevent email autocompleting. #2518 - Add map filter debouncing to reduce server requests. #2675 - - Add XSL to RSS feeds so they look nicer in browsers. + - Add XSL to RSS feeds so they look nicer in browsers. #2736 - Add per-report OpenGraph images. #2394 - Display GPS marker on /around map. #2359 - Use nicer default photo upload message. #2358 @@ -28,28 +30,39 @@ - Use category groups whenever category lists are shown. #2702 - Display map inline with duplicate suggestions on mobile. #2668 - Improved try again process on mobile. #2863 - - Improve messaging/display of private reports. + - Improve messaging/display of private reports. #2884 - Add a web manifest and service worker. #2220 - Also check filter_category for category choice. #2893 + - Reduce duplicate Permalink.updateLink calls when zooming map. #2824 + - Hide ‘provide extra information’ preamble when no visible fields are present. #2811 + - Improve user flow when JavaScript is not available. #2619 + - Change ‘locate me automatically’ to ‘use my location’. #2615 + - Include ‘submit’ button at very bottom of report form when signing in during report + - Provide ARIA roles for message controller box. - Admin improvements: - Add new roles system, to group permissions and apply to users. #2483 - - Contact form emails now include user admin links. + - Contact form emails now include user admin links. #2608 - Allow categories/Open311 questions to disable the reporting form. #2599 - Improve category edit form. #2469 - Allow editing of category name. #1398 - - Allow non-superuser staff to use 2FA, and optional enforcement of 2FA. - - Add optional enforced password expiry. - - Store a moderation history on admin report edit. - - Add user admin log page. - - Allow report as another user with only name. - - Allow staff users to sign other people up for alerts. + - Allow non-superuser staff to use 2FA, and optional enforcement of 2FA. #2701 + - Add optional enforced password expiry. #2705 + - Store a moderation history on admin report edit. #2722 + - Add user admin log page. #2722 + - Allow report as another user with only name. #2781 + - Allow staff users to sign other people up for alerts. #2783 - Group categories on body page. #2850 - Add admin UI for managing web manifest themes. #2792 - - Add a new "staff" contact state. + - Add a new "staff" contact state. #2891 + - Store staff user when staff make anonymous report. #2802 + - Record first time fixed/closed update sent to reporter in email. + - Pre-filter ‘all reports’ by area for inspectors + - show open311 failure details in admin report edit page. #2468 - New features: - Categories can be listed under more than one group #2475 - OpenID Connect login support. #2523 - Heatmap dashboard. #2675 + - Allow anonymous submission by a button, optionally per-category. - Bugfixes: - Prevent creation of two templates with same title. #2471 - Fix bug going between report/new pages client side. #2484 @@ -58,33 +71,35 @@ - Fix front-end testing script when run with Vagrant. #2514 - Handle missing category when sending open311 reports #2502 - Fix label associations with category groups. #2541 - - Hide category extras when duplicate suggestions shown. - - Hide duplicate suggestions when signing in during reporting. - - Retain extra data if signing in during reporting. - - Have duplicate suggestion and assets coexist better. - - Don't include lat/lon of private reports in ‘Report another problem - here’ link. - - Allow contact send method to be unset always. + - Hide category extras when duplicate suggestions shown. #2588 + - Hide duplicate suggestions when signing in during reporting. #2588 + - Retain extra data if signing in during reporting. #2588 + - Have duplicate suggestion and assets coexist better. #2589 + - Don't include lat/lon of private reports in ‘Report another problem here’ link. #2605 + - Allow contact send method to be unset always. #2622 - Fix z-index stacking bug that was causing unclickable RSS icons on /alert page. #2624 - - Fix issue with inspector duplication workflow. + - Fix issue with inspector duplication workflow. #2678 - Fix removal of cached photos on moderation. #2696 - Checking of cached front page details against database. #2696 - Inconsistent display of mark private checkbox for staff users - Clear user categories when staff access is removed. #2815 - - Only trigger one change event on initial popstate. + - Only trigger one change event on initial popstate. #2862 - Fix error when hiding a user's updates with no confirmed updates. #2898 + - Sort reporting categories in display order. #2704 + - Do not clear asset attributes on category change. - Development improvements: - Upgrade the underlying framework and a number of other packages. #2473 - Add feature cobrand helper function. - Add front-end testing support for WSL. #2514 - - Allow cobrands to disable admin resending. - - Sass variables for default link colour and decoration. + - Allow cobrands to disable admin resending. #2553 + - Sass variables for default link colour and decoration. #2538 - Make contact edit note optional on staging sites. - - Store email addresses report sent to on the report. - - Add configuration for setting Content-Security-Policy header. - - Add banner on staging website/emails, and STAGING_FLAGS option to hide it. - - Do not hard code site name in database fixture. - - Ensure OS dependencies are kept updated in development environments. + - Store email addresses report sent to on the report. #2730 + - Add configuration for setting Content-Security-Policy header. #2759 + - Add banner on staging website/emails, and STAGING_FLAGS option to hide it. #2784 #2820 + - Do not hard code site name in database fixture. #2794 + - Ensure OS dependencies are kept updated in development environments. #2886 + - Enhance inactive scripts to act per-cobrand, or full deletion. #2827 - Open311 improvements: - Support use of 'private' service definition to mark reports made in that category private. #2488 @@ -93,13 +108,13 @@ - Add new upload_files flag which sends files/photos as part of the POST service request. #2495 - Allow description in email template with placeholder. #2470 - - Do not store display-only extra fields on new reports. - - Support receiving updates from external source. + - Do not store display-only extra fields on new reports. #2560 + - Support receiving updates from external source. #2521 - Improve JSON output of controller. - - unset external_status_code if blank in update + - unset external_status_code if blank in update. #2573 - Add support for account_id parameter to POST Service Request calls. - Do not overwrite/remove protected meta data. #2598 - - Spot multiple groups inside a element. + - Spot multiple groups inside a element. #2641 - Always update problem state from first comment #2832 - Backwards incompatible changes: - The FixMyStreet templating code will now escape all variables by diff --git a/README.md b/README.md index f01e206cc16..2218737ee3e 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 2.6; see CHANGELOG.md for a version history. +Platform is now at version 3.0; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 922e1453815..20e0eb813b0 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.6} +VERSION=${VERSION_OVERRIDE:-v3.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2020-03-04-v3.0.md b/docs/_posts/2020-03-04-v3.0.md new file mode 100644 index 00000000000..e36f22c6990 --- /dev/null +++ b/docs/_posts/2020-03-04-v3.0.md @@ -0,0 +1,147 @@ +--- +layout: post +title: Version 3.0 +author: matthew +--- + +
+Follow the Yellow Line +
+ +It has been quite a while since the last release, apologies, but today +we are happy to be releasing **version 3.0** of the FixMyStreet Platform, +which has a number of improvements. + +### Front end improvements + +* FixMyStreet can now be installed as a progressive web app. This means we've +added a web manifest (and an admin UI for managing this) and a basic service +worker that shows a page if you're offline, and continues the functionality of +allowing staff users to store and view their shortlisted reports offline. + + If you serve your site over HTTPS, you will be able to add the website to +your homescreen (browsers may prompt the user) and have it work like an app. +This provides us with a solid base on which to continue improving this in +future, including hopefully adding functionality such as offline report drafting +through the web site. + +
+ + Screenshot of mobile filters + +
+ +* Various improvements have been made to the site on mobile – the "try again" process +is clearer, duplicate suggestions show an inline map, the photo upload message is +better, and map filters can now be accessed. + +* Category groups are now used wherever a category list is shown – admin pages, +map filters, and so on; and you can pass a `filter_category` or `filter_group` +parameter to the front page or around page to pre-select that option, which +makes it easier to deep link to FixMyStreet from a page or form on another site. + +* Screenshot of map geolocation blue dot + + If you use geolocation, your location will now be displayed on the map, as +shown in the screenshot. + +* As asked for a few times on our mailing list, we now use a report's image as +its OpenGraph image on an individual report page when shared. + +* We've added XSL to our RSS feeds which means browsers no longer display them +as raw XML but as a nice simple web page that explains its purpose. Before +and after shots below: + +
+RSS feed before changes, raw XML +RSS feed after changes, looks much nicer +
+ +### Security + +All template variables are now automatically escaped by default, to help +protect against any future XSS vulnerabilities. We also rotate the user's +session ID after successful login, and scrub the admin description fields. + +If any of your own templates outputs a variable that contains HTML that you +wish to continue to allow to display as HTML, you will need to alter your +template to escape the variable with the `safe` filter, e.g. `[% some_html | +safe %]`. + +### Admin improvements + +* FixMyStreet now has a new roles system, allowing you to create groups of +permissions and apply those roles to users. + +
Category edit form screenshot
+ +* The category edit form has been drastically improved; category names can now be +edited, categories can be listed under more than one group, and categories or +particular extra questions can disable the reporting form (for e.g. emergency +"please call" categories or questions). + +* Two-factor authentication can be used by any staff member, and you can choose +to optionally enforce it for all staff. + +* The admin report edit page now stores moderation history, like the front end, + and you can now view a user's admin log history. + +* Heatmap web page + + We've added a heatmap dashboard for staff users, which can show hotspots. +To enable this, you will need to add `heatmap: { yourcobrand: 1 }` to your +`COBRAND_FEATURES` configuration. + +* There's a new "staff only" contact state, for categories that can only be + used by staff. + +* Staff users can report as other users even if they only have a name, + and can sign other people up to alerts. + +### Bugfixes + +Of course there have been a lot of bugfixes as well. One I remember is +when going back to the initial state with popstate, a change event was +being triggered on every single option of the filter selects. This led +to a lot of change events running on the category/status multi-selects +which then needlessly repeated the same activities over and over. This +locked up the browser for seconds in locations with many categories. +Below is a chart showing browser performance before and after: + +![Performance chart before bugfix, 12 seconds locked browser](https://user-images.githubusercontent.com/154364/73260403-bcc8ef00-41c1-11ea-87be-96a135f89453.png) +![Performance chart after bugfix, 0.2 seconds](https://user-images.githubusercontent.com/154364/73260623-32cd5600-41c2-11ea-9fa4-8122e9710440.png) + +### Development improvements + +We've upgraded the underlying framework and other packages, added a banner to +the staging website/emails to make it obvious when you're in development, added +configuration for admin resending, a Content-Security-Policy header, and +stopped hard coding the site name in the database fixture. + +### Open311 improvements + +* It is now possible for an external Open311 service to POST updates on a report +to FixMyStreet, rather than have FixMyStreet poll an external service for updates. + +* Email templates can include a placeholder to include the description fetched + from the Open311 server in the update. + +* Private reports are supported, in that an Open311 server can mark a category + as private which will then automatically mark all reports sent and received + in that category as private. + +* Meta questions added in the admin can be marked as protected so that they + won't be overridden by data fetched from an Open311 server. This is useful + for e.g. an "emergency" question that the Open311 server does not care about. + +### Upgrading + +As mentioned above, but it is worth repeating, if any of your own templates +outputs a variable that contains HTML that you wish to continue to allow to +display as HTML, you will need to alter your template to escape the variable +with the `safe` filter, e.g. `[% some_html | safe %]`. + +A full list of changes can be seen in the +[changelog](https://github.com/mysociety/fixmystreet/releases/tag/v3.0) as usual. diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index 5c4de00e04f..1a755110733 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,15 +17,16 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 perllib/FixMyStreet/DB/Result/Problem.pm:680 perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 perllib/FixMyStreet/DB/Result/Problem.pm:716 perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "" -#: templates/web/base/js/translation_strings.html:50 templates/web/base/report/new/category_extras.html:15 templates/web/base/report/new/councils_text_all.html:5 templates/web/base/report/new/top_message_none.html:12 templates/web/base/report/new/top_message_none.html:15 templates/web/base/report/new/top_message_some.html:12 templates/web/base/report/new/top_message_some.html:9 +#. ("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.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -41,7 +42,7 @@ msgstr "" msgid "%d users already existed" msgstr "" -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:24 +#: 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 msgid "%s - Summary reports" msgstr "" @@ -63,7 +64,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -71,7 +72,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -82,7 +83,7 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:164 templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -102,11 +103,11 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 templates/web/zurich/admin/report_edit.html:90 +#: 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:69 templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -118,7 +119,7 @@ msgstr "" msgid "(closed)" msgstr "" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -126,10 +127,6 @@ msgstr "" msgid "(fixed)" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -155,11 +152,11 @@ msgid "(sent to both)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 perllib/FixMyStreet/App/Controller/Report/New.pm:710 perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 perllib/FixMyStreet/App/Controller/Report/New.pm:764 templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -167,6 +164,10 @@ msgstr "" 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 "" @@ -183,11 +184,12 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -211,23 +213,28 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#: templates/web/base/report/form/user_loggedout_password.html:4 +msgid "Yes I have a password" msgstr "" -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:4 -msgid "Yes I have a password" +#: 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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -246,11 +253,15 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/form.html:139 templates/web/base/admin/bodies/index.html:78 templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:101 +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:1 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 "" @@ -258,7 +269,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -266,15 +277,15 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 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 "" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 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 "" @@ -282,23 +293,23 @@ msgstr "" msgid "Add to shortlist" msgstr "" -#: templates/web/base/admin/users/edit.html:4 templates/web/base/admin/users/index.html:48 templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/edit.html:4 templates/web/base/admin/users/index.html:95 templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -306,7 +317,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -322,15 +333,15 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" -#: templates/web/base/dashboard/index.html:40 templates/web/base/dashboard/index.html:51 templates/web/base/dashboard/index.html:64 templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -342,7 +353,7 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/admin/category-multiselect.html:5 templates/web/base/admin/responsepriorities/list.html:20 templates/web/base/admin/templates.html:19 +#: 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 "" @@ -354,7 +365,7 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 templates/web/base/main_nav_items.html:35 templates/web/zurich/admin/index-dm.html:12 templates/web/zurich/admin/stats/index.html:11 templates/web/zurich/footer.html:20 templates/web/zurich/nav_over_content.html:6 +#: 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 "" @@ -378,7 +389,15 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "" @@ -390,7 +409,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 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: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 msgid "Anonymous:" msgstr "" @@ -398,19 +417,21 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 templates/web/base/admin/template_edit.html:91 templates/web/base/js/translation_strings.html:96 templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: 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:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -418,27 +439,31 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 templates/web/zurich/admin/stats/index.html:57 +#: templates/web/zurich/admin/reports/edit.html:158 templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -450,30 +475,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -482,11 +499,12 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 templates/web/zurich/report/_item.html:11 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -494,19 +512,27 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 perllib/FixMyStreet/Cobrand/Default.pm:735 perllib/FixMyStreet/Cobrand/Zurich.pm:408 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/report_edit.html:56 templates/web/zurich/header.html:49 +#: 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 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/reports/edit.html:56 templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" -#: templates/web/base/admin/flagged.html:17 templates/web/base/admin/index.html:63 templates/web/base/admin/reports.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:18 +#: 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:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -514,10 +540,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -526,23 +548,23 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 templates/web/base/admin/responsepriorities/list.html:8 templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:2 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 "" -#: templates/web/base/admin/bodies/body.html:73 templates/web/base/admin/bodies/contact-form.html:19 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:100 templates/web/base/report/_inspect.html:72 templates/web/base/report/_item.html:64 templates/web/base/report/new/category.html:22 templates/web/base/report/new/category_wrapper.html:3 templates/web/zurich/admin/bodies/body.html:14 templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.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: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 msgid "Category" msgstr "" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -550,7 +572,7 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 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:72 templates/web/zurich/admin/report_edit.html:100 +#: 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 "" @@ -558,44 +580,34 @@ msgstr "" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 templates/web/base/auth/change_email.html:3 +#: 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:1 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:65 +#: 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:1 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 "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -631,43 +643,44 @@ msgstr "" msgid "Close" msgstr "" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 perllib/FixMyStreet/Cobrand/Zurich.pm:156 perllib/FixMyStreet/Cobrand/Zurich.pm:159 perllib/FixMyStreet/DB/ResultSet/State.pm:71 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:117 templates/web/zurich/admin/stats/index.html:52 +#: 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 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "" -#: templates/web/base/admin/list_updates.html:10 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 "" -#: templates/web/base/admin/report_edit.html:94 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 "" -#: templates/web/base/admin/report_edit.html:93 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 "" -#: templates/web/base/admin/extra-metadata-form.html:24 templates/web/base/auth/2faform.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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 perllib/FixMyStreet/Cobrand/Zurich.pm:422 templates/web/base/admin/config_page.html:1 +#: 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 msgid "Configuration" msgstr "" @@ -675,11 +688,11 @@ msgstr "" msgid "Confirm" msgstr "" -#: templates/web/base/auth/2faform.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 "" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -687,11 +700,11 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 templates/web/base/admin/users/alerts.html:10 templates/web/zurich/admin/bodies/contact-form.html:35 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 "" -#: templates/web/base/admin/list_updates.html:40 templates/web/base/admin/problem_row.html:36 templates/web/base/admin/report_edit.html:79 +#: 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 "" @@ -704,11 +717,12 @@ msgstr "" msgid "Contact Us" msgstr "" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "" -#: templates/web/base/report/form/user.html:8 +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -720,15 +734,12 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -744,7 +755,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -752,7 +763,7 @@ msgstr "" msgid "Count" msgstr "" -#: templates/web/base/admin/states/index.html:114 +#: 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 "" @@ -760,35 +771,35 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 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.html:10 +#: templates/web/base/admin/problem_row.html:34 templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -796,7 +807,7 @@ msgstr "" msgid "Created %d new users" msgstr "" -#: templates/web/base/admin/list_updates.html:39 templates/web/base/admin/report_edit.html:78 templates/web/base/admin/update_edit.html:55 templates/web/zurich/admin/update_edit.html:29 +#: 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 "" @@ -804,11 +815,11 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -816,15 +827,15 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 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/reports/index.html:15 templates/web/base/reports/index.html:18 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -832,31 +843,27 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "" - -#: 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 "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 templates/web/base/admin/template_edit.html:91 templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 templates/web/base/admin/templates/edit.html:88 templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 templates/web/base/admin/bodies/index.html:31 templates/web/zurich/admin/bodies/contact-form.html:36 +#: 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 "" @@ -864,38 +871,35 @@ msgstr "" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 templates/web/base/admin/responsepriorities/list.html:7 templates/web/zurich/admin/index-dm.html:22 templates/web/zurich/admin/index-sdm.html:20 templates/web/zurich/admin/reports.html:12 +#: 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 msgid "Description" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "" -#: templates/web/base/admin/users/alerts.html:12 templates/web/base/js/translation_strings.html:45 templates/web/zurich/report/new/fill_in_details_form.html:45 +#. ("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/report_edit.html:119 templates/web/base/report/update/moderation_diff.html:3 templates/web/zurich/admin/report_edit-sdm.html:29 templates/web/zurich/admin/report_edit.html:31 templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -904,6 +908,14 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -912,6 +924,14 @@ msgstr "" 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 "" @@ -921,15 +941,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -937,19 +953,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -957,23 +978,23 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" -#: templates/web/base/admin/list_updates.html:44 templates/web/base/admin/problem_row.html:43 templates/web/base/admin/responsepriorities/list.html:28 templates/web/base/admin/templates.html:31 templates/web/base/admin/users/index.html:34 templates/web/zurich/admin/problem_row.html:49 templates/web/zurich/admin/templates.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:49 templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/bodies/body.html:142 templates/web/base/admin/index.html:39 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -981,15 +1002,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -997,7 +1018,7 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 templates/web/base/admin/report_edit.html:15 templates/web/base/admin/report_edit.html:6 templates/web/zurich/admin/report_edit-sdm.html:1 templates/web/zurich/admin/report_edit-sdm.html:6 templates/web/zurich/admin/report_edit.html:1 templates/web/zurich/admin/report_edit.html:6 +#: 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 "" @@ -1013,15 +1034,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:17 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: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 msgid "Email" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:38 templates/web/base/alert/_list.html:74 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: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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1033,19 +1054,19 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "" @@ -1093,7 +1114,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1101,11 +1122,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1113,7 +1134,7 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 templates/web/base/around/postcode_form.html:8 +#: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1121,11 +1142,12 @@ msgstr "" msgid "Enter details of the problem" msgstr "" -#: templates/web/base/errors/generic.html:1 templates/web/base/errors/generic.html:8 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 +#. ("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/reports/_list-filters.html:50 templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1137,7 +1159,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1145,19 +1167,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1165,11 +1188,11 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1177,26 +1200,30 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 templates/web/base/admin/reportextrafields/edit.html:1 templates/web/base/admin/reportextrafields/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 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:159 templates/web/base/admin/report_edit.html:129 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:107 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/_inspect.html:168 templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1205,15 +1232,24 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 templates/web/base/report/form/user_loggedout_password.html:8 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 templates/web/zurich/admin/index-sdm.html:30 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1221,19 +1257,19 @@ msgstr "" msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/States.pm:35 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:179 templates/web/base/admin/states/index.html:29 templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/dashboard/index.html:118 +#: 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:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" -#: templates/web/base/admin/bodies/form.html:96 templates/web/base/admin/responsepriorities/edit.html:53 templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/base/admin/bodies/form.html:96 templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1241,7 +1277,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1249,7 +1285,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1257,7 +1293,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/report_edit.html:150 templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1269,27 +1305,23 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 templates/web/base/report/form/user_loggedout_password.html:24 templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1297,23 +1329,27 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" -#: templates/web/base/around/_updates.html:3 templates/web/base/report/display_tools.html:14 templates/web/base/report/new/duplicate_suggestions.html:32 templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1325,47 +1361,47 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 templates/web/base/admin/index.html:34 templates/web/base/admin/index.html:49 templates/web/base/alert/index.html:37 templates/web/base/around/postcode_form.html:16 templates/web/base/reports/_list-filters.html:71 templates/web/base/reports/_list-filters.html:86 templates/web/base/reports/_list-filters.html:92 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: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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:22 templates/web/zurich/nav_over_content.html:8 +#: templates/web/base/admin/stats/index.html:15 templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 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:15 templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1377,15 +1413,15 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 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 "" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1409,10 +1445,15 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 templates/web/base/around/display_location.html:69 templates/web/base/js/translation_strings.html:72 +#. ("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 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 "" @@ -1421,15 +1462,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1437,7 +1474,8 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1453,7 +1491,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:60 templates/web/base/admin/list_updates.html:6 templates/web/base/admin/reports.html:12 templates/web/base/admin/users/alerts.html:8 templates/web/zurich/admin/index-dm.html:21 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.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-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 msgid "ID" msgstr "" @@ -1467,29 +1505,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1501,36 +1543,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 templates/web/base/report/new/top_message_none.html:9 +#: 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -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" @@ -1551,11 +1589,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1571,7 +1613,7 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1579,43 +1621,43 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" msgstr "" -#: templates/web/zurich/admin/list_updates.html:35 -msgid "Internal notes" +#: templates/web/base/admin/extra-metadata-option.html:6 +msgid "Internal key" msgstr "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" +#: templates/web/zurich/admin/list_updates.html:35 +msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1627,10 +1669,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 templates/web/base/admin/states/index.html:95 msgid "Label" msgstr "" @@ -1651,11 +1689,15 @@ msgstr "" msgid "Last editor" msgstr "" -#: templates/web/base/questionnaire/index.html:53 +#: 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/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "" @@ -1663,11 +1705,11 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 templates/web/base/report/_item.html:60 templates/web/base/report/update/moderation_diff.html:6 +#: templates/web/base/report/_item.html:70 templates/web/base/report/inspect/information.html:26 templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1675,10 +1717,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1687,19 +1725,19 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: templates/web/base/report/new/category_wrapper.html:9 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 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:1 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 "" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1711,75 +1749,91 @@ msgstr "" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -1787,7 +1841,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -1807,39 +1861,43 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 templates/web/base/admin/update_edit.html:86 +#: templates/web/base/admin/reports/edit.html:193 templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 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 "" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "" -#: templates/web/base/admin/bodies/form.html:24 templates/web/base/admin/bodies/index.html:25 templates/web/base/admin/extra-metadata-form.html:75 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/index.html:62 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/reportextrafields/edit.html:11 templates/web/base/admin/reportextrafields/index.html:6 templates/web/base/admin/reports.html:14 templates/web/base/admin/responsepriorities/list.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:16 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 +#: 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 +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/report_edit.html:135 templates/web/base/admin/responsepriorities/edit.html:13 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 templates/web/zurich/admin/stats/index.html:62 +#: 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 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -1847,11 +1905,11 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 perllib/FixMyStreet/Geocode/Address.pm:17 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1865,15 +1923,15 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.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 "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -1881,7 +1939,11 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -1889,11 +1951,11 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" -#: templates/web/base/auth/change_password.html:47 templates/web/base/auth/create.html:49 templates/web/base/report/form/user_loggedout_by_email.html:54 +#: 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 msgid "New password:" msgstr "" @@ -1901,7 +1963,7 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -1957,7 +2019,7 @@ msgstr "" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 templates/web/base/admin/templates.html:37 templates/web/zurich/admin/template_edit.html:9 templates/web/zurich/admin/templates.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 "" @@ -1965,7 +2027,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -1977,19 +2039,23 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 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/report_edit.html:133 templates/web/base/admin/report_edit.html:96 templates/web/base/admin/update_edit.html:26 templates/web/base/admin/users/alerts.html:21 templates/web/base/questionnaire/index.html:106 templates/web/base/questionnaire/index.html:39 templates/web/base/report/_inspect.html:116 +#: 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 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2005,23 +2071,20 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2031,21 +2094,21 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 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 "" -#: templates/web/base/admin/report_edit.html:67 templates/web/base/admin/report_edit.html:92 templates/web/base/admin/report_edit.html:94 +#: 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:76 templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 templates/web/base/admin/users/form.html:80 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:42 templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2053,7 +2116,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2069,7 +2132,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2081,8 +2144,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2093,15 +2160,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2109,15 +2178,19 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 perllib/FixMyStreet/Cobrand/Zurich.pm:154 perllib/FixMyStreet/DB/ResultSet/State.pm:70 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:116 templates/web/zurich/admin/update_edit.html:18 +#: 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: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 msgid "Open" msgstr "" @@ -2141,7 +2214,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2153,15 +2226,15 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 perllib/FixMyStreet/App/Controller/Report/New.pm:711 perllib/FixMyStreet/App/Controller/Report/New.pm:712 perllib/FixMyStreet/App/Controller/Report/New.pm:747 perllib/FixMyStreet/App/Controller/Report/New.pm:750 perllib/FixMyStreet/DB/Result/Problem.pm:605 perllib/FixMyStreet/DB/Result/Problem.pm:612 perllib/FixMyStreet/DB/Result/Problem.pm:627 perllib/FixMyStreet/DB/Result/Problem.pm:636 perllib/FixMyStreet/Script/Reports.pm:192 perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 perllib/FixMyStreet/App/Controller/Report/New.pm:765 perllib/FixMyStreet/App/Controller/Report/New.pm:766 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/Script/Reports.pm:168 perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2189,19 +2262,31 @@ msgstr "" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +msgid "Parent categories" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 templates/web/zurich/auth/general.html:20 templates/web/zurich/auth/general.html:46 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2209,7 +2294,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2217,39 +2302,39 @@ msgstr "" 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:37 templates/web/base/report/new/form_user_loggedin.html:53 +#: 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 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 templates/web/zurich/admin/stats/index.html:60 +#: 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 msgid "Phone:" msgstr "" -#: templates/web/base/admin/update_edit.html:95 templates/web/base/questionnaire/index.html:78 templates/web/base/questionnaire/index.html:93 templates/web/base/questionnaire/index.html:95 templates/web/base/report/new/form_report.html:29 templates/web/base/report/new/form_report.html:44 templates/web/base/report/new/form_report.html:46 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:29 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports.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/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 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:29 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: 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 msgid "Photos" msgstr "" @@ -2257,6 +2342,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 templates/web/base/reports/index.html:79 msgid "Pick your council" msgstr "" @@ -2265,7 +2354,8 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2285,19 +2375,20 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 perllib/FixMyStreet/DB/Result/User.pm:220 perllib/FixMyStreet/DB/Result/User.pm:221 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:263 perllib/FixMyStreet/DB/Result/User.pm:264 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 "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 perllib/FixMyStreet/App/Controller/Report/New.pm:1003 perllib/FixMyStreet/App/Controller/Report/New.pm:968 perllib/FixMyStreet/DB/Result/Problem.pm:388 templates/web/base/js/translation_strings.html:19 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 perllib/FixMyStreet/App/Controller/Report/New.pm:1029 perllib/FixMyStreet/App/Controller/Report/New.pm:1073 templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/template_edit.html:13 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 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 "" @@ -2312,71 +2403,87 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/DB/Result/Comment.pm:149 templates/web/base/js/translation_strings.html:6 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 perllib/FixMyStreet/DB/Result/Comment.pm:143 templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 perllib/FixMyStreet/DB/Result/User.pm:223 perllib/FixMyStreet/DB/Result/User.pm:224 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:266 perllib/FixMyStreet/DB/Result/User.pm:267 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:214 perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "" -#: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:29 templates/web/base/js/translation_strings.html:29 +#. ("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 "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 perllib/FixMyStreet/DB/Result/Problem.pm:371 templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 perllib/FixMyStreet/DB/Result/Problem.pm:365 templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 perllib/FixMyStreet/DB/Result/User.pm:213 templates/web/base/js/translation_strings.html:22 templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: 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:199 perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 perllib/FixMyStreet/DB/Result/User.pm:211 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:21 templates/web/base/js/translation_strings.html:25 +#. ("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 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 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.pm:131 perllib/FixMyStreet/DB/Result/Comment.pm:146 perllib/FixMyStreet/DB/Result/Problem.pm:382 perllib/FixMyStreet/DB/Result/User.pm:206 templates/web/base/js/translation_strings.html:16 +#: 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:140 perllib/FixMyStreet/DB/Result/Problem.pm:379 perllib/FixMyStreet/DB/Result/User.pm:249 templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" -#: templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:6 templates/web/base/js/translation_strings.html:35 +#. ("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 "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2384,7 +2491,7 @@ msgstr "" 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:1 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 "" @@ -2392,7 +2499,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2400,7 +2507,13 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 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 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2424,11 +2537,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2444,15 +2557,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2460,15 +2577,16 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 perllib/FixMyStreet/App/Model/PhotoSet.pm:154 perllib/FixMyStreet/App/Model/PhotoSet.pm:156 templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2476,23 +2594,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2500,19 +2618,31 @@ msgstr "" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2520,11 +2650,11 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 templates/web/base/admin/bodies/contact-form.html:75 templates/web/base/admin/report_edit.html:152 templates/web/base/report/_inspect.html:16 templates/web/base/report/new/form_user_loggedin.html:67 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -2536,10 +2666,26 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -2548,7 +2694,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -2556,7 +2702,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 perllib/FixMyStreet/Cobrand/KiitC.pm:196 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2564,11 +2710,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -2576,32 +2722,36 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "Problems within %s ward, %s" msgstr "" #. ("First %s is the body name, second %s the site name") -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:25 +#: 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 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" -#: templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form-wrapper.html:3 templates/web/base/report/update-form.html:9 +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect 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 "" @@ -2609,30 +2759,34 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 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 "" +#: 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 "" @@ -2645,63 +2799,67 @@ msgstr "" msgid "Questionnaire %d sent for problem %d" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 templates/web/base/report/updates.html:17 +#: 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:26 templates/web/base/alert/updates.html:9 templates/web/base/around/display_location.html:1 templates/web/base/around/display_location.html:3 templates/web/base/report/display_tools.html:42 +#: 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:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: 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:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 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 "" -#: templates/web/base/alert/updates.html:9 templates/web/base/report/display_tools.html:42 +#: 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:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read more" msgstr "" -#: templates/web/base/alert/updates.html:14 templates/web/base/report/display_tools.html:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -2714,11 +2872,11 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -2726,15 +2884,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -2746,19 +2900,23 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 templates/web/base/admin/update_edit.html:74 templates/web/zurich/admin/update_edit.html:35 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -2766,23 +2924,30 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "" -#: templates/web/base/header_logo.html:2 templates/web/base/js/translation_strings.html:86 templates/web/base/main_nav_items.html:6 templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 +#. ("JS") +#: templates/web/base/header_logo.html:2 templates/web/base/js/translation_strings.html:89 templates/web/base/main_nav_items.html:6 templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 templates/web/base/main_nav_items.html:4 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 templates/web/base/main_nav_items.html:2 templates/web/base/tokens/confirm_problem.html:40 +#: 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:91 templates/web/base/main_nav_items.html:2 templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -2790,15 +2955,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 templates/web/base/report/new/login_success_form.html:1 templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -2810,19 +2979,19 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 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:64 +#: 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:640 templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -2830,47 +2999,49 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: templates/web/zurich/admin/report_edit-sdm.html:38 templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "" -#: templates/web/base/around/index.html:3 templates/web/base/around/lookup_by_ref.html:3 templates/web/base/js/translation_strings.html:59 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 +#. ("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:652 perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Zurich.pm:400 templates/web/base/dashboard/index.html:107 templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 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 "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -2878,14 +3049,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -2894,59 +3061,57 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 templates/web/zurich/admin/template_edit.html:1 templates/web/zurich/admin/template_edit.html:4 templates/web/zurich/admin/templates.html:1 templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -2962,39 +3127,53 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 perllib/FixMyStreet/App/Controller/Admin.pm:1093 templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/report_edit.html:118 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 perllib/FixMyStreet/App/Controller/Admin.pm:448 templates/web/base/admin/reports/edit.html:171 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:1089 templates/web/base/admin/report_edit.html:167 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/report_edit.html:119 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 templates/web/base/admin/reports/edit.html:172 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 templates/web/base/maps/google-ol.html:2 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:87 templates/web/base/report/_inspect.html:212 templates/web/base/report/_main.html:129 templates/web/base/report/update.html:58 templates/web/zurich/admin/bodies/contact-form.html:49 templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/bodies/contact-form.html:124 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 msgid "Save changes" msgstr "" @@ -3002,48 +3181,52 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" -#: templates/web/base/admin/index.html:26 templates/web/base/admin/reports.html:1 templates/web/zurich/admin/reports.html:1 +#: 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 "" -#: templates/web/base/admin/index.html:32 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 "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 templates/web/base/admin/users/index.html:8 templates/web/zurich/admin/reports.html:5 +#: 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.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 "" -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:39 templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:45 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:7 +#: 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:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3051,11 +3234,11 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:84 templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:87 templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3067,19 +3250,23 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3087,47 +3274,47 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 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 "" -#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:4 templates/web/base/my/my.html:67 +#: 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.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 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:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: 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 "" @@ -3139,7 +3326,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3155,7 +3342,7 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3163,7 +3350,8 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 templates/web/base/around/display_location.html:67 templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3175,15 +3363,15 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 templates/web/base/auth/general.html:4 templates/web/base/auth/general.html:87 templates/web/base/main_nav_items.html:14 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:14 templates/web/zurich/auth/general.html:23 templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3191,15 +3379,15 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 templates/web/zurich/auth/sign_out.html:1 +#: templates/web/base/auth/create.html:31 templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:77 templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3209,12 +3397,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3222,11 +3410,12 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3234,7 +3423,7 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.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 "" @@ -3242,7 +3431,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3250,117 +3439,123 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 perllib/FixMyStreet/Geocode/Google.pm:55 perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:64 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports.html:16 templates/web/base/admin/template_edit.html:53 templates/web/base/admin/templates.html:8 templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:101 templates/web/base/report/_inspect.html:106 templates/web/base/report/_item.html:68 templates/web/base/report/update/form_update.html:41 templates/web/zurich/admin/bodies/contact-form.html:33 +#: 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 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:18 +#: perllib/FixMyStreet/Script/Alerts.pm:106 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:75 templates/web/zurich/admin/report_edit.html:103 templates/web/zurich/admin/report_edit.html:151 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:139 templates/web/zurich/admin/reports/edit.html:91 templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 perllib/FixMyStreet/Cobrand/Zurich.pm:421 templates/web/base/admin/states/index.html:1 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 perllib/FixMyStreet/Cobrand/Zurich.pm:403 templates/web/base/admin/index.html:71 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:58 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 perllib/FixMyStreet/Cobrand/Zurich.pm:413 templates/web/base/admin/index.html:77 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 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" -#: templates/web/base/report/_update_state.html:22 templates/web/base/report/updates.html:22 +#: 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/report_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:27 templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 templates/web/base/report/update/moderation_diff.html:2 templates/web/zurich/admin/report_edit.html:41 +#: 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/2faform.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:69 templates/web/base/report/form/user_loggedout_password.html:33 templates/web/base/report/new/form_user_loggedin.html:71 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/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:71 templates/web/base/report/new/login_success_form.html:17 templates/web/base/report/new/oauth_email_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 templates/web/base/admin/report_edit.html:25 templates/web/base/admin/update_edit.html:82 templates/web/base/admin/users/form.html:197 templates/web/zurich/admin/report_edit-sdm.html:124 templates/web/zurich/admin/report_edit.html:265 templates/web/zurich/admin/update_edit.html:38 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-dm.html:6 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 +#: 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 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 templates/web/base/alert/_list.html:80 templates/web/base/alert/updates.html:23 templates/web/base/report/display_tools.html:47 templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -3368,11 +3563,16 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -3380,11 +3580,11 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 perllib/FixMyStreet/Cobrand/Zurich.pm:399 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:42 +#: 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 msgid "Summary" msgstr "" @@ -3396,11 +3596,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -3412,23 +3612,27 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 perllib/FixMyStreet/Cobrand/Zurich.pm:410 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:62 +#: 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 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 templates/web/base/admin/update_edit.html:20 templates/web/base/admin/update_edit.html:94 templates/web/zurich/admin/template_edit.html:24 templates/web/zurich/admin/update_edit.html:12 +#: 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 "" @@ -3452,7 +3656,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -3460,7 +3664,11 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 templates/web/base/auth/generate_token.html:30 +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 "" @@ -3468,50 +3676,44 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 perllib/FixMyStreet/Cobrand/KiitC.pm:157 perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -3520,10 +3722,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -3532,12 +3732,24 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 templates/web/base/admin/bodies/contact-form.html:105 templates/web/base/admin/bodies/form.html:101 templates/web/base/admin/bodies/form.html:102 +#: 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:69 templates/web/base/admin/bodies/contact-form.html:70 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 "" @@ -3548,11 +3760,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 templates/web/base/report/new/fill_in_details_text.html:3 +#: 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 "" @@ -3564,15 +3780,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -3608,10 +3820,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" msgstr "" @@ -3620,29 +3828,41 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 templates/web/base/admin/users/form.html:14 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/around/_on_map_empty.html:1 templates/web/base/my/_problem-list.html:8 templates/web/base/reports/_problem-list.html:13 +#: 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 "" @@ -3650,7 +3870,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -3658,27 +3882,23 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -3686,11 +3906,15 @@ msgstr "" msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/report/form/private_details.html:13 templates/web/base/report/new/councils_text_private.html:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -3707,14 +3931,18 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 templates/web/base/report/new/councils_text.html:4 +#: 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:5 templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -3736,31 +3964,28 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 perllib/FixMyStreet/App/Controller/Report/New.pm:1081 perllib/FixMyStreet/App/Controller/Report/New.pm:1127 perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 perllib/FixMyStreet/App/Controller/Report/New.pm:1159 perllib/FixMyStreet/App/Controller/Report/New.pm:1206 perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -3780,7 +4005,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -3788,35 +4014,35 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 perllib/FixMyStreet/Cobrand/Zurich.pm:141 templates/web/zurich/report/_main.html:14 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 perllib/FixMyStreet/Cobrand/Zurich.pm:143 templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 msgid "This report is currently marked as open." msgstr "" -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/_updates_disallowed_message.html:1 templates/web/base/report/display.html:58 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 templates/web/zurich/admin/report_edit-sdm.html:78 templates/web/zurich/admin/report_edit.html:106 templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 templates/web/base/admin/timeline.html:1 +#: 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 msgid "Timeline" msgstr "" @@ -3824,19 +4050,19 @@ msgstr "" msgid "Tips for perfect photos" msgstr "" -#: templates/web/base/admin/flagged.html:15 templates/web/base/admin/index.html:61 templates/web/base/admin/reports.html:13 templates/web/base/admin/templates.html:6 templates/web/zurich/admin/templates.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 "" -#: templates/web/base/admin/template_edit.html:23 templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -3848,12 +4074,16 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:11 templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -3868,11 +4098,11 @@ msgstr "" msgid "Top 5 wards" msgstr "" -#: templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/admin/stats/questionnaire.html:24 templates/web/base/dashboard/index.html:119 templates/web/base/dashboard/index.html:124 templates/web/base/dashboard/index.html:148 templates/web/zurich/admin/stats/index.html:51 +#: templates/web/base/admin/stats/fix_rate.html:4 templates/web/base/admin/stats/questionnaire.html:24 templates/web/base/dashboard/index.html: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/report/_inspect.html:158 templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -3884,19 +4114,8 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 templates/web/base/auth/smsform.html:17 templates/web/base/js/translation_strings.html:41 +#. ("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 "" @@ -3904,23 +4123,27 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 templates/web/base/admin/states/index.html:10 templates/web/base/admin/states/index.html:100 templates/web/base/admin/users/alerts.html:9 +#: templates/web/base/admin/states/index.html:10 templates/web/base/admin/states/index.html:100 templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 templates/web/base/admin/bodies/contact-form.html:55 templates/web/base/admin/update_edit.html:30 templates/web/zurich/admin/report_edit-sdm.html:66 templates/web/zurich/admin/report_edit.html:94 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 "" @@ -3932,19 +4155,20 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 perllib/FixMyStreet/App/Controller/Root.pm:142 templates/web/base/js/translation_strings.html:55 +#. ("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:159 perllib/FixMyStreet/App/Controller/Develop.pm:178 perllib/FixMyStreet/App/Controller/My.pm:200 perllib/FixMyStreet/App/Controller/Report.pm:136 perllib/FixMyStreet/App/Controller/Report.pm:142 perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -3956,19 +4180,23 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/bodies/form.html:139 templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/base/admin/bodies/form.html:139 templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -3992,31 +4220,31 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 perllib/FixMyStreet/App/Controller/Admin.pm:915 perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 perllib/FixMyStreet/Cobrand/Zurich.pm:805 perllib/FixMyStreet/Cobrand/Zurich.pm:830 perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 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 msgid "Updated!" msgstr "" -#: templates/web/base/admin/list_updates.html:2 templates/web/base/dashboard/index.html:108 templates/web/base/report/update.html:4 templates/web/zurich/report/updates.html:2 +#: templates/web/base/admin/list_updates.html:2 templates/web/base/dashboard/index.html:109 templates/web/base/report/update.html:4 templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4033,16 +4261,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4051,12 +4269,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4067,31 +4281,31 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/report_blocks.html:18 templates/web/base/admin/users/form.html:37 templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4099,19 +4313,27 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 templates/web/base/admin/update_edit.html:36 +#: templates/web/base/admin/reports/edit.html:142 templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 perllib/FixMyStreet/Cobrand/Default.pm:729 perllib/FixMyStreet/Cobrand/Zurich.pm:415 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 +#: 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:212 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4119,19 +4341,19 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 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 "" -#: templates/web/base/auth/change_phone.html:1 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 "" -#: templates/web/base/admin/report_edit.html:36 templates/web/base/admin/update_edit.html:18 templates/web/zurich/admin/report_edit-sdm.html:23 templates/web/zurich/admin/report_edit.html:24 templates/web/zurich/admin/update_edit.html:10 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4139,7 +4361,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4147,7 +4369,7 @@ msgstr "" msgid "Viewing a location" msgstr "" -#: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:0 templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4155,7 +4377,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4175,7 +4397,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4183,7 +4405,7 @@ msgstr "" 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:17 +#: 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 "" @@ -4195,7 +4417,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4215,19 +4437,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -4239,7 +4453,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -4247,7 +4461,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -4259,15 +4473,20 @@ 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:1200 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 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/report_edit.html:132 templates/web/base/admin/report_edit.html:96 templates/web/base/admin/update_edit.html:25 templates/web/base/admin/users/alerts.html:21 templates/web/base/admin/users/index.html:32 templates/web/base/questionnaire/index.html:104 templates/web/base/questionnaire/index.html:37 templates/web/base/report/_inspect.html:114 +#: 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 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -4275,19 +4494,19 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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/display.html:59 +#: templates/web/base/report/_updates_disallowed_message.html:2 templates/web/base/report/display.html:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 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 "" -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -4295,7 +4514,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -4306,7 +4525,7 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 templates/web/base/report/new/top_message_none.html:14 templates/web/base/report/new/top_message_some.html:11 templates/web/base/report/new/top_message_some.html:9 +#: 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 "" @@ -4314,11 +4533,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -4326,11 +4551,15 @@ 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/report/new/form_report.html:38 templates/web/zurich/report/new/fill_in_details_form.html:30 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 templates/web/base/report/update/form_update.html:16 +#: 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 "" @@ -4342,11 +4571,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 templates/web/zurich/tokens/confirm_problem.html:5 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 "" @@ -4354,7 +4583,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -4362,11 +4591,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -4389,11 +4618,15 @@ msgstr "" msgid "Your Reports" msgstr "" -#: templates/web/base/auth/change_password.html:13 templates/web/base/auth/generate_token.html:15 templates/web/base/auth/generate_token.html:26 templates/web/base/auth/generate_token.html:34 templates/web/base/main_nav_items.html:12 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:15 templates/web/base/auth/generate_token.html:23 templates/web/base/auth/generate_token.html:31 templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 templates/web/base/auth/create.html:37 templates/web/base/auth/general.html:49 templates/web/base/contact/index.html:87 templates/web/base/report/display_tools.html:49 templates/web/base/report/form/user_loggedout_email.html:7 templates/web/base/report/new/duplicate_suggestions.html:34 templates/web/zurich/report/new/fill_in_details_form.html:53 +#: 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: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 msgid "Your email" msgstr "" @@ -4401,7 +4634,7 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 templates/web/base/auth/general.html:47 templates/web/base/report/form/user_loggedout_email.html:3 +#: 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 "" @@ -4409,7 +4642,7 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -4417,39 +4650,44 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 templates/web/base/auth/general.html:83 templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 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 "" -#: templates/web/base/auth/create.html:52 templates/web/base/report/form/user_loggedout_by_email.html:61 templates/web/base/report/form/user_loggedout_by_email.html:63 templates/web/zurich/auth/general.html:56 +#: 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:57 templates/web/base/report/form/user_loggedout_by_email.html:59 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -4465,11 +4703,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -4485,19 +4724,23 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 perllib/FixMyStreet/DB/Result/User.pm:297 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 templates/web/base/admin/update_edit.html:92 templates/web/base/report/update/moderation_meta.html:2 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 perllib/FixMyStreet/DB/Result/User.pm:344 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -4505,15 +4748,15 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -4521,7 +4764,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -4541,39 +4784,47 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 templates/web/base/admin/stats/questionnaire.html:15 templates/web/base/admin/stats/questionnaire.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 templates/web/base/admin/stats/questionnaire.html:15 templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 templates/web/base/admin/report_edit.html:51 templates/web/zurich/admin/report_edit-sdm.html:32 templates/web/zurich/admin/report_edit-sdm.html:34 templates/web/zurich/admin/report_edit-sdm.html:55 templates/web/zurich/admin/report_edit-sdm.html:57 templates/web/zurich/admin/report_edit.html:34 templates/web/zurich/admin/report_edit.html:36 templates/web/zurich/admin/report_edit.html:50 templates/web/zurich/admin/report_edit.html:52 templates/web/zurich/admin/report_edit.html:74 templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -4585,7 +4836,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -4597,7 +4848,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -4605,15 +4856,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -4625,15 +4878,15 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -4693,7 +4946,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -4714,7 +4967,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -4735,21 +4988,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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 +#: templates/web/westminster/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 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -4784,14 +5037,14 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, 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 4e3410030bc..abf40a7ecc7 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +21,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "و" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "أو" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -53,8 +54,10 @@ msgstr "%d إلى %d من %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - ملخص التقارير" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s معلومات اتصال المجلس – %s مؤكدة, %s غير مؤكدة" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -88,7 +91,7 @@ msgstr "" "المشكلات الواقعة ضمن مسافة معينة من موقع معين." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -102,8 +105,8 @@ msgstr "" msgid "%s live updates" msgstr "%s تحديثات مباشرة" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -123,13 +126,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(الخلل وموقع الخلل)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(بلا رقم هاتف)" @@ -141,7 +144,7 @@ msgstr "" msgid "(closed)" msgstr "(مغلق)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -149,10 +152,6 @@ msgstr "" msgid "(fixed)" msgstr "(تم الإصلاح)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "( مثل الكتابة على الجدران ، رمي النفايات في الاماكن الغير مخصصة ، بلاطات ارصفة مكسورة او انارة الشوارع)" @@ -179,13 +178,13 @@ msgid "(sent to both)" msgstr "(أرسل لكليهما)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" @@ -193,6 +192,11 @@ msgstr "--إختر تصنيف--" msgid "-- Pick an option --" msgstr "-- اختر خيارا --" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "الرجاء تحديد هيئة." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "-اختر قالب---" @@ -213,11 +217,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -242,23 +248,29 @@ msgstr "لا دعني أؤكّد تحديثي بالبريد" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "ملاحظة: تم ارسال هذا التقرير للتطبيق. لن يتم ارسال اي تغييرات اخرى عليه." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "عن المشكلة" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -281,13 +293,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "إضافة هيئة" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "إضافة عنوان بريد إلكتروني" @@ -296,7 +313,7 @@ msgstr "إضافة عنوان بريد إلكتروني" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "إضافة حقل" @@ -304,16 +321,16 @@ msgstr "إضافة حقل" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "إضافة خيار" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "إضافة رقم هاتف" @@ -327,24 +344,25 @@ msgid "Add to shortlist" msgstr "اضف للقائمة القصيرة" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "إضافة مستخدم" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "اضف / عدل اصناف المشاكل" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "اضف/عدل أولويات الاستجابة" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "أُضيف %s" @@ -352,7 +370,7 @@ msgstr "أُضيف %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "اضافة التقرير للقائمة القصيرة خاصتك سيحذفه من %s’s القائمة القصيرة." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "المدير" @@ -368,19 +386,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "نبهني بأحدث المستجدات" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "تحذيرات:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "كلها" @@ -393,8 +412,8 @@ msgid "All Reports as CSV" msgstr "جميع التقارير بتنسيق CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "كل التصنيفات" @@ -406,9 +425,9 @@ msgstr "" msgid "All languages" msgstr "كافة اللغات" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -435,7 +454,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "إضافة عنوان بريد إلكتروني" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." @@ -449,7 +478,7 @@ msgstr "مجهول" msgid "Anonymous user" msgstr "مستخدم مجهول" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -461,24 +490,29 @@ msgstr "مجهول:" msgid "Another user" msgstr "مستخدم اخر" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "المنطقة المغطاة" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "المنطقة:" @@ -487,28 +521,33 @@ msgstr "المنطقة:" 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 "بما أن هذا الموقع هو موقع مؤقت وقيمة %s هي غير حقيقي false، فإن التقارير التي تُنشأ في هذا الموقع ستُرسل إلى المبلغ عن المشكلة وليس جهة الاتصال المحددة لفئة التقرير." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "تعيين المستخدمين للمناطق" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "تعيين إلى الهيئة المختصة:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "تعيين إلى فئة أخرى:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "تعيين إلى هيئة خارجية:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "تعيين المستخدمين للمناطق" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "عين إلى %s" @@ -520,31 +559,22 @@ msgstr "في الغالب، يتم إرجاع %d من الطلبات في كل msgid "At the moment only searching for and looking at reports work." msgstr "حاليا مايعمل هو البحث ورؤية البلاغات فقط." -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "مستخدمين " -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "إجابة تلقائية" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "الإستجابة الآلية:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "التصنيفات المتاحة" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -553,12 +583,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "تفادى المعلومات الشخصية ولوحات السيارات" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "في إنتظار المشرفين" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "الخلف" @@ -566,29 +597,39 @@ msgstr "الخلف" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "الهيئات" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "الهيئة" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "الهيئة:" @@ -596,10 +637,6 @@ msgstr "الهيئة:" msgid "CSV File" msgstr "ملف CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "لا تستطيع العثور على رسالة البريد الإلكتروني؟ الرجاء الاطلاع على مجلد البريد العشوائي، فهذا هو الحل بنسبة 99%." @@ -608,39 +645,42 @@ msgstr "لا تستطيع العثور على رسالة البريد الإلك msgid "Can't see the map? Skip this step" msgstr "لا يمكنك رؤية الخريطة؟ تجاوز هذه الخطوة" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "تصنيفات" -#: templates/web/base/admin/category-checkboxes.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 "تصنيفات:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "تصنيف" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" @@ -649,12 +689,12 @@ msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "معدل إصلاحات الفئة للمشكلات التي مضى عليها أكثر من 4 أسابيع" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "تصنيف:" @@ -663,43 +703,27 @@ msgstr "تصنيف:" msgid "Change" msgstr "تغيير" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "تغيير رقم الهاتف" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "تفقد مطلوب الفحص اذا كانت التقارير في الفئة تستوجب الفحص قبل الارسال" +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"حدد خاص إذا البلاغ في هذا التصنيف لايتوجب أن يكون ظاهرا في الموقع.\n" -"
\n" -"هذا الخيار مناسب للمشاكل التي تسمح للمستخدمين الإبلاغ للجهات المسئولة, لكنها ليست مهمة لعامة الناس\n" -"لتعرض كبلاغ. في المملكة المتحدة، نستخدمها للخدمات مثل طلب حاوية نفايات\n" -"إضافية لعنوان محدد." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -707,11 +731,12 @@ msgstr "" "اختر اسم تصنيف يكون منطقيا لعامة الناس (مثل، \"أخدود\"، \"إنارة الطريق\") ومساعد.\n" "للجهات المسئولة أيضا. هذه سوف تظهر في القائمة المنسدلة من صفحة إبلاغ-عن-مشكلة." -#: templates/web/base/report/_inspect.html:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -748,57 +773,61 @@ msgid "Close" msgstr "إعلاق" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "مغلق" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "مغلق من الجهة المسئولة" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "بيانات العلامة التجارية المشتركة:" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "الرمز" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "إعدادت" @@ -807,12 +836,12 @@ msgstr "إعدادت" msgid "Confirm" msgstr "تأكيد" -#: templates/web/base/auth/2faform.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 "أكد الحساب" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "الرجاء الدخول عبر البريد الإلكتروني بدلا عن ذلك، كما يرجى تقديم كلمة مرور جديدة عند هذه النقطة. بعد التأكيد، سيتم تحديث كلمة المرور." @@ -824,16 +853,16 @@ msgstr "الرجاء الدخول عبر البريد الإلكتروني بد msgid "Confirmation" msgstr "تأكيد" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "مؤكد:" @@ -848,10 +877,12 @@ msgstr "اتصل بـ %s" msgid "Contact Us" msgstr "إتصل بنا" -#: templates/web/base/contact/index.html:15 +#: 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 "المواصلة" @@ -864,17 +895,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "الإحداثيات:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "لم يتمكن من إيجاد المستخدم" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "لم يتمكن من إيجاد الموقع" @@ -894,7 +921,7 @@ msgstr "جهات اتصال المجلس لـ %s" msgid "Council ref: %s" msgstr "مرجع المجلس: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "المجلس:" @@ -903,6 +930,8 @@ msgstr "المجلس:" 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 "إنشاء" @@ -911,38 +940,42 @@ msgstr "إنشاء" msgid "Create a report" msgstr "انشئ بلاغ" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "انشء تصنيف" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "تم الإنشاء" @@ -951,7 +984,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -961,11 +994,11 @@ msgstr "تم الإنشاء:" msgid "Current password:" msgstr "الكلمة السرية الحالية:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "الرمز الحالي:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -974,19 +1007,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "حاليا لايوجد جهات مسئولة تم إنشائها." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "لا يمكن الاتصال بالعميل" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "صفحة المستخدم" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -994,35 +1027,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 أيام عمل" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "افتراضي" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "الأهمية الافتراضية" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "حذف القالب" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "محذوف" @@ -1031,49 +1062,45 @@ msgstr "محذوف" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "الوصف" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "الوصف:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "الوصف" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "تم التحويل" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "لم يتم استخدام الخريطة" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" @@ -1082,6 +1109,15 @@ msgstr "جدول رابطة جائزة العناية بالدقة" msgid "Disable" msgstr "تعطيل" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1091,6 +1127,14 @@ msgstr "" 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 "لا ترسل اشعارات البريد الالكتروني حول التعليقات المأخوذة لصانع المشكلة" @@ -1100,15 +1144,11 @@ msgstr "لا ترسل اشعارات البريد الالكتروني حول ا msgid "Do you have a %s password?" msgstr "هل لديك كلمة مرور %s؟" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "لا أعلم" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "هل تحب النماذج؟" @@ -1116,19 +1156,25 @@ msgstr "هل تحب النماذج؟" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "اسحب الصور واسقطها هنا أو انقر للرفع" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "المكرَّرة" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1139,32 +1185,35 @@ msgstr "" "يمكن للتصنيفات المختلفة أن تمتلك نفس عنوان الاتصال (عنوان بريد إلكتروني).\n" "هذا يعني أنه يمكنك إضافة ما تشاء من التصنيفات حتى ولو كنت تملك عنوان اتصال واحد للجهة المسئولة." -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "تعديل" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "عدل صلاحيات المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "عدل تصنيف التقرير" @@ -1172,15 +1221,17 @@ msgstr "عدل تصنيف التقرير" msgid "Edit report details" msgstr "تعديل تفاصيل الإبلاغ" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "عدل أولوية التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "عدل التقارير" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1188,13 +1239,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "تعديل المشكلة %d" @@ -1216,7 +1267,10 @@ msgstr "المحرر" #: 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:17 +#: 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 @@ -1224,15 +1278,14 @@ msgstr "المحرر" msgid "Email" msgstr "البريد الإلكتروني" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "البريد الإلكتروني" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "البريد الإلكتروني (اختياري)" @@ -1245,21 +1298,21 @@ msgstr "تم إنشاء الإخطار بالبريد" msgid "Email alert deleted" msgstr "تم حذف الإخطار بالبريد" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "ارسل لي رابطا لكي أتمكن مِن تسجيل الدخول" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "البريد الإلكتروني المؤكد:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "البريد الإلكتروني:" @@ -1320,7 +1373,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "تاريخ النهاية" @@ -1328,11 +1381,12 @@ msgstr "تاريخ النهاية" msgid "Endpoint" msgstr "نقطة النهاية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "أدخل اسم شارع في زيورخ" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم الشارع والحي" @@ -1341,7 +1395,6 @@ msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم ال msgid "Enter a nearby postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد، أو اسم الشارع والحي" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "أدخل أقرب اسم شارع وحي" @@ -1350,8 +1403,9 @@ msgstr "أدخل أقرب اسم شارع وحي" msgid "Enter details of the problem" msgstr "أدخل تفاصيل البلاغ" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1359,8 +1413,10 @@ msgstr "أدخل تفاصيل البلاغ" msgid "Error" msgstr "خطأ" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "الكل" @@ -1373,7 +1429,7 @@ msgstr "مثال لصندوق البريد %s" msgid "Examples:" msgstr "أمثلة:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "تصنيف موجود" @@ -1381,20 +1437,20 @@ msgstr "تصنيف موجود" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "توسيع الخريطة" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "وضح ما هي المشكلة" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "معرف خارجي" @@ -1402,12 +1458,12 @@ msgstr "معرف خارجي" msgid "External URL" msgstr "رابط خارجي" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "هيئة خارجية" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1415,32 +1471,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "فريق خارجي" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "تفاصيل إضافية" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "فشل في إرسال الرسالة" @@ -1450,18 +1511,27 @@ msgstr "فشل في إرسال الرسالة" msgid "Fields" msgstr "الحقول" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "أول مرة" @@ -1473,21 +1543,20 @@ msgstr "يمكن إصلاح ذلك عن طريق اختيار منطقة #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "تم الإصلاح" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "تم الإصلاح - المجلس" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "تم الإصلاح - المستخدم" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "مشار كمحذوف" @@ -1495,8 +1564,8 @@ msgstr "مشار كمحذوف" msgid "Flag user" msgstr "مستخدم مشار إليه" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "مشار إليهم" @@ -1504,7 +1573,7 @@ msgstr "مشار إليهم" msgid "Flagged reports and users" msgstr "بلاغات ومستخدمين مشار إليهم" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "المستخدمين المشار إليهم مدرجين بقائمة في صفحة المشار إليهم" @@ -1512,8 +1581,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "مشار إليه:" @@ -1525,29 +1594,25 @@ msgstr "اتبع ارتباط الدائرة لعرض التقارير الوا msgid "For best results include a close-up and a wide shot" msgstr "لنتائج أفضل أرفق لقطة مقربة ولقطة شاملة" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "للمزيد من المعلومات، راجع كيف أصلح شارعي يستخدم الخريطة." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "نسيت كلمتك السرية" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "تمت إعادة التوجيه إلى هيئة خارجية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" @@ -1557,28 +1622,34 @@ msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" msgid "Frequently Asked Questions" msgstr "الأسئلة الشائعة" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "توليد رمز" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "احصل على التحديثات للمشاكل في هذه %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "أرسل لي موجز RSS" @@ -1590,60 +1661,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "سعيد لسماع أنها أصلحت!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "اذهب" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "هل تريد أن ترسل سؤال؟" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "إعطاء تصريح للأدمن" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "الرسم البياني للإبلاغ عن المشكلات حسب الحالة مع مرور الوقت" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "هل أصلحت هذه المشكلة؟" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 على حل مشكلتك اسرع من خلال توفير تفاصيل اضافية.لن تنشر هذه المعلومات الاضافية عند الاتصال بالانترنت." @@ -1655,18 +1732,18 @@ msgstr "" msgid "Hi %s" msgstr "مرحبا %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" -msgstr "حقل مخفي" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1691,12 +1768,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "أخفي المثبتة" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "تم الإبلاغ عنها في الفئة %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1706,15 +1789,11 @@ msgstr "" msgid "Hide your name?" msgstr "هل تريد إخفاء اسمك؟" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "السجل" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "البداية" @@ -1722,7 +1801,8 @@ msgstr "البداية" msgid "How to report a problem" msgstr "كيف تبلغ عن مشكلة" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "كيف ترسل بلاغات ناجحة" @@ -1741,15 +1821,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "المعرف" @@ -1766,19 +1846,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1786,11 +1870,11 @@ msgstr "" "إذا كانت توجد هيئتان أو أكثر تخدمان نفس الموقع، فإن FixMyStreet يجمع الفئات المتطابقة في إدخال واحد في\n" " القائمة. تأكد من استخدام اسم الفئة نفسها في الهيئات إذا كنت تريد حدوث ذلك." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1802,28 +1886,27 @@ msgstr "إذا حصلت على معلومات أكثر عن حالة مشكلت 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "في حالة تقديم مشكلة هنا، لن يتم الإبلاغ عن المشكلة للمجلس." -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1831,10 +1914,6 @@ msgstr "" "إذا كنت ترغب في ترك تحديث عام عن المشكلة، فالرجاء إدخاله هنا\n" "(الرجاء ملاحظة أنه لن يُرسل إلى المجلس)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "إذا كنت تستخدم أسلوب إرسال غير البريد الإلكتروني، فأدخل معرف الخدمة (Open311) أو المعرف المقابل له هنا." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1858,11 +1937,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "اختيار موجز غير صالح" @@ -1878,7 +1961,8 @@ 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 (يوجد إذا كان مقدم الطلب سمح بعرض الاسم على هذا الموقع)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "غير نشط" @@ -1886,44 +1970,46 @@ msgstr "غير نشط" msgid "Inbox zero, here we come!" msgstr "علبة الواردة فارغة، ها قد وصلنا!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "تضمين البيانات الشخصية للمبلّغ" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "قيمة has_photo غير صحيحة \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "يتطلب المعاينة" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 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 +#, fuzzy +msgid "Internal key" +msgstr "ملاحظات داخلية" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "ملاحظات داخلية" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "قيمة agency_responsible غير صالحة %s" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "التنسيق المحدد %s غير صالح." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "موقع غير صحيح. على الموقع الجديد ان يكون تحت نفس المجلس." @@ -1935,10 +2021,6 @@ msgstr "أسرع طريقة عادةً هي الاطلاع على msgid "It’s on its way to the council right now." msgstr "إنه في الطريق إلى المجلس حاليًا." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "المفتاح" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1962,11 +2044,16 @@ msgstr "على مدى الأسبوع الأخير" msgid "Last editor" msgstr "آخر محرر" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "آخر تحديث" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "آخر تحديث" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "آخر تحديث" @@ -1974,13 +2061,14 @@ msgstr "آخر تحديث" msgid "Last update:" msgstr "آخر تحديث:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "الطول/العرض:" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "الاقل تحديثا مؤخرا" @@ -1988,10 +2076,6 @@ msgstr "الاقل تحديثا مؤخرا" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "اترك هذا خاليًا إذا كان سيتم إرسال جميع التقارير إلى هذه الهيئة باستخدام نفس أسلوب الإرسال (على سبيل المثال \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "القائمة" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "عرض جميع المشكلات المبلّغ عنها" @@ -2000,25 +2084,26 @@ msgstr "عرض جميع المشكلات المبلّغ عنها" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "مواجز RSS وتنبيهات البريد الإلكتروني المحلية" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "مواجز RSS وتنبيهات البريد الإلكتروني المحلية لـ ’%s‘" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "التنبيهات المحلية" @@ -2031,77 +2116,98 @@ msgstr "تحديد موقع المشكلة على خريطة المنطقة" msgid "Log in with Facebook" msgstr "تسجيل الدخول عبر فايسبوك" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "تسجيل الدخول عبر تويتر" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "تسجيل الدخول عبر البريد الإلكتروني" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "الخروج مِن كافة الجلسات" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "تسجيل الدخول عبر البريد الإلكتروني" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "البحث" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "الخريطة" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "ادارة القائمة القصيرة" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "ترتيب يدوي" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "الخريطة" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "اشر كمرسلة" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "تحديد المستخدمين الذين تريد وضع علامة على سلوكهم بأنه مشار إليه." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "حدد تفاصيل المشكلة." -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "الرسالة" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "رسالة إلى الهيئة المختصة:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "رسالة إلى الهيئة الخارجية:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr " jurisdiction_id غير موجود" @@ -2109,7 +2215,8 @@ msgstr " jurisdiction_id غير موجود" msgid "Moderate" msgstr "إشراف" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "قم بالاشراف على تفاصيل التبليغ" @@ -2132,36 +2239,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل واحد" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "سِجلّ الإشراف" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "الشهر" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2169,28 +2284,27 @@ msgstr "الأكثر تعليقا" msgid "Name" msgstr "الاسم" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "الاسم:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "انتقل الى هذه المشكلة" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "أقرب عنوان تم التعرف عليه:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "أقرب طريق مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام OpenStreetMap): %s%s" @@ -2198,12 +2312,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2217,16 +2331,16 @@ msgstr "لقد أنهيت تقريبا!" msgid "Nearly done! Now check your email…" msgstr "أوشكنا على الانتهاء! راجع البريد الإلكتروني الآن…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" @@ -2234,8 +2348,14 @@ msgstr "تمت إضافة جهة اتصال جديدة للفئة" msgid "New email address:" msgstr "بريد إلكتروني جديد:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "حفظ الحقول الجديدة" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "ملاحظة داخلية جديدة:" @@ -2243,13 +2363,13 @@ msgstr "ملاحظة داخلية جديدة:" msgid "New local problems on FixMyStreet" msgstr "مشكلات محلية جديدة على FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "ملاحظة جديدة لرئيس المنطقة:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "كلمة مرور جديدة:" @@ -2257,8 +2377,8 @@ msgstr "كلمة مرور جديدة:" msgid "New phone number:" msgstr "رقم الهاتف الجديد:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "أولوية جديدة" @@ -2315,10 +2435,10 @@ msgstr "تقارير جديدة" msgid "New state" msgstr "حالة جديدة" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "قالب جديد" @@ -2326,7 +2446,8 @@ msgstr "قالب جديد" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "الأحدث" @@ -2338,33 +2459,36 @@ msgstr "التالي" msgid "Next:" msgstr "التالي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "لا هيئة" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "لم يتم تحديد مجلس" @@ -2380,24 +2504,22 @@ msgstr "لم يتم العثور على مشكلات مشار إليها." msgid "No flagged users found." msgstr "لم يتم العثور على مستخدمين مشار إليهم." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "لا توجد تحديثات إضافية" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "لم يتم إرجاع أي نتائج" @@ -2410,19 +2532,19 @@ msgstr "" "لا تتوفر مناطق معينة حاليًا، لأن MAPIT_URL في\n" " ملف التكوين لا يشير إلى خدمة MapIt مباشرة." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "لا يوجد داعمون" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2431,8 +2553,8 @@ msgstr "" " يمكن إقران المستخدمين الموظفين المعتمدين بالمنطقةالتي يعملون فيها.
\n" " " -#: templates/web/base/admin/users/form.html:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2444,7 +2566,7 @@ msgstr "" " تبعًا للتنفيذ، يمكن أن يكون لدى المستخدمين الموظفين حق الوصول إلى لوحة المعلومات (ملخص\n" " الأنشطة عبر الهيئة التي يمثلونها)، أو القدرة على إخفاء التقارير أو تعيين حالات خاصة للتقارير." -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "ليس للقسم الفرعي التابع له" @@ -2462,7 +2584,7 @@ msgstr "لم يتم إبلاغ المجلس" msgid "Note" msgstr "ملاحظة" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "ملاحظة:" @@ -2474,8 +2596,13 @@ msgstr "ملاحظة: %s" msgid "Notes from SDM to DM" msgstr "ملاحظات من رئيس المنطقة الفرعية لرئيس المنطقة:" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "إعلان" #: templates/web/base/reports/index.html:127 @@ -2486,15 +2613,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "موافق" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2502,22 +2631,27 @@ msgstr "" msgid "Old state" msgstr "حالة قديمة" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "الأقدم" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "مفتوح" @@ -2542,7 +2676,7 @@ msgstr "صفحة ويب مبادرة Open311" msgid "Open311 specification" msgstr "مواصفة Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "الخيارات" @@ -2554,25 +2688,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "الترتيب" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "أخرى" @@ -2602,21 +2737,37 @@ msgstr "لم يتم العثور على الصفحة" msgid "Parent" msgstr "العنصر الرئيسي" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "فئات أخرى" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "جزئي" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "كلمة المرور (اختياري)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "الارتباط الثابت" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "تم تغيير كلمة المرور" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "كلمة المرور (اختياري)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "الصلاحيات:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "الصلاحيات:" @@ -2624,7 +2775,7 @@ msgstr "الصلاحيات:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2635,39 +2786,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "رقم الهاتف (اختياري)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "الهاتف:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2675,20 +2826,20 @@ msgstr "الهاتف:" msgid "Photo" msgstr "الصورة" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "الصورة مطلوبة." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "الصورة مطلوبة" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2698,6 +2849,10 @@ msgstr "الصور" msgid "Photos of recent nearby reports" msgstr "صور التقارير القريبة الحديثة" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2708,8 +2863,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "وضع دبوس على الخريطة" @@ -2733,31 +2889,31 @@ msgstr "الرجاء التحقق من كلمات المرور وإعادة ال msgid "Please check your email address is correct" msgstr "الرجاء التحقق من أن عنوان البريد الإلكتروني صحيح" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "الرجاء اختيار فئة" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "الرجاء تصحيح الأخطاء التالية" @@ -2775,104 +2931,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "الرجاء إدخال رسالة" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "يرجى إدخال رقم هاتف خلوي" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "الرجاء إدخال كلمة مرور" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "الرجاء إدخال موضوع" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "الرجاء إدخال بريد إلكتروني صالح" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "الرجاء إدخال بعض التفاصيل" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "الرجاء إدخال البريد الإلكتروني" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "الرجاء إدخال الاسم الأول" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "الرجاء إدخال رقم الهاتف" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "الرجاء إدخال الاسم الثاني" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "الرجاء إدخال اللقب" @@ -2881,7 +3055,7 @@ msgstr "الرجاء إدخال اللقب" 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:1 +#: 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 "الرجاء تعبئة تفاصيل المشكلة بالأسفل." @@ -2891,7 +3065,7 @@ msgstr "الرجاء تعبئة تفاصيل المشكلة بالأسفل." 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2899,8 +3073,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "الرجاء الإشارة إلى ما إذا كنت تريد المشاركة في استبيان آخر أم لا" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2926,11 +3108,11 @@ msgstr "يرجى ملاحظة أن تحديثك لم يتم نشره ب msgid "Please note:" msgstr "الرجاء ملاحظة:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "الرجاء تقديم تحديث عام لهذا التقرير." @@ -2947,15 +3129,19 @@ msgstr "الرجاء إضافة بعض التوضيحات وصورة" msgid "Please say whether you've ever reported a problem to your council before" msgstr "الرجاء ذكر ما إذا كنت قد أبلغت عن مشكلة إلى المجلس من قبل أم لا" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "الرجاء تحديد هيئة." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "الرجاء تحديد الموجز الذي تريده" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "الرجاء تحديد نوع التنبيه الذي تريده" @@ -2963,19 +3149,20 @@ msgstr "الرجاء تحديد نوع التنبيه الذي تريده" msgid "Please state whether or not the problem has been fixed" msgstr "الرجاء تحديد ما إذا كانت المشكلة قد تم حلها أم لا" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "الرجاء تحميل صورة فقط" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "الرجاء كتابة رسالة" @@ -2983,23 +3170,23 @@ msgstr "الرجاء كتابة رسالة" msgid "Post" msgstr "نشر" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "نشر بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "تم النشر بواسطة %s (%s) في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" @@ -3007,20 +3194,32 @@ msgstr "تم النشر بواسطة %s في %s" msgid "Powered by FixMyStreet Platform" msgstr "مشغّل بواسطة نظام FixMyStreet الأساسي" -#: templates/web/base/pagination.html:4 -msgid "Previous" -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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "أولويات" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "أولوية" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "الخصوصية" @@ -3030,15 +3229,14 @@ msgstr "الخصوصية" msgid "Privacy and cookies" msgstr "الخصوصية وملفات تعريف الارتباط" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "خاص" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3050,10 +3248,30 @@ msgstr "مشكلة" msgid "Problem %d created" msgstr "تم إنشاء المشكلة %d" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "اضف للقائمة القصيرة" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "تم تأكيد المشكلة %s" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "تم إنشاء المشكلة %d" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "تم إنشاء المشكلة %d" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "حذف من القائمة القصيرة" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "تم إرسال المشكلة %s إلى المجلس %s" @@ -3064,7 +3282,7 @@ msgstr "تم إرسال المشكلة %s إلى المجلس %s" msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -3072,7 +3290,8 @@ msgstr "تم وضع علامة \"مفتوح\" على المشكلة." msgid "Problem state change based on survey results" msgstr "يتم تغيير حالة المشكلة حسب نتائج الاستطلاع" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "المشكلات" @@ -3081,11 +3300,11 @@ msgstr "المشكلات" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "المشكلات القريبة" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "المشكلات على الخريطة" @@ -3093,37 +3312,43 @@ msgstr "المشكلات على الخريطة" msgid "Problems recently reported fixed on FixMyStreet" msgstr "المشكلات المبلّغ عنها مؤخرًا على FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "المشكلات ضمن حدود دائرة %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "المشكلات ضمن حدود %s، %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "عنوان الملكية:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "قدّم تحديثًا" @@ -3132,32 +3357,37 @@ msgstr "قدّم تحديثًا" msgid "Provide update as" msgstr "قدم التحديث كـ" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "تقديم كلمة المرور اختياري، ولكن فعل ذلك يتيح لك الإبلاغ عن المشكلات وإضافة التحديثات وإدارة التقارير بسهولة أكبر." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "التفاصيل العمومية:" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "الاستجابة العامة:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "التحديث العام:" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3174,23 +3404,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "تم إرسال الاستبيان %d للمشكلة %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن المشكلة" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "موجز RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "موجز RSS لدائرة %s، %s" @@ -3198,52 +3429,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "موجز RSS للمشكلات القريبة" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود دائرة %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "موجز RSS للمشكلات المحلية الحديثة" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "موجز RSS للتحديثات على هذه المشكلة" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "استلمت من %s قبل لحظات" @@ -3257,11 +3492,12 @@ msgstr "المشكلات المحلية الحديثة، %s" msgid "Recently reported problems" msgstr "المشاكل المبلغة حديثا" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "المحدثة مؤخرا" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "رفض التقرير" @@ -3269,15 +3505,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "إزالة" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "إزالة تفاصيل الحساب" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "إزالة الحقل" @@ -3293,21 +3525,26 @@ msgstr "إزالة الإشارة" msgid "Remove from shortlist" msgstr "حذف من القائمة القصيرة" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "احذف من الموقع" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +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 msgid "Remove photo (can't be undone!)" msgstr "إزالة الصورة (لا يمكن التراجع عن هذا الإجراء!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "تبديل الرمز" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "رد على المستخدم:" @@ -3315,30 +3552,38 @@ msgstr "رد على المستخدم:" msgid "Report" msgstr "إبلاغ" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "الإبلاغ عن مشكلة" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "الإبلاغ عن إساءة" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3348,17 +3593,20 @@ msgstr "" msgid "Report as" msgstr "بلغ كـ" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "تعديل تفاصيل الإبلاغ" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "الإبلاغ على %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "حالة التقرير:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "الإبلاغ عن المشكلة" @@ -3371,24 +3619,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "الإبلاغ عن المشكلات المحلية أو عرضها أو مناقشتها" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "تم الإبلاغ عنها من قبل" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "تم الإبلاغ عنها بواسطة %s في %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "تم الإبلاغ عنها بواسطة:" @@ -3396,59 +3644,63 @@ msgstr "تم الإبلاغ عنها بواسطة:" msgid "Reported in the %s category" msgstr "تم الإبلاغ عنها في الفئة %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "تم البلاغ في التصنيف %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "تم الإبلاغ عنها بواسطة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "تم الإبلاغ عنها عبر %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بواسطة %s في %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "التقارير" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "يقتصر طول التقارير على %s من الأحرف. الرجاء تقصير التقرير" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3456,14 +3708,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "التقارير في انتظار الاعتماد" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "التبليغات من المستخدمين الموثوقين سوف ترسل الى الهيئة المسؤولة من دون فحصها اولا." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3472,63 +3720,61 @@ msgstr "" msgid "Reports published" msgstr "تم نشر التقارير" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "التقارير في انتظار الإرسال" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "سوف يتم ارسال التبليغات اوتوماتيكيا دون الحاجة لفحصها اذا كانت قيمة سمعة المستخدم تساوي او اكبر من هذه القيمة. حدد الى 0 اذا كان يجب فحص كل التبلغات بغض النظر." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "عتبة السمعة" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "مطلوب" -#: templates/web/base/admin/report_edit.html:85 +#: 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/list.html:1 -msgid "Response Priorities for %s" -msgstr "أولويات الاستجابة لـ %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "أولوية الاستجابة لـ %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "قالب الاستجابة لـ %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "قوالب الاستجابة" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "قوالب الاستجابة لـ %s" @@ -3544,56 +3790,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "المكان صحيح؟" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتقاقه من رقم ونوع مرجع الطريق): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "تدوير لليسار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "تدوير لليمين" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "سيؤدي تدوير هذه الصورة إلى تجاهل التغييرات غير المحفوظة في التقرير." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "القمر الصناعي" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "حفظ التغييرات" @@ -3601,58 +3868,62 @@ msgstr "حفظ التغييرات" msgid "Save new fields" msgstr "حفظ الحقول الجديدة" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "البحث عن تقارير" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "البحث عن مستخدمين" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "البحث عن تقارير" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "لم يعثر البحث عن أي مستخدمين." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "انظر سياسة الخصوصية" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3662,12 +3933,12 @@ msgid "Select a body" msgstr "تحديد هيئة" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "تحديد منطقة" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3679,19 +3950,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "تحديد:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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 "أرسل حالات Open311 مطولة مع تحديثات طلب الخدمة" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3700,41 +3976,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "تمت إعادة إرسال التقرير" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "تم الإرسال إلى %s %s لاحقًا" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "تم الإرسال:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "اضبط إلى موقعي الحالي" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3742,14 +4018,14 @@ msgstr "مشاركة" msgid "Shortlist" msgstr "قائمة قصيرة" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "تم الاضافة الى القائمة القصيرة" @@ -3762,7 +4038,7 @@ msgstr "تم الاضافة الى القائمة القصيرة في %s" msgid "Show Photo?" msgstr "هل تريد عرض الصورة؟" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "عرض كافة التحديثات" @@ -3778,7 +4054,8 @@ msgstr "" msgid "Show older" msgstr "عرض الأقدَم" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "عرض التقارير القديمة" @@ -3786,9 +4063,10 @@ msgstr "عرض التقارير القديمة" msgid "Show photo" msgstr "عرض الصورة" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "إظهار الدبابيس" @@ -3800,20 +4078,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "تسجيل الدخول" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3822,16 +4100,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "سجل الدخول أو أنشئ حساب جديد" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "تسجيل الدخول بكلمة سرية" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "بعض التصنيفات قد تتطلب معلومات إضافية." @@ -3844,12 +4123,12 @@ msgstr "" "تتطلب بعض نقاط النهاية مفتاح API للإشارة إلى أن التقارير يتم\n" " إرسالها إلى لنظام FixMyStreet المثبت." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "بعض صور التقارير الحديثة" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "بعض النص لترجمته" @@ -3857,11 +4136,13 @@ msgstr "بعض النص لترجمته" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "عذرًا، يبدو هذا أنه رمز بريدي خاص بإحدى تبعيات التاج البريطاني، ونحن لا نغطي ذلك." @@ -3869,7 +4150,8 @@ msgstr "عذرًا، يبدو هذا أنه رمز بريدي خاص بإحدى msgid "Sorry, that wasn’t a valid link" msgstr "عذرًا، لم يكن هذا الارتباط صالحًا" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3878,9 +4160,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "عذرًا، لم نستطع العثور على هذا الموقع." @@ -3890,174 +4172,194 @@ msgstr "عذرًا، لم نستطع العثور على هذا الموقع." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ النموذج بالأسفل." -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "عذرًا، لم نستطع حفظ الصورة (الصور)، الرجاء إعادة المحاولة." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "للأسف، ليس لديك صلاحية لفعل ذلك." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "رتب بواسطة" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "الموظف:" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "مستخدم الموظف لديه الصلاحية للدخول للأدمن" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "الموظف:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "الحالة:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "الإحصائيات" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "الحالة" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "عرض الشارع" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "الفئة الفرعية" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "القسم الفرعي/الهيئة" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "الموضوع" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "الموضوع:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "تقديم" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "تقديم التغييرات" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "تقديم الاستبيان" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "تم اضافتها" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "اشتراك" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4065,11 +4367,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4077,19 +4386,20 @@ msgstr "" msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "لخص تغييراتك" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "ملخص" @@ -4103,11 +4413,11 @@ msgstr "ملخص التقارير" msgid "Summary statistics" msgstr "خلاصة الإحصائيات" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "مستخدم خارق" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "المستخدم الخارق له ترخيص لتنفيذ strong>كل اعمال التي يمكن للأدمن عملها." @@ -4121,29 +4431,34 @@ msgstr "نتائج التصفح" msgid "Tell us about you" msgstr "حدثنا عنك" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "القالب «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "القوالب" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "النص" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "حقل إضافي:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "إصدار نصي فقط" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "النص:" @@ -4168,7 +4483,7 @@ msgstr "شكرًا لك على استفسارك" msgid "Thank you for your feedback" msgstr "شكرًا لك على تعليقاتك" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "شكرًا لك على تحميل الصورة. نحن نحتاج الآن تحديد موقع المشكلة، لذا يرجى إدخال اسم شارع قريب أو رمز بريدي في المربع الموجود بالأعلى :" @@ -4176,7 +4491,12 @@ 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 "شكرًا لك، يسعدنا معرفة أن المشكلة قد حُلت! هل يمكنا أن نسألك عما إذا كنت قد أبلغت عن مشكلة للمجلس من قبل؟" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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)، الرجاء إعادة المحاولة." @@ -4184,55 +4504,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "لا يمكن عرض هذا التقرير على %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"عنوان البريد الإلكتروني هو الوجهة التي يتم إرسال التقارير المتعلقة بهذه الفئة إليها. \n" -" قد تكون الفئات الأخرى لهذه الهيئة معينًا لها نفس عنوان البريد الإلكتروني." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4243,11 +4557,8 @@ msgstr "" "نقطة النهاية هي عنوان URL للخدمة التي سيتصل بها نظام FixMyStreet \n" " عند إرسال التقارير إلى هذه الهيئة." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4259,8 +4570,12 @@ msgstr "" "الصلاحية القضائية مطلوب تحديدها فقط إذا كانت نقطة النهاية تخدم أكثر من\n" " واحدة. إذا كانت الهيئة تدير نقطة النهاية الخاصة بها، فيمكن ترك هذا الحقل خاليًا." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4270,6 +4585,14 @@ msgstr "" "أسلوب الإرسال يحدد طريقة إرسال التقارير إلى الهيئة.\n" " في حالة ترك هذا الحقل خاليًا، يتم تعيين أسلوب الإرسال الافتراضي على البريد الإلكتروني." +#: 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 "خاصية Open311 v2 التالية: agency_responsible، تُستخدم لعرض الإدارات التي استلمت تقرير المشكلة، وعادةً ليست هذه هي طريقة تعريف السمة في مواصفة Open311 v2." @@ -4283,11 +4606,16 @@ msgstr "" "اسم الهيئة يحدد اسم الهيئة (على سبيل المثال، المجلس المحلي لمقاطعة بروستشاير)\n" " وقد يُعرض للعامة." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +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 "لن يتمكن المجلس من تقديم المساعدة ما لم تترك كثيرًا من التفاصيل بقدر الإمكان. الرجاء تحديد موقع المشكلة بالضبط (على سبيل المثال، على الحائط)، ونوع المشكلة، والفترة الزمنية للمشكلة، ووصف للمشكلة (على سبيل المثال صورة للمشكلة إن كانت متوفرة)، إلخ." @@ -4302,15 +4630,11 @@ msgstr "يعرض جدول رابطة جائزة العناية بالدقة نش msgid "The error was: %s" msgstr "الخطأ هو: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "يتم إرجاع سمات Open311 v2 التالية لكل طلب: service_request_id وdescription وlat وlong وmedia_url وstatus وrequested_datetime وupdated_datetime وservice_code وservice_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:150 +#: 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 "المعلومات التالية المتعلقة بأقرب طريق قد تكون غير دقيقة أو غير مناسبة، إذا كانت المشكلة قريبة من عدة طرق أو قريبة من طريق ليس له اسم مسجل في OpenStreetMap." @@ -4347,10 +4671,6 @@ msgstr "من المحتمل أن الارتباط انتهت صلاحيته، أ msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "يتم توفير قائمة المناطق المتاحة بواسطة خدمة MapIt في %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4360,24 +4680,24 @@ msgstr "كلمتا المرور غير متطابقتين" msgid "The requested URL '%s' was not found on this server" msgstr "لم يتم العثور على عنوان URL '%s' على هذا الخادم" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4385,7 +4705,20 @@ msgstr "" "يُعرض اسم المستخدم بصورة عامة على التقارير التي لم يتم وضع علامة مجهول عليها.\n" " لا تكون الأسماء فريدة بالضرورة." +#: 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." @@ -4395,7 +4728,11 @@ msgstr "لا توجد تقارير لعرضها." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4403,30 +4740,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\". الرجاء إعادة المحاولة لاحقًا." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء إعادة المحاولة لاحقًا." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." @@ -4434,12 +4767,16 @@ msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4462,16 +4799,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" + #: 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 "تنفيذ API هذا هو عمل قيد التنفيذ ولم يستقر حتى الآن. وسيتغير بدون تحذيرات في المستقبل." @@ -4499,34 +4841,31 @@ msgstr "" "ستُرسل إلى هذه الهيئة تقارير المشكلات التي تقع في منطقة التغطية فقط.\n" " لن تتلقى الهيئة أي تقارير ما لم تكن تغطي منطقة واحدة على الأقل." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "هذا موقع مطور، وقد تتعطل الأمور في أي وقت، وستُحذف قاعدة البيانات بصورة دورية." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4546,7 +4885,8 @@ msgstr "لم يتم إصلاح هذه المشكلة" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4554,41 +4894,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "هذا التقرير في انتظار اعتماد الإشراف." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "هذا التقرير عليه علامة \"مغلق\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "هذا التقرير عليه علامة \"تم الإصلاح\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، تم تقديمها بواسطة المستخدم." -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "الوقت المستغرق (بالدقائق):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "المخطط الزمني" @@ -4597,23 +4941,23 @@ msgid "Tips for perfect photos" msgstr "نصائح لصور مثالية" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "العنوان:" -#: templates/web/base/alert/index.html:26 +#: 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 أو اسم الشارع أو المنطقة:" -#: templates/web/base/alert/index.html:28 +#: 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 "لاكتشاف التنبيهات المحلية التي لدينا لك، الرجاء إدخال الرمز البريدي أو اسم الشارع أو المنطقة" @@ -4625,12 +4969,19 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "أو سجل دخولك" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "الرمز:" #: templates/web/base/reports/index.html:126 @@ -4647,15 +4998,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "هل يتطلب إدارة المرور؟" @@ -4667,21 +5018,11 @@ msgstr "الترجمة" msgid "Translations" msgstr "الترجمات" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "موثوق من الهيئات:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "موثوق به لأنشاء تبليغات بدون الحاجة الى تدقيقها" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "موثوق:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "أعد المحاولة" @@ -4689,30 +5030,36 @@ msgstr "أعد المحاولة" msgid "Try emailing us directly:" msgstr "جرّب إرسال البريد الإلكتروني إلينا مباشرةً:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "غير مؤكد" @@ -4725,26 +5072,27 @@ msgstr "غير معروف" msgid "Unknown alert type" msgstr "نوع تنبيه غير معروف" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "معرف المشكلة غير معروف" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4758,20 +5106,25 @@ msgstr "" msgid "Update" msgstr "تحديث" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "تم إنشاء تحديث %s للمشكلة %d؛ بواسطة %s" + #: 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:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "تمت إضافة التحديث التالي بدون تحديد الهوية في %s" -#: templates/web/base/contact/index.html:35 +#: 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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "نص التحديث" @@ -4796,43 +5149,44 @@ msgstr "أدى التحديث إلى وضع علامة على المشكلة ب msgid "Update reopened problem" msgstr "أدى التحديث إلى إعادة فتح المشكلة" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "حالات التحديث" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "تم التحديث" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "تم التحديث!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" @@ -4850,17 +5204,6 @@ msgstr "التحديثات على هذه المشكلة، %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4869,14 +5212,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "استخدم ملحق Open311 لأرسال الاحداثيات" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "استخدم هذا الحقب لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض المدخلات بصورة عامة، ولا تُرسل إلى الهيئة." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4886,36 +5224,36 @@ msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "تمت إزالة إشارة المستخدم" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "عثر البحث الذي نفذه المستخدم على مطابقات في أسماء المستخدمين وعناوين البريد الإلكتروني." @@ -4923,24 +5261,37 @@ msgstr "عثر البحث الذي نفذه المستخدم على مطابقا msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "المستخدم:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "المستخدمون" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "تم تحديث القيم" @@ -4949,25 +5300,25 @@ msgstr "تم تحديث القيم" msgid "Verify" msgstr "تحقق" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "عرض التقارير حسب الدائرة" @@ -4975,7 +5326,7 @@ msgstr "عرض التقارير حسب الدائرة" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4985,6 +5336,7 @@ msgid "Viewing a location" msgstr "عرض موقع" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "عرض مشكلة" @@ -4992,7 +5344,7 @@ msgstr "عرض مشكلة" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "دوائر هذا المجلس" @@ -5015,7 +5367,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "نحتاج إلى بريدك الإلكتروني، يرجى كتابته بالأسفل." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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؛ ولكن لا توجد لدينا أي تفاصيل اتصال لهم. إذا كنت تعرف عنوان اتصال مناسبًا، فالرجاء التواصل معنا." @@ -5024,7 +5376,7 @@ 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:17 +#: 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 "" @@ -5037,7 +5389,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "نعتذر عن عدم إصلاح المشكلة. لما لا تجرب التواصل مع النواب المحليين؟" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "موقع الويب" @@ -5058,19 +5410,11 @@ msgstr "عند التحرير" msgid "When sent" msgstr "عند الإرسال" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5082,7 +5426,7 @@ msgstr "لماذا تتوقف هنا؟ يمكنك إعداد msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "مع عمليات البحث عن الطلبات، يمكن أيضًا البحث عن agency_responsible لقصر الطلبات على تلك المرسلة إلى إدارة واحدة. مصطلح البحث هو معرف الإدارة المقدم بواسطة MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5090,7 +5434,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "هل تريد المشاركة في استبيان آخر خلال 4 أسابيع فنذكرك بالتحقق من الحالة؟" @@ -5102,9 +5446,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5112,22 +5456,26 @@ msgstr "كتابة الرسالة بالأحرف الكبيرة يجعل قرا #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "نعم" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "أنت تشتكي من أن تقرير هذه المشكلة تم تعديله بواسطة الإشراف دون ضرورة لذلك:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "إنك غير متصل" @@ -5135,20 +5483,21 @@ msgstr "إنك غير متصل" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "أنت تبلغ عن تقرير المشكلة التالي بأنه يشتمل على إساءة أو يحتوي على معلومات شخصية أو شيء من هذا القبل:" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "يمكنك إضافة البريد الإلكتروني الخاصة بالمستخدم المسيء إلى قائمة المسيئين، وهي تخفي تلقائيًا (ولا ترسل مطلقًا) التقارير التي يقومون بإنشائها." @@ -5156,7 +5505,7 @@ msgstr "يمكنك إضافة البريد الإلكتروني الخاصة ب 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "يمكنك التواصل مع الدعم الفني عبر %s" @@ -5170,10 +5519,10 @@ msgstr "" " على سبيل المثال، يمكن أن يكون ذلك مفيدًا إذا كنت تريد مراقبة مستخدم نشر تقارير غير لائقة\n" " في الماضي." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "يمكنك مساعدتنا في العثور على عنوان بريد إلكتروني لجهة اتصال للمشكلات المحلية المتعلقة بـ %s وإرساله إلينا عبر البريد الإلكتروني على %s." @@ -5181,11 +5530,17 @@ msgstr "يمكنك مساعدتنا في العثور على عنوان بريد msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "يمكنك وضع علامة الحذف على هيئة إذا كنت لا تريدها نشطة على الموقع." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "لقد رفضت؛ الرجاء تعبئة المربع بالأعلى" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5193,12 +5548,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." + +#: 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/questionnaire/index.html:87 +#: 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 "لقد أرفقت صورًا لهذا التحديث من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التحديث (إذا حاولت تحميل المزيد من الصور، فسيتم حذف أقدم صورة)." @@ -5212,12 +5572,11 @@ msgstr "لقد قمت بتسجيل الخروج" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "لقد قمت بإضافة رقم هاتفك بنجاح." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "لقد قمت بتأكيد عنوان البريد الإلكتروني بنجاح." @@ -5226,7 +5585,7 @@ msgstr "لقد قمت بتأكيد عنوان البريد الإلكتروني msgid "You have successfully confirmed your phone number." msgstr "لقد قمت بتأكيد رقم هاتفك بنجاح." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "لقد قمت بإزالة رقم هاتفك بنجاح." @@ -5235,11 +5594,11 @@ msgstr "لقد قمت بإزالة رقم هاتفك بنجاح." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "لقد قمت بتسجيل الدخول بنجاح؛ الرجاء التحقق من بياناتك وتأكيد أنها دقيقة:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "لقد تم التحقق مِن رقم هاتفك بنجاح." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "لم تقم بإنشاء أي تقارير حتى الآن. أبلغ عن مشكلة الآن." @@ -5265,21 +5624,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "حسابك" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "البريد الإلكتروني" @@ -5288,8 +5653,8 @@ msgstr "البريد الإلكتروني" msgid "Your email address" msgstr "عنوان البريد الإلكتروني" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "بريدك الإلكتروني أو رقم هاتفك الخلوي" @@ -5298,7 +5663,8 @@ msgstr "بريدك الإلكتروني أو رقم هاتفك الخلوي" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "الاسم" @@ -5306,46 +5672,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "تم اخفاء اسمك" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "الرجاء الدخولعبر البريد الإلكتروني بدلا عن ذلك، كما يرجى تقديم كلمة مرور جديدة عند هذه النقطة. بعد التأكيد، سيتم تحديث كلمة المرور." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "تقريرك" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "التقارير" @@ -5362,11 +5735,12 @@ msgstr "" msgid "Your update" msgstr "تحديثك" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "التحديثات" @@ -5383,24 +5757,29 @@ msgstr "نفسك" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "مدير" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "الكل" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5408,17 +5787,17 @@ msgstr "" msgid "by %s" msgstr "بواسطة %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "المجلس" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "لم يتم استخدام الخريطة" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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‘" @@ -5426,7 +5805,7 @@ msgstr "على سبيل المثال، ’%s‘ أو ’%s‘" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5449,54 +5828,64 @@ msgstr "آخر تحديث %s" msgid "less than a minute" msgstr "أقل من دقيقة واحدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "غير متاح" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "بلا" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(إختياري)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "أو" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "أو انشئ حسابا" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "أو سجل دخولك" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "أو تحديد الموقع تلقائيًا" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "هذا الموقع" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "المُدخل في الأصل: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "مناطق أخرى:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "عرض" @@ -5508,7 +5897,7 @@ msgstr "تسجيل الخروج" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "المجلس المحلي" @@ -5521,7 +5910,7 @@ msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يست msgid "this location" msgstr "هذا الموقع" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "هذا النوع من المشكلة المحلية" @@ -5529,15 +5918,17 @@ msgstr "هذا النوع من المشكلة المحلية" msgid "today" msgstr "اليوم" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "تحديث" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "تحديثات" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "تم استخدام الخريطة" @@ -5549,16 +5940,16 @@ msgstr "المستخدم من نفس المجلس مثل المشكلة - %d" msgid "user is problem owner" msgstr "المستخدم هو صاحب المشكلة" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "الإدارة" @@ -5650,7 +6041,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5683,7 +6074,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5716,7 +6107,7 @@ msgstr[3] "%s من التقارير التي تم حلها في ال msgstr[4] "%s من التقارير التي تم حلها في الشهر الماضي" msgstr[5] "%s من التقارير التي تم حلها في الشهر الماضي" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5727,7 +6118,7 @@ msgstr[3] "%s من التقارير في الأسبوع الماضي" msgstr[4] "%s من التقارير في الأسبوع الماضي" msgstr[5] "%s من التقارير في الأسبوع الماضي" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5738,7 +6129,7 @@ msgstr[3] "%s من التقارير مؤخرًا" msgstr[4] "%s من التقارير مؤخرًا" msgstr[5] "%s من التقارير مؤخرًا" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5793,7 +6184,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5804,7 +6195,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5814,3 +6205,112 @@ msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" + +#~ 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 "تفقد مطلوب الفحص اذا كانت التقارير في الفئة تستوجب الفحص قبل الارسال" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "حدد خاص إذا البلاغ في هذا التصنيف لايتوجب أن يكون ظاهرا في الموقع.\n" +#~ "
\n" +#~ "هذا الخيار مناسب للمشاكل التي تسمح للمستخدمين الإبلاغ للجهات المسئولة, لكنها ليست مهمة لعامة الناس\n" +#~ "لتعرض كبلاغ. في المملكة المتحدة، نستخدمها للخدمات مثل طلب حاوية نفايات\n" +#~ "إضافية لعنوان محدد." + +#~ msgid "Coordinates:" +#~ msgstr "الإحداثيات:" + +#~ msgid "Default priority" +#~ msgstr "الأهمية الافتراضية" + +#~ msgid "Description:" +#~ msgstr "الوصف:" + +#~ msgid "Didn't use map" +#~ msgstr "لم يتم استخدام الخريطة" + +#~ msgid "Hidden Field" +#~ msgstr "حقل مخفي" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "إذا كنت تستخدم أسلوب إرسال غير البريد الإلكتروني، فأدخل معرف الخدمة (Open311) أو المعرف المقابل له هنا." + +#~ msgid "Inspection required" +#~ msgstr "يتطلب المعاينة" + +#~ msgid "Key" +#~ msgstr "المفتاح" + +#~ msgid "List" +#~ msgstr "القائمة" + +#~ msgid "OK" +#~ msgstr "موافق" + +#~ msgid "Permalink" +#~ msgstr "الارتباط الثابت" + +#~ msgid "Remove" +#~ msgstr "إزالة" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "التبليغات من المستخدمين الموثوقين سوف ترسل الى الهيئة المسؤولة من دون فحصها اولا." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "سوف يتم ارسال التبليغات اوتوماتيكيا دون الحاجة لفحصها اذا كانت قيمة سمعة المستخدم تساوي او اكبر من هذه القيمة. حدد الى 0 اذا كان يجب فحص كل التبلغات بغض النظر." + +#~ msgid "Reputation threshold" +#~ msgstr "عتبة السمعة" + +#~ msgid "Response Priorities for %s" +#~ msgstr "أولويات الاستجابة لـ %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "لا يمكن عرض هذا التقرير على %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "عنوان البريد الإلكتروني هو الوجهة التي يتم إرسال التقارير المتعلقة بهذه الفئة إليها. \n" +#~ " قد تكون الفئات الأخرى لهذه الهيئة معينًا لها نفس عنوان البريد الإلكتروني." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "هذا موقع مطور، وقد تتعطل الأمور في أي وقت، وستُحذف قاعدة البيانات بصورة دورية." + +#~ msgid "Trusted by bodies:" +#~ msgstr "موثوق من الهيئات:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "موثوق به لأنشاء تبليغات بدون الحاجة الى تدقيقها" + +#~ msgid "Trusted:" +#~ msgstr "موثوق:" + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "استخدم هذا الحقب لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض المدخلات بصورة عامة، ولا تُرسل إلى الهيئة." + +#~ msgid "Used map" +#~ msgstr "تم استخدام الخريطة" + +#~ msgid "or locate me automatically" +#~ msgstr "أو تحديد الموقع تلقائيًا" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index 21a998ab84c..da7988c646d 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "и" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "или" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d до %d от %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Обобщена справка" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s връзка с общината – %s потвърдени, %s непотвърдени" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s обновяване в реално време" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(затворен)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(поправен)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(като графити, дупки по улицата, счупено улично осветление)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(изпратен към двата района)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Изберете категория --" @@ -186,6 +185,10 @@ msgstr "-- Изберете категория --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "Не Нека потвърдя актуализация msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -271,13 +282,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Добавете район" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -286,7 +302,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -294,16 +310,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -317,24 +333,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Добавете потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Добавено %s" @@ -342,7 +359,7 @@ msgstr "Добавено %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -358,19 +375,20 @@ msgstr "Създадено известие %d за %s, тип %s, с парам msgid "Alert %d disabled (created %s)" msgstr "Известието %d е изключено (създадено на %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Известявай ме за бъдещи актуализиации" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -383,8 +401,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -396,9 +414,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -425,7 +443,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Имейл адрес" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Този сигнал е маркиран като поправен." @@ -439,7 +467,7 @@ msgstr "Анонимен" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -451,24 +479,29 @@ msgstr "Анонимен:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Територията е обхваната" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -477,28 +510,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Прехвърлен на %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Прехвърляне към друга категория:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Прехвърляне към външна община:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Прехвърлен на %s" @@ -510,31 +548,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "За момета можете само да търсите и преглеждате сигнали" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -543,12 +572,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Очакващ преглед" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -556,29 +586,39 @@ msgstr "Назад" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Райони" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Район" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Район:" @@ -586,10 +626,6 @@ msgstr "Район:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -598,39 +634,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Не виждате картата? Пропуснете тази стъпка" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Категория" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -639,12 +678,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Сигнали подадени преди повече от 4 седмици" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Категория:" @@ -653,53 +692,38 @@ msgstr "Категория:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Отбележете като частна ако сигналите в тази категория не трябва да се публикуват в сайта. \n" -"
\n" -"Обикновено категориите не са частни.\n" -"
\n" -"Тази опция е подходяща за сигнали, които всички биха могли да подават, но които не представляват интерес за останалите. Например да си изиска допълнителен контейнер за боклук за даден адрес." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -736,57 +760,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Затворен" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Затворен от общината" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Информация за местната имплементция:" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Конфигурация" @@ -795,12 +823,12 @@ msgstr "Конфигурация" msgid "Confirm" msgstr "Потвърждаване" -#: templates/web/base/auth/2faform.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 "Потвърждаване на акаунта" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -812,16 +840,16 @@ msgstr "" msgid "Confirmation" msgstr "Потвърждение" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Потвърдени:" @@ -836,10 +864,12 @@ msgstr "" msgid "Contact Us" msgstr "Връзка с нас" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -852,17 +882,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Потребителят не е намерен" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Местоположението не може да бъде намерено" @@ -882,7 +908,7 @@ msgstr "Контакти на общината за %s " msgid "Council ref: %s" msgstr "входящ номер в общината: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Община:" @@ -891,6 +917,8 @@ msgstr "Община:" 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 "" @@ -899,38 +927,42 @@ msgstr "" msgid "Create a report" msgstr "Подай сигнал" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Създай категория" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Създаден" @@ -939,7 +971,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -949,11 +981,11 @@ msgstr "Създадени:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -962,19 +994,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В момента няма създадени Райони." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Табло" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -982,35 +1014,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Изтрит" @@ -1019,49 +1049,45 @@ msgstr "Изтрит" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Описание" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Описание" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Прехвърлен" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Таблица с районите в София" @@ -1070,6 +1096,15 @@ msgstr "Таблица с районите в София" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1079,6 +1114,14 @@ msgstr "" 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 "" @@ -1088,15 +1131,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Не знам" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Не обичате форми?" @@ -1104,19 +1143,24 @@ msgstr "Не обичате форми?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1128,32 +1172,35 @@ msgstr "" "(имейл адрес). Това означава, че можете да добавяте различни категории, \n" "дори и да имате само един контакт." -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редактиране" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1161,15 +1208,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1177,13 +1226,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Редактиране на сигнала %d " @@ -1205,7 +1254,10 @@ msgstr "Редактирано от" #: 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:17 +#: 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 @@ -1213,15 +1265,14 @@ msgstr "Редактирано от" msgid "Email" msgstr "Имейл" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1234,21 +1285,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Имейл:" @@ -1302,7 +1353,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1310,11 +1361,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Въведете име на улица в близост до вас" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1323,7 +1375,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Въведете пощенски код или име на улица в близост до вас" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Въведете име на улица в близост до вас" @@ -1332,8 +1383,9 @@ msgstr "Въведете име на улица в близост до вас" msgid "Enter details of the problem" msgstr "Въведете информация за проблема" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1341,8 +1393,10 @@ msgstr "Въведете информация за проблема" msgid "Error" msgstr "Грешка" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1355,7 +1409,7 @@ msgstr "Примерен пощенски адрес %s" msgid "Examples:" msgstr "Примери:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1363,20 +1417,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1384,12 +1438,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1397,32 +1451,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1432,18 +1491,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "За първи път" @@ -1455,21 +1523,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Поправено" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Поправени - община" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Поправени - потребител" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Означен като \"изтрит\"" @@ -1477,8 +1544,8 @@ msgstr "Означен като \"изтрит\"" msgid "Flag user" msgstr "Означаване на потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Означен" @@ -1486,7 +1553,7 @@ msgstr "Означен" msgid "Flagged reports and users" msgstr "Означени сигнали и потребители" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Означените потребители са изброени на страницата с означените." @@ -1494,8 +1561,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Означен:" @@ -1507,29 +1574,25 @@ msgstr "Последвайте линка за района, за да види msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "За повече информацич вижте Как ПоправиСофия използва MapIt." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1539,28 +1602,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Често задавани въпроси" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Изтегляне на актуализациите за сигналите в %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Изтегляне на RSS емисии" @@ -1572,62 +1641,68 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Търси" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Ще изпратите ли анкетата?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Графика на създадените сигнали по статус във времето" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Този проблем поправен ли е?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "" "Подавали ли сте сигнал за нередност към общината преди или сега \n" "подавате за първи път?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1639,18 +1714,18 @@ msgstr "" msgid "Hi %s" msgstr "Здравей %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1675,12 +1750,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Скрий кабърчетата" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Сигналът е подаден в категория %s " + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1690,15 +1771,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "История" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Начало" @@ -1706,7 +1783,8 @@ msgstr "Начало" msgid "How to report a problem" msgstr "Как да сигнализирате за проблем" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Как да подавате сигнали успешно" @@ -1725,15 +1803,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "№" @@ -1748,29 +1826,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1782,37 +1864,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1836,11 +1913,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1856,7 +1937,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1864,44 +1946,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Вътрешни бележки" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Вътрешни бележки" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1913,10 +1997,6 @@ msgstr "Моля проверете страницата с че msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1940,11 +2020,16 @@ msgstr "" msgid "Last editor" msgstr "Последно редактирано от" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Последно обновено:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Последно обновено:" @@ -1952,13 +2037,14 @@ msgstr "Последно обновено:" msgid "Last update:" msgstr "Последно обновено:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1966,10 +2052,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Показване на всички сигнали" @@ -1978,25 +2060,26 @@ msgstr "Показване на всички сигнали" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "RSS и имейл известия за сигнали" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "RSS и имейл известия за сигнали за ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Известия" @@ -2009,77 +2092,97 @@ msgstr "Локализирайте проблема на картата" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "Карта" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Маркирайте потребители, които бихте искали да държите под око." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Съобщение" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Липсващо jurisdiction_id" @@ -2087,7 +2190,8 @@ msgstr "Липсващо jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2110,36 +2214,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Месец" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2147,28 +2259,27 @@ msgstr "" msgid "Name" msgstr "Име" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Име:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2176,12 +2287,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2195,16 +2306,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Категорията е добавена" @@ -2212,8 +2323,13 @@ msgstr "Категорията е добавена" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2221,13 +2337,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Нов сигнал в ПоправиСофия" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2235,8 +2351,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2293,10 +2409,10 @@ msgstr "Нови сигнали" msgid "New state" msgstr "Ново състояние" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2304,7 +2420,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2316,33 +2433,36 @@ msgstr "Слеващ" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Несъществуващ район" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Не е избрана община" @@ -2358,24 +2478,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Няма повече актуализации" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Няма намерени резултати" @@ -2386,26 +2504,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2413,7 +2531,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2431,7 +2549,7 @@ msgstr "Съгналът не е подаден към общината" msgid "Note" msgstr "Бележка" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Бележка:" @@ -2443,8 +2561,12 @@ msgstr "Бележка: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2455,15 +2577,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "ОК" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2471,22 +2595,27 @@ msgstr "" msgid "Old state" msgstr "Стар статус" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Отворен" @@ -2511,7 +2640,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2523,25 +2652,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Други" @@ -2571,21 +2701,37 @@ msgstr "Страницата не е намерена" msgid "Parent" msgstr "Община" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Създай категория" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Частичен" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Парола (незадължително)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Паролата Ви беше променена успешно" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Парола (незадължително)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Връзка" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2593,7 +2739,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2604,39 +2750,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Телефонен номер (незадължително)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2644,20 +2790,20 @@ msgstr "Телефон:" msgid "Photo" msgstr "Снимка" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2667,6 +2813,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Снимки на скоро подадени сигнали" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2677,8 +2827,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Поставете кабърче върху картата" @@ -2702,31 +2853,31 @@ msgstr "Моля проверете паролите и пробвайте от msgid "Please check your email address is correct" msgstr "Моля проверете дали сте въвели коректен имейл адрес" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Моля изберете категория" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2741,104 +2892,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Моля въведете съобщение" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Моля въведете парола" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Моля въведете тема" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Моля въведете валиден имейл" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Моля въведете валиден имейл адрес" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Моля въведете информация" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Моля въведете имейл" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Моля въведете име" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Моля въведете фамилия" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Моля въведете фамилия" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Моля въведете обръщение" @@ -2847,7 +3016,7 @@ msgstr "Моля въведете обръщение" 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:1 +#: 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 "Моля попълнете информация за проблема." @@ -2857,7 +3026,7 @@ msgstr "Моля попълнете информация за проблема." 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2865,8 +3034,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Моля отбележете дали бихте искали да участвате в друга анкета" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2892,11 +3069,11 @@ msgstr "" msgid "Please note:" msgstr "Забележка:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2913,15 +3090,19 @@ msgstr "Моля въведете информация и приложете с msgid "Please say whether you've ever reported a problem to your council before" msgstr "Моля отговорете дали някога сте подавали сигнал към общината преди." -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Моля изберете начин на известяване" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Моля изберете тип известия, които бихте искали да получаваме" @@ -2929,19 +3110,20 @@ msgstr "Моля изберете тип известия, които бихте msgid "Please state whether or not the problem has been fixed" msgstr "Моля посочете дали проблемът е бил разрешен или не" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Моля въведете съобщение" @@ -2949,23 +3131,23 @@ msgstr "Моля въведете съобщение" msgid "Post" msgstr "Публикувай" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Публикувано от анонимен потребител в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Публикувано от %s (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" @@ -2973,20 +3155,32 @@ msgstr "Публикувано от %s в %s" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2996,15 +3190,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Лично" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3016,10 +3209,29 @@ msgstr "Сигнал" msgid "Problem %d created" msgstr "Сигналът %d е записан" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Сигналът %s е подаден към общината %s " + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Сигналът %s е потвърден" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Сигналът %d е записан" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Сигналът %d е записан" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Сигналът %s е подаден към общината %s " @@ -3030,7 +3242,7 @@ msgstr "Сигналът %s е подаден към общината %s " msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -3038,7 +3250,8 @@ msgstr "Сигналът е маркиран като отворен." msgid "Problem state change based on survey results" msgstr "Статусът на сигнала е променен на основата на резултат от анкета" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Сигнали" @@ -3047,11 +3260,11 @@ msgstr "Сигнали" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Други сигнали наоколо" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Сигнали отбелязани върху картата" @@ -3059,37 +3272,43 @@ msgstr "Сигнали отбелязани върху картата" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Проблеми сигнализирани скоро в сайта" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Сигнали в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Сигнали в квартал %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Адрес на имота:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Въведете иформация за актуализиране" @@ -3098,32 +3317,37 @@ msgstr "Въведете иформация за актуализиране" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Използването на парола е по избор, но това ще ви позволи по-лесно да подавате сигнали и да публикувате и променяте актуализации." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Публичен отговор:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3140,23 +3364,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Анкетата %d за проблем %d е изпратена" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Анкетата е попълнена от потребителя, подал сигнала" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS абонамент" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS абонамент за квартал %s, %s" @@ -3164,52 +3389,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS абонамент за последни проблеми наоколо" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS абонамент за проблеми в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS абонамент за проблеми в квартал %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS абонамент за последни проблеми наоколо" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS абонамент за актуализации по този проблем" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3223,11 +3452,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Наскоро добавени сигнали" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3235,15 +3465,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3259,21 +3485,25 @@ msgstr "Премахване на означението" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Премахване на снимката (необратимо действие)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3281,30 +3511,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Подайте сигнал" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Сигнализирай за неподходящо съдържание" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Публикувано от анонимен потребител в %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3314,17 +3552,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Сигнализирай за неподходящо съдържание" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Сигнал за %s " -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3337,24 +3578,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сигнализирай, разгледай или коментирай проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Подавал съм и преди" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3362,59 +3603,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сигналът е подаден в категория %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Сигналът е подаден в категория %s от %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно чрез %s в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сигналът е подаден чрез %s в категория %s от %s в %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Сигнали" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3422,14 +3667,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Сигнали чакащи одобрение" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3438,63 +3679,61 @@ msgstr "" msgid "Reports published" msgstr "Публикувани сигнали" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Препращане на сигнал" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3510,56 +3749,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Правилното място ли е това?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Завъртане наляво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Завъртане надясно" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Запази промените" @@ -3567,58 +3827,62 @@ msgstr "Запази промените" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Търсене на Сигнали" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Търсене на Потребители" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Търсене на сигнали" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Не са намерени потребители." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3628,12 +3892,12 @@ msgid "Select a body" msgstr "Изберете район" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Изберете територия" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3645,19 +3909,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3666,41 +3935,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Сигналът е подаден към %s преди %s" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Изпратени:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3708,14 +3977,14 @@ msgstr "Сподели" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3728,7 +3997,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3744,7 +4013,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3752,9 +4022,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Покажи кабърчетата" @@ -3766,20 +4037,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Вход" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3788,16 +4059,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Влезте или създайте акаунт" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Някои категории може да се нуждаят от допълнителна информация." @@ -3808,12 +4080,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Някои снимки от сигнали подадени наскоро" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3821,11 +4093,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3833,7 +4107,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3842,9 +4117,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3854,174 +4129,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Статус" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Тема:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Изпращане" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Изпращане на промените" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Изпращане на анкетата" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Сигналът е потвърден" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Абониране" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4029,11 +4322,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4041,19 +4340,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Обобщение" @@ -4067,11 +4367,11 @@ msgstr "Обобщена справка" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4085,29 +4385,33 @@ msgstr "Резултати от проучване" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" @@ -4132,7 +4436,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Благодаря за предоставената снимка. Тъй като се нуждаем от местоложението на вашия проблем, моля въведете адрес наблизо в полето по-горе :" @@ -4140,7 +4444,12 @@ 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 "Благодаря! Радваме се, че този проблем е бил разрешен! Бихме искли да Ви питаме подавали ли сте сигнали към общината и преди?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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). Моля опитайте отново." @@ -4148,52 +4457,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Сигналът не може да бъде разгледан %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4203,11 +4508,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4217,8 +4519,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4226,6 +4532,14 @@ msgid "" " 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 "" @@ -4237,11 +4551,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "Бихте могли да помогнете на Общината давайки възможно най-пълната информация, с която разполагате. Моля опишете точното местонахождение на проблема, от какво естество е, от колко време съществува, кратко описание. По възможност прикачете и снимка на проблема, ако разполагате с такава." @@ -4256,15 +4574,11 @@ msgstr "" msgid "The error was: %s" msgstr "Грешката беше: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4301,10 +4615,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4314,24 +4624,24 @@ msgstr "Паролите не съвпадат" msgid "The requested URL '%s' was not found on this server" msgstr "Търсеният адрес '%s' не беше намерен на този сървър" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4339,7 +4649,20 @@ msgstr "" "Потребителското име е видимо публично в сигналите, които не са маркирани като анонимни.\n" "Имената не са уникални." +#: 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." @@ -4349,7 +4672,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4357,30 +4684,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата с всички сигнали. Моля опитайте по-късно." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Възникна проблем при визуализирането на страницата. Моля пробвайте по-късно." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." @@ -4388,12 +4711,16 @@ msgstr "Възникна проблем с вашая сигнал. Моля о 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4411,16 +4738,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4443,34 +4775,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Тази информация е необходима" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4490,7 +4819,8 @@ msgstr "Този проблем не е решен." msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4498,41 +4828,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Този сигнал е означен със статус затворен." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Този сигнал е означен със статус поправен." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Тази страница съдържа и снимка, изпратена от нашия потребител." -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Времева линия" @@ -4541,23 +4875,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "За да получите нови известия, моля въведете пощенски код или име на улица." @@ -4569,12 +4903,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4591,15 +4930,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4611,21 +4950,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Опитайте отново" @@ -4633,30 +4962,36 @@ msgstr "Опитайте отново" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Непотвърден" @@ -4669,26 +5004,27 @@ msgstr "Неизвестен" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4702,20 +5038,25 @@ msgstr "" msgid "Update" msgstr "Актуализация" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Актуализиране на %s съществуващ сигнал %d; от %s" + #: 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:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Актуализирано анонимно на %s" -#: templates/web/base/contact/index.html:35 +#: 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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4740,43 +5081,44 @@ msgstr "" msgid "Update reopened problem" msgstr "Актуализация на възобновен сигнал" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Актуализация на статусите" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Актуализирано!" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Актуализирано!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4794,17 +5136,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4813,13 +5144,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4830,36 +5156,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4867,24 +5193,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Потребители" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -4893,25 +5231,25 @@ msgstr "Актуализиране на стойностите" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Разглеждане на сигналите по квартали" @@ -4919,7 +5257,7 @@ msgstr "Разглеждане на сигналите по квартали" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4929,6 +5267,7 @@ msgid "Viewing a location" msgstr "Преглед на местоположение" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Преглед на сигнал" @@ -4936,7 +5275,7 @@ msgstr "Преглед на сигнал" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4959,7 +5298,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4968,7 +5307,7 @@ 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:17 +#: 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 "" @@ -4981,7 +5320,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5002,19 +5341,11 @@ msgstr "Редактирано на:" msgid "When sent" msgstr "Изпратен" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5026,7 +5357,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5034,7 +5365,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Бихте ли искали да получите още една анкета след 4 седмици, за да ви напомни да проверите статуса?" @@ -5046,9 +5377,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5056,22 +5387,26 @@ msgstr "Моля пишете на кирилица! Писането само #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Да" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5079,20 +5414,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5100,7 +5436,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "За техническа поддръжка моля пишете ни на %s" @@ -5111,10 +5447,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Можете да ни помогнете да намерим имейл адреса на който да бъдат сигнализирани проблемите в %s, като ни го изпратите на адрес %s." @@ -5122,11 +5458,17 @@ msgstr "Можете да ни помогнете да намерим имейл msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Можете да маркирате района или общината за изтриване, ако не желаете да бъде активна за този сайт." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Вие отказахте; моля попълнете полето по-долу." -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5134,12 +5476,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5153,12 +5499,11 @@ msgstr "Вие излязохте успешно" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Успешно пoтвърдихте Вашият имейл адрес." @@ -5167,7 +5512,7 @@ msgstr "Успешно пoтвърдихте Вашият имейл адрес. msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5176,11 +5521,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Успешно влязохте в системата; моля проверете и потвърдете коректността на данните си:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Все още нямате подадени сигнали. Подайте сигнал." @@ -5206,21 +5551,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Имейл" @@ -5229,8 +5580,8 @@ msgstr "Имейл" msgid "Your email address" msgstr "Имейл адрес" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5239,7 +5590,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Име" @@ -5247,46 +5599,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Вашите сигнали" @@ -5303,11 +5661,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Актуализации" @@ -5324,24 +5683,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5349,17 +5713,17 @@ msgstr "" msgid "by %s" msgstr "от %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "община" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "картата не е била използвана" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5367,7 +5731,7 @@ msgstr "напр. ‘%s’ или ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5390,54 +5754,64 @@ msgstr "Последно обновено %s" msgid "less than a minute" msgstr "преди по-малко от минута" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "няма информация" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(незадължително)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "или" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "или ме намери автоматично" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Преглед на местоположение" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "първоначално въведен: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "други територии:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5449,7 +5823,7 @@ msgstr "излизане" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "местната община" @@ -5462,7 +5836,7 @@ msgstr "мястото не е било отбелязано на картата msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "този тип сигнали" @@ -5470,15 +5844,17 @@ msgstr "този тип сигнали" msgid "today" msgstr "днес" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "използвана е била картата" @@ -5490,16 +5866,16 @@ msgstr "потребителят е от същата община като пр msgid "user is problem owner" msgstr "потребителят е собственик на сигнала" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "квартал" @@ -5559,7 +5935,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5580,7 +5956,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5601,21 +5977,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%sпоправени през изминалия месец" msgstr[1] "%sпоправени през изминалия месец" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s подаден наскоро" msgstr[1] "%s подадени наскоро" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5650,16 +6026,43 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Отбележете като частна ако сигналите в тази категория не трябва да се публикуват в сайта. \n" +#~ "
\n" +#~ "Обикновено категориите не са частни.\n" +#~ "
\n" +#~ "Тази опция е подходяща за сигнали, които всички биха могли да подават, но които не представляват интерес за останалите. Например да си изиска допълнителен контейнер за боклук за даден адрес." + +#~ msgid "OK" +#~ msgstr "ОК" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Сигналът не може да бъде разгледан %s." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново." + +#~ msgid "or locate me automatically" +#~ msgstr "или ме намери автоматично" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 4e7a9ee5489..6f92d2f1b38 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +21,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "i" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "o" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d caràcters màxims" @@ -53,8 +54,10 @@ msgstr "%d a %d de %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Resum de notificacions" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contactes de l'ajuntament – %s confirmades, %s no confirmades" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -88,7 +91,7 @@ msgstr "" " o totes les que es trobin a una certa distància d’un lloc concret." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -102,8 +105,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualitzacions en directe" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s obert, %s tancat, %s arreglat" @@ -123,13 +126,13 @@ msgstr "© Col·laboradors d'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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s notificacions %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s desat." @@ -242,23 +247,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr " Tinc una contrasenya" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -278,13 +289,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Afegeix una nova categoria" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Afegeix una àrea" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -293,7 +309,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -301,16 +317,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Afegeix una nova categoria" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -324,24 +340,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Afegeix un usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Afegeix/edita categories d'incidències" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Afegeix/edita prioritats de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Afegit %s" @@ -349,7 +366,7 @@ msgstr "Afegit %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -365,19 +382,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Avisa'm de futures actualitzacions" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Tot" @@ -390,8 +408,8 @@ msgid "All Reports as CSV" msgstr "Totes les notificacions en CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Totes les categories" @@ -403,9 +421,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -432,7 +450,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "Carregar sempre totes les incidències" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Canvia l'adreça de correu electrònic" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Una actualització ha marcat aquest problema com a solucionat." @@ -446,7 +474,7 @@ msgstr "Anònim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -458,24 +486,29 @@ msgstr "Anònim" msgid "Another user" msgstr "Un altre usuari" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Estàs segur?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Àrea coberta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Àrea:" @@ -484,28 +517,33 @@ msgstr "Àrea:" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Assigna usuaris a àreas" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Assigna a una àrea competent:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Assigna a una categoria diferent:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Assigna a una àrea externa:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Assigna a subdivisió:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Assigna usuaris a àreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Assignat a %s" @@ -517,31 +555,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Resposta automática:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categories disponibles" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -550,12 +579,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Esperant moderació" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Torna" @@ -563,29 +593,39 @@ msgstr "Torna" msgid "Back to all reports" msgstr "Torna a tots els informes" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Àrees" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Àrea" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Àrea:" @@ -593,10 +633,6 @@ msgstr "Àrea:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -605,39 +641,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "No pots veure el mapa? Salta aquest pas" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categories" -#: templates/web/base/admin/category-checkboxes.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 "Categories:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoria" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria canviada de ‘%s’ a ‘%s’" @@ -646,12 +685,12 @@ msgstr "Categoria canviada de ‘%s’ a ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Termini de resolució d'incidències > 4 setmanes" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoria:" @@ -660,48 +699,38 @@ msgstr "Categoria:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Canvia l'adreça de correu electrònic" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Canvia la contrasenya" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Escull un altre" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Neteja les dades fora de línia" @@ -738,57 +767,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Tancat" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Tancat per l'ajuntament" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuració" @@ -797,12 +830,12 @@ msgstr "Configuració" msgid "Confirm" msgstr "Confirma" -#: templates/web/base/auth/2faform.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 "Confirma el compte" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -814,16 +847,16 @@ msgstr "" msgid "Confirmation" msgstr "Confirmació" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Confirmat" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmat:" @@ -838,10 +871,12 @@ msgstr "Contacta %s" msgid "Contact Us" msgstr "Contacta'ns" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Contacta a l'equip" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -854,17 +889,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -884,7 +915,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Ajuntament:" @@ -893,6 +924,8 @@ msgstr "Ajuntament:" 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 "" @@ -901,38 +934,42 @@ msgstr "" msgid "Create a report" msgstr "Crea un informe" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crea una prioritat" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creat" @@ -941,7 +978,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -951,11 +988,11 @@ msgstr "Creat:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -964,19 +1001,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -984,35 +1021,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Elimina plantilla" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Elimina plantilla" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Eliminat" @@ -1021,49 +1056,45 @@ msgstr "Eliminat" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descripció" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descripció:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descripció" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalls" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalls:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1072,6 +1103,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1081,6 +1121,14 @@ msgstr "" 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 "" @@ -1090,15 +1138,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Tens contrasenya de %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "No t'agraden els formularis?" @@ -1106,19 +1150,24 @@ msgstr "No t'agraden els formularis?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplicat de" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplicats" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1126,32 +1175,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Edita" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Edita els detalls de l'àrea" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Edita la categoria d'informes" @@ -1159,15 +1211,17 @@ msgstr "Edita la categoria d'informes" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Edita la prioritat d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Edita els informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1175,13 +1229,13 @@ msgstr "" msgid "Edit your update" msgstr "Modifica l'actualització" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Editant el problema %d" @@ -1203,7 +1257,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1211,15 +1268,14 @@ msgstr "Editor" msgid "Email" msgstr "Correu electrònic" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Adreça de correu electrònic" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1232,21 +1288,21 @@ msgstr "Alerta de correu electrònic creada" msgid "Email alert deleted" msgstr "Alerta de correu electrònic eliminada" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Correu electrònic verificat:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Correu electrònic:" @@ -1300,7 +1356,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Data final" @@ -1308,11 +1364,11 @@ msgstr "Data final" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1321,7 +1377,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1330,8 +1385,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "Entra els detalls de la incidència" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1339,8 +1395,10 @@ msgstr "Entra els detalls de la incidència" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Tot" @@ -1353,7 +1411,7 @@ msgstr "Exemple de codi postal %s" msgid "Examples:" msgstr "Exemples:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Categoria existent" @@ -1361,20 +1419,20 @@ msgstr "Categoria existent" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exporta com a CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID extern" @@ -1382,12 +1440,12 @@ msgstr "ID extern" msgid "External URL" msgstr "URL externa" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Àrea externa" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1395,32 +1453,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Equip extern" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detalls extres" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1430,18 +1493,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1453,21 +1525,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Corregit" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marca com esborrat" @@ -1475,8 +1546,8 @@ msgstr "Marca com esborrat" msgid "Flag user" msgstr "Marca l'usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcat" @@ -1484,7 +1555,7 @@ msgstr "Marcat" msgid "Flagged reports and users" msgstr "Informes i usuaris marcats" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "" @@ -1492,8 +1563,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Marcat:" @@ -1505,29 +1576,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Has oblidat la teva contrasenya?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Suggeriment enviat a l'àrea externa" @@ -1537,28 +1604,34 @@ msgstr "Suggeriment enviat a l'àrea externa" msgid "Frequently Asked Questions" msgstr "Preguntes mes freqüents (FAQ)" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Obté actualitzacions" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Obté actualitzacions de %s problemes" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1570,60 +1643,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Ves" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "S'ha corregit aquest problema?" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1635,18 +1714,18 @@ msgstr "" msgid "Hi %s" msgstr "Hola %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Ocultat" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1671,12 +1750,18 @@ msgstr "Oculta el meu nom en aquesta actualització" msgid "Hide my name on this report" msgstr "Oculta el meu nom en aquest informe" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Oculta el meu nom en aquesta actualització" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Oculta l'actualització completament?" @@ -1686,15 +1771,11 @@ msgstr "Oculta l'actualització completament?" msgid "Hide your name?" msgstr "Oculta el teu nom?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Inici" @@ -1702,7 +1783,8 @@ msgstr "Inici" msgid "How to report a problem" msgstr "Com informar un problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Com enviar informes satisfactoris" @@ -1721,15 +1803,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1744,29 +1826,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1778,37 +1864,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1832,11 +1913,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID il·legal" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1852,7 +1937,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inactiu" @@ -1860,44 +1946,46 @@ msgstr "Inactiu" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Notes internes" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1909,10 +1997,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1936,11 +2020,16 @@ msgstr "Últims 7 dies" msgid "Last editor" msgstr "Últim editor" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Última actualització:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Última actualització" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Última actualització:" @@ -1948,13 +2037,14 @@ msgstr "Última actualització:" msgid "Last update:" msgstr "Última actualització:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1962,10 +2052,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Mostra totes les incidències notificades" @@ -1974,25 +2060,26 @@ msgstr "Mostra totes les incidències notificades" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregant..." #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertes locals" @@ -2005,77 +2092,97 @@ msgstr "Localitza el problema en un mapa de l'àrea" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marca com enviat" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Missatge" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Missatge al cos competent:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Missatge al cos extern:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2083,7 +2190,8 @@ msgstr "" msgid "Moderate" msgstr "Modera" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Modera detalls de l'informe" @@ -2106,36 +2214,44 @@ msgstr "Moderat per %s a %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2143,28 +2259,27 @@ msgstr "Més comentat" msgid "Name" msgstr "Nom" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nom:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navega a aquest problema" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2172,12 +2287,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2191,16 +2306,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nou cos afegit" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nova categoria de contacte afegida" @@ -2208,8 +2323,13 @@ msgstr "Nova categoria de contacte afegida" msgid "New email address:" msgstr "Nova adreça de correu electrònic:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2217,13 +2337,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nova contrasenya:" @@ -2231,8 +2351,8 @@ msgstr "Nova contrasenya:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nova prioritat" @@ -2289,10 +2409,10 @@ msgstr "Nous informes" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2300,7 +2420,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "El més nou" @@ -2312,33 +2433,36 @@ msgstr "Següent" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "No" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Sense cos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2354,24 +2478,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "No s'han retornat resultats" @@ -2382,26 +2504,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Sense seguidors" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Cap" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2409,7 +2531,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2427,7 +2549,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2439,8 +2561,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2451,15 +2577,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2467,22 +2595,27 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2507,7 +2640,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2519,25 +2652,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2567,21 +2701,34 @@ msgstr "" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Totes les categories" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2589,7 +2736,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2600,39 +2747,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2640,20 +2787,20 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2663,6 +2810,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2673,8 +2824,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2698,31 +2850,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2737,104 +2889,121 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: 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:140 +#: perllib/FixMyStreet/DB/Result/Problem.pm:379 +#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2843,7 +3012,7 @@ msgstr "" 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:1 +#: 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 "" @@ -2853,7 +3022,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2861,8 +3030,15 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2888,11 +3064,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2909,15 +3085,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2925,19 +3105,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2945,23 +3126,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2969,20 +3150,32 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/pagination.html:4 +#: 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2992,15 +3185,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3012,10 +3204,26 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3026,7 +3234,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3034,7 +3242,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3043,11 +3252,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3055,37 +3264,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3094,32 +3309,36 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 @@ -3136,23 +3355,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3160,52 +3380,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3219,11 +3443,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3231,15 +3456,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3255,21 +3476,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3277,30 +3502,37 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: 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:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3310,17 +3542,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Modera detalls de l'informe" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3333,24 +3568,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3358,59 +3593,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3418,14 +3657,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3434,63 +3669,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3506,56 +3739,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3563,58 +3817,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3624,12 +3882,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3641,19 +3899,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3662,41 +3925,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3704,14 +3967,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3724,7 +3987,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3740,7 +4003,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3748,9 +4012,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3762,20 +4027,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3784,16 +4049,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3804,12 +4070,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3817,11 +4083,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3829,7 +4097,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3838,9 +4107,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3850,174 +4119,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4025,11 +4312,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4037,19 +4330,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4063,11 +4357,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4081,29 +4375,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4128,7 +4426,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4136,7 +4434,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4144,52 +4447,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4199,11 +4498,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4213,8 +4509,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4222,6 +4522,14 @@ msgid "" " 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 "" @@ -4233,11 +4541,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "" @@ -4252,15 +4564,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4297,10 +4605,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4310,30 +4614,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4343,7 +4660,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4351,30 +4672,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4382,12 +4699,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4405,16 +4726,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4437,34 +4763,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4484,7 +4807,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4492,41 +4816,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4535,23 +4863,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4563,12 +4891,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4585,15 +4918,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4605,21 +4938,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4627,30 +4950,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4663,26 +4992,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4696,20 +5026,25 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Termini de resolució d'incidències > 4 setmanes" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4734,43 +5069,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4788,17 +5124,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4807,13 +5132,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4824,36 +5144,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4861,24 +5181,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4887,25 +5219,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4913,7 +5245,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4923,6 +5255,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4930,7 +5263,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4953,7 +5286,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4962,7 +5295,7 @@ 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:17 +#: 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 "" @@ -4975,7 +5308,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4996,19 +5329,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5020,7 +5345,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5028,7 +5353,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5040,9 +5365,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5050,22 +5375,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5073,20 +5402,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5094,7 +5424,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5105,10 +5435,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5116,11 +5446,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5128,12 +5464,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5147,12 +5487,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5161,7 +5500,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5170,11 +5509,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5197,21 +5536,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5220,8 +5565,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5230,7 +5575,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5238,46 +5584,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5294,11 +5646,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5315,24 +5668,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5340,17 +5698,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5358,7 +5716,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5381,54 +5739,63 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "o" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5440,7 +5807,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5453,7 +5820,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5461,15 +5828,17 @@ msgstr "" msgid "today" msgstr "avui" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5481,16 +5850,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5550,7 +5919,7 @@ msgid_plural "%d years" msgstr[0] "%d anys" msgstr[1] "%d anys" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5571,7 +5940,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5592,21 +5961,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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 +#: templates/web/westminster/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 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5641,16 +6010,28 @@ msgid_plural "last updated %d days ago" msgstr[0] "última actualització fa %d dies " msgstr[1] "última actualització fa %d dies" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mesos" msgstr[1] "mesos" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ 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 342511b2dc1..ede49ca66aa 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " a " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " nebo " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d až %d z %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s -Souhrnné reporty" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s úředních kontaktů -%s potvrzených, %s nepotvrzených" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s online aktualizace" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(uzavřené)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(vyřešeno)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(např. graffiti, rozbité pouliční osvětlení, díry v komunikacích a pod. )" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(odesláno dvoum??)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" @@ -186,6 +185,10 @@ msgstr "-- Vyberte kategorii --" 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 "" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Ne Potvrdím aktualizaci e-mailem" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ano Mám heslo" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:12 +msgid "A service ID (Open311 or similar)." +msgstr "" + #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -274,13 +285,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Přidat novou kategorii" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Zadejte instituci" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -289,7 +305,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -297,16 +313,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Přidat novou kategorii" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -320,24 +336,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Přidat Uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Přidáno %s" @@ -345,7 +362,7 @@ msgstr "Přidáno %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -361,19 +378,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Upozorněte mě na budoucí aktualizace" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -386,8 +404,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -399,9 +417,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -428,7 +446,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Vaše e-mailová adresa" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Hlášení bylo označeno za vyřešené." @@ -442,7 +470,7 @@ msgstr "Anonimní" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -454,24 +482,29 @@ msgstr "Anonymní:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Oblast pokrytí" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -480,28 +513,33 @@ msgstr "" 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 "Vzhledem k tomu, že je ve stavu 'staging site' a %s je 'nepravda', budou reporty vypracované na těchto stránkách zaslány uživateli, který nahlásil problém a ne kontaktu uvedenému v nastavení dané oblasti a kategorie." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Přířazeno: %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Přiřaďte jinou kategorii:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Přiřaďte externí instituci:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Přířazeno: %s" @@ -513,31 +551,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -546,12 +575,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čeká se na moderování" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zpět" @@ -559,29 +589,39 @@ msgstr "Zpět" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Subjekty" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Subjekt" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Subjekt:" @@ -589,10 +629,6 @@ msgstr "Subjekt:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -601,39 +637,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Nevidíte mapu? vynechte tento krok" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Katetorie" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -642,12 +681,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Category fix rate for problems > 4 týdny staré" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorie:" @@ -656,44 +695,27 @@ msgstr "Kategorie:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Změnit heslo" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" -"Zaškrtněte soukromá kategorie , aby se hlášení v této kategorii nikdy nezveřejnili na webových stránkách . \n" -"
\n" -" Za normálních okolností, kategorie nejsou soukromé. \n" -"
\n" -" Toto nastavení je vhodné pro hlášení , která chcete umožnit uživatelům úřadům nahlásit, ale pro které neexistuje žádný veřejný \n" -" zájem na veřejné zobrazení zpráv. Může to být například interní žádost o umístění nových odpadkových košů na specifickou adresu a pod." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -701,11 +723,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -742,57 +765,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Uzavřena" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Uzavřena úřadem" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Souřadnice:" #: 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 "Motiv" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Data motivu:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Motiv:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Nastavení" @@ -801,12 +828,12 @@ msgstr "Nastavení" msgid "Confirm" msgstr "Potvrdit" -#: templates/web/base/auth/2faform.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 "Potvrdit účet" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -818,16 +845,16 @@ msgstr "" msgid "Confirmation" msgstr "Potvrzení" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Potvrzeno" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Potvrzeno:" @@ -842,10 +869,12 @@ msgstr "" msgid "Contact Us" msgstr "Kontaktujte nás" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontaktujte nás!" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -858,17 +887,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Uživatele nelze najít" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Lokalitu nelze vyhledat" @@ -888,7 +913,7 @@ msgstr "Kontakty na úřad %s" msgid "Council ref: %s" msgstr "číslo jednací: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Úřad:" @@ -897,6 +922,8 @@ msgstr "Úřad:" msgid "Count" msgstr "Počet" +#: 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 "" @@ -905,38 +932,42 @@ msgstr "" msgid "Create a report" msgstr "Vytvořit report" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Vytvořit kategorii" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Vytvořeno" @@ -945,7 +976,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -955,11 +986,11 @@ msgstr "Vytvořeno:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -968,19 +999,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Doposud nebyl vytvořen žádný subjekt." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Přehledy" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -988,35 +1019,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Odbavované úřadem do 5 pracovních dnů" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Smazána" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Smazána" @@ -1025,49 +1054,45 @@ msgstr "Smazána" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Popis" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Popis" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Podrobnosti" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Předáno" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" @@ -1076,6 +1101,15 @@ msgstr "Tabulka Vížěhů" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1085,6 +1119,14 @@ msgstr "" 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 "" @@ -1094,15 +1136,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Není známo" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Nechcete řešit formulářem?" @@ -1110,19 +1148,24 @@ msgstr "Nechcete řešit formulářem?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1130,32 +1173,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Upravit" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Editace podrobností subjektu" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1163,15 +1209,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1179,13 +1227,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Úpravy hlášení %d" @@ -1207,7 +1255,10 @@ msgstr "Úprava" #: 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:17 +#: 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 @@ -1215,15 +1266,14 @@ msgstr "Úprava" msgid "Email" msgstr "E-Mail" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1236,21 +1286,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-mail:" @@ -1304,7 +1354,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1312,11 +1362,12 @@ msgstr "" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Zadejte název ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" @@ -1325,7 +1376,6 @@ msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" msgid "Enter a nearby postcode, or street name and area" msgstr "Zadejte blízké poštovní směrovací číslo nebo název ulice či oblasti" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Zadejte PSČ, název ulice nebo název oblasti" @@ -1334,8 +1384,9 @@ msgstr "Zadejte PSČ, název ulice nebo název oblasti" msgid "Enter details of the problem" msgstr "Uveďte podrobnosti daného problému" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1343,8 +1394,10 @@ msgstr "Uveďte podrobnosti daného problému" msgid "Error" msgstr "Chyba" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1357,7 +1410,7 @@ msgstr "Příklad PSČ %s" msgid "Examples:" msgstr "Příklady:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1365,20 +1418,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1386,12 +1439,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1399,32 +1452,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1434,18 +1492,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Poprvé" @@ -1457,21 +1524,20 @@ msgstr "Pro opravu vyberte oblast pokrytí v části Editac #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Vyřešené" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "vyřešené - Úřad" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Vyřešené - Uživatel" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Označené za smazané" @@ -1479,8 +1545,8 @@ msgstr "Označené za smazané" msgid "Flag user" msgstr "Sledovat uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1488,7 +1554,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:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Takto označení uživatelé jsou v seznamu na této stránce." @@ -1496,8 +1562,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Sledováno:" @@ -1509,29 +1575,25 @@ msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z t msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Více informací naleznete v článku Jak FixMyStreet používá Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Zapomněli jste své heslo?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1541,28 +1603,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Často kladené dotazy" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Zasílání aktualizací" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Získat aktualizace hlášení %s " -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Získat aktualizace hlášení %s " -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Přihlásit se k odběru RSS kanálu" @@ -1574,60 +1642,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "OK" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Odeslat dotazník?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graf hlášení v čase a jejich stavů" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Byl tento problém vyřešen?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Už jste někdy před tím hlásili problém úřadu a nebo je toto Vaše hlášení poprvé?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Nápověda" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1639,18 +1713,18 @@ msgstr "" msgid "Hi %s" msgstr "Přihlášená osoba: %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skrytý" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1675,12 +1749,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Schovat značky" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Nahlášeno v kategorii %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1690,15 +1770,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historie" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Úvodní stránka" @@ -1706,7 +1782,8 @@ msgstr "Úvodní stránka" msgid "How to report a problem" msgstr "Jak nahlásit problém" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Anleitung" @@ -1725,15 +1802,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Bohužel, nelze lokalizovat Vaše hlášení v databázi.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1750,19 +1827,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1770,11 +1851,11 @@ msgstr "" "Pokud dva nebo více subjektů působí ve stejné lokalitě, FixMyStreet spojuje identické kategorie do jedné\n" " položky menu. Pokud to tak chcete, ujistěte se, že jména kategorie v těchto subjektech jsou totožná." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1786,37 +1867,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Pokud používáte metodu zasílání mimo zaslání emailu, zadejte zde ID služby (Open311) nebo její ekvivalent." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1840,11 +1916,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Neplatné ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Neplatný výběr zdoje" @@ -1860,7 +1940,8 @@ 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) ," -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1868,44 +1949,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Zahrnuty osobní údaje hlasatele problému" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Chybná has_photo hodnota \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interní poznámky" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interní poznámky" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Chybný formát %s specified." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1917,10 +2000,6 @@ msgstr "Často bývá nejrychlejší zkontrolovat naše Otázky msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1944,11 +2023,16 @@ msgstr "" msgid "Last editor" msgstr "Poslední úpravy" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Poslední úpravy:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Poslední úpravy:" @@ -1956,13 +2040,14 @@ msgstr "Poslední úpravy:" msgid "Last update:" msgstr "Poslední úpravy:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1970,10 +2055,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Ponechte prázdné, pokud pro tento subjekt bude vždy použitá stejná metoda zasílání (např. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Seznam všech hlášení" @@ -1982,25 +2063,26 @@ msgstr "Seznam všech hlášení" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nahrávání..." #: 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:1 +#: 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 "Lokální RSS kanály a mailové upozornění" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokální RSS kanály a mailové upozornění pro ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Místní upozornění" @@ -2013,77 +2095,97 @@ msgstr "Lokalizujte vaše hlášení v mapě" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Zpráva" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Chybějící jurisdiction_id" @@ -2091,7 +2193,8 @@ msgstr "Chybějící jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2114,36 +2217,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Měsíc" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2151,28 +2262,27 @@ msgstr "" msgid "Name" msgstr "Jméno" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Jméno:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2180,12 +2290,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2201,16 +2311,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" @@ -2218,8 +2328,13 @@ msgstr "Do kategorie byl přidán nový kontakt" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nová interní poznámka:" @@ -2227,13 +2342,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2241,8 +2356,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2299,10 +2414,10 @@ msgstr "Nová hlášení" msgid "New state" msgstr "Nový stav" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2310,7 +2425,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2322,33 +2438,36 @@ msgstr "Další" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Ne" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Žádný subjekt" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Není vybrán žádný úřad" @@ -2364,24 +2483,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Žádné další aktualizace" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Vráceno bez výsledku." @@ -2394,26 +2511,26 @@ msgstr "" "Aktuálně není dostupná žádná oblast, protože MAPIT_URL\n" "v konfiguračním souboru není nastaven na fungující MapIt službu." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Žádný podporovatel." -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Žádné" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2425,7 +2542,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Není určeno pro naší oddělení" @@ -2443,7 +2560,7 @@ msgstr "Na úřad nebylo hlášeno" msgid "Note" msgstr "Poznámka" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Poznámka:" @@ -2455,8 +2572,12 @@ msgstr "Poznámka: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2467,15 +2588,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2483,22 +2606,27 @@ msgstr "" msgid "Old state" msgstr "Starý stav" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otevřený" @@ -2523,7 +2651,7 @@ msgstr "Úvodní webová stránka systému Open311" msgid "Open311 specification" msgstr "Specifikace systému Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2535,25 +2663,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Ostatní" @@ -2583,21 +2712,37 @@ msgstr "Stránka nenalezena" msgid "Parent" msgstr "Nadřazený subjekt" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Vytvořit kategorii" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Částečně" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Heslo (volitelně)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Vaše heslo bylo změněno" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Heslo (volitelně)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Trvalý odkaz" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2605,7 +2750,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2616,39 +2761,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonní číslo (volitelně)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2656,20 +2801,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Fotografie" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2679,6 +2824,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotografie nedávných okolních hlášení" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2689,8 +2838,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Umísti špendlík na mapu" @@ -2714,31 +2864,31 @@ msgstr "Zkontrolujte prosím hesla a zkuste znovu" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vyberte kategorii" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Opravte prosím chyby uvedené níže" @@ -2753,104 +2903,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Nezneužívejte tento nástroj - zneužívání vašeho úřadu znehodnocuje službu pro všechny uživatele." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Prosím zadejte heslo" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prosím zadejte název" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Prosím zadejte platný e-mail" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Prosím zadejte platnou emailovou adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prosím zadejte podrobnosti" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Prosím zadejte váš e-mail" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Zadejte vaše jméno" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Zadejte vaše jméno" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Prosím zadejte vaše telefonní číslo" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Prosím zadejte vaše příjmení" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Zadejte nadpis" @@ -2859,7 +3027,7 @@ msgstr "Zadejte nadpis" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Můžete se kdykoliv znovu připojit, nebo přejít na úvodní stránku." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Prosím, níže vyplňte údaje o hlášeném problému." @@ -2869,7 +3037,7 @@ msgstr "Prosím, níže vyplňte údaje o hlášeném problému." 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 "Vyplňte prosím níže uvedený formulář s údaji o problému, a popište místo tak přesně, jak je to možné v poli podrobnosti." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2877,8 +3045,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Uveďte, zda chcete dostat další dotazník" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2904,11 +3080,11 @@ msgstr "" msgid "Please note:" msgstr "Vezměte prosím na vědomí:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2925,15 +3101,19 @@ msgstr "Uveďte prosím nějaký text, stejně jako fotografii" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Prosím, vyberte kanál, který chcete" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Vyberte typ upozornění, které chcete" @@ -2941,19 +3121,20 @@ msgstr "Vyberte typ upozornění, které chcete" 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" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Napište zprávu" @@ -2961,23 +3142,23 @@ msgstr "Napište zprávu" msgid "Post" msgstr "Odeslat" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Nahlášeno anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Odesláno uživatelem %s (%s) v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" @@ -2985,20 +3166,32 @@ msgstr "Odesláno uživatelem %s v %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Předcházející" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Ochrana osobních údajů" @@ -3008,15 +3201,14 @@ msgstr "Ochrana osobních údajů" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Neveřejné" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3028,10 +3220,29 @@ msgstr "Hlášení" msgid "Problem %d created" msgstr "Hlášení %d vytvořeno" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Hlášení %s bylo odesláno na úřad %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Hlášení %s potvrzeno" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Hlášení %d vytvořeno" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Hlášení %d vytvořeno" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Hlášení %s bylo odesláno na úřad %s" @@ -3042,7 +3253,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -3050,7 +3261,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Hlášení" @@ -3059,11 +3271,11 @@ msgstr "Hlášení" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Hlášení v okolí" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Hlášení na mapě" @@ -3071,37 +3283,43 @@ msgstr "Hlášení na mapě" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Hlášení označená za vyřešená na serveru FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Adresa nemovitosti:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Poskytněte aktuální informace" @@ -3110,32 +3328,37 @@ msgstr "Poskytněte aktuální informace" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Poskytnutí hesla je volitelné, zato vám ale umožní snadněji nahlásit problémy, hlásit aktualizace a spravovat svá hlášení." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Veřejná reakce:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publikovaná fotografie" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Dotazník" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3152,23 +3375,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Dotazník %d poslal k hlášení %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Dotazník vyplňuje uživatel, který podal hlášení problému" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS kanál" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS kanál pro oblast %s, %s" @@ -3176,52 +3400,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS kanál pro %s, v oblasti %s " -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS kanál hlášení v okolí" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS kanál hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS kanál hlášení v oblasti %s " -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS kanál aktuálních lokálních hlášení" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS kanál aktualizací tohoto hlášení" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3235,11 +3463,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedávno nahlášené problémy" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3247,15 +3476,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3271,21 +3496,25 @@ msgstr "Odstranit příznak" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Odstranit fotografii (nelze vrátit zpět!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3293,30 +3522,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Nahlásit problém" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Nevhodný obsah" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Nahlášeno anonymně v %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3326,17 +3563,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Nevhodný obsah" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Hlášení na webu %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Nahlášení problému" @@ -3349,24 +3589,24 @@ 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:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Nahlášeno anonymně v %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Hlásil(a) jsem již dříve" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Nahlášeno uživatelem %s, určeno pro %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3374,59 +3614,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "Nahlášeno v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Nahlášeno anonymně v %s v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Nahlášeno prostřednictvím %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 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:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Hlášení problému" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Hlášení" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Délka hlášení je omezena na %s znaků. Prosím, zkraťte své hlášení" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3434,14 +3678,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Hlášení čekající na schválení" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3450,63 +3690,61 @@ msgstr "" msgid "Reports published" msgstr "Publikovaná hlášení" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Znovu odeslané hlášení" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3522,56 +3760,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Správné místo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Otočit doleva" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Otočit doprava" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelitní" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Uložit změny" @@ -3579,58 +3838,62 @@ msgstr "Uložit změny" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Vyhledat hlášení" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Vyhledat uživatele" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Vyhledat hlášení" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Vyhledat:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Nebylo nalezeno žádné hlášení." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3640,12 +3903,12 @@ msgid "Select a body" msgstr "Zvolte subjekt" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zvolte oblast" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3657,19 +3920,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3678,41 +3946,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "odesláno do %s o %s později" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Odeslat:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Služba:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Sdílet" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3720,14 +3988,14 @@ msgstr "Sdílet" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3740,7 +4008,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3756,7 +4024,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3764,9 +4033,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Zobrazit značky" @@ -3778,20 +4048,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Přihlásit se" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3800,16 +4070,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Přihlaste se nebo si vytvořte účet" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Odhlásit se" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Nekteré kategorie mohou vyžadovat dodatečné informace." @@ -3820,12 +4091,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Některé fotografie současných hlášení" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Specifický název pro lokalizaci" @@ -3833,11 +4104,13 @@ msgstr "Specifický název pro lokalizaci" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3845,7 +4118,8 @@ msgstr "Je nám líto, že se zdá, že toto PSČ nepokrýváme." msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3854,9 +4128,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Nemůžeme bohužel nalézt tuto lokalitu." @@ -3866,174 +4140,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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 "Omlouváme se, nelze lokalizovat. Zkuste ještě jednou." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stav" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Stav:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistiky" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Stav" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Oddělení/Instituce" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Předmět" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Předmět:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Odeslat" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Odeslat změny" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Odeslat dotazník" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Odesláno" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Přihlásit se k odběru" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4041,11 +4334,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +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/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4053,19 +4353,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Přehled" @@ -4079,11 +4380,11 @@ msgstr "Souhrnný přehled" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4097,29 +4398,33 @@ msgstr "Výsledky průzkumu" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" +#: 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 "Pouze textová verze" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" @@ -4144,7 +4449,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Děkujeme za nahrání fotografie. Nyní je třeba lokalizovat Vaše hlášení, proto prosím zadejte název nedaleké ulice nebo poštovní směrovací číslo do pole nad & nbsp;: " @@ -4152,7 +4457,12 @@ msgstr "Děkujeme za nahrání fotografie. Nyní je třeba lokalizovat Vaše hl msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Díky, rádi slyšíme, že to bylo vyřešeno! Můžeme se ještě zeptat, jestli jste někdy předtím hlásili úřadům problém?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Zdá se, že se obrázek nenahrál správně (%s), zkuste to prosím znovu." @@ -4160,55 +4470,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 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.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Tento report nemůže být zobrazen na %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"E-mailová adresa je cíl, kterému zprávy o této kategorii budou odeslány. \n" -" Ostatní kategorie tohoto subjektu mohou mít stejnou e-mailovou adresu." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4219,11 +4523,8 @@ msgstr "" "strong>Endpoint
je adresa URL služby, která FixMyStreet propojí \n" " s interním systémem daného subjektu." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4233,8 +4534,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4242,6 +4547,14 @@ msgid "" " 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 "" @@ -4255,11 +4568,15 @@ msgstr "" "Název identifikuje subjekt (například, Úřad městské části Praha 21), \n" " název může být zobrazen veřejně." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "Úřad nebude moci pomoci, pokud ve svém hlášení nezadáte dostatek podrobností. Popište, prosím, přesné umístění problému (například na zdi), co tam je, jak dlouho to tam bylo a td. Uveďte popis včetně fotografie problému, pokud ji máte." @@ -4274,15 +4591,11 @@ msgstr "Tabulka Vítězů ukazuje aktivity editorů (kdo editoval nejvíce zázn msgid "The error was: %s" msgstr "Nastala chyba: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4319,10 +4632,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Seznam oblastí byl povolen službou MapIt na adrese %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4332,24 +4641,24 @@ msgstr "Heslo se neshoduje" msgid "The requested URL '%s' was not found on this server" msgstr "Požadovaná adresa URL '%s' nebyla na tomto serveru nalezena" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí lokality při zadání hlášení" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4357,7 +4666,20 @@ msgstr "" " Jména uživatelů se objeví veřejně v hlášeních, která nebyla označena jako anonymní. \n" " Jména nejsou nutně jedinečná." +#: 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." @@ -4367,7 +4689,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4375,30 +4701,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Nastal problém v zobrazení stránky Všechna hlášení. Prosím, zkuste později." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Nastal problém v zobrazení této stránky. Prosím, zkuste později." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Nastal problém s kombinací Vaší e-mailové adresy a hesla. Prosím zkuste znovu." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 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." @@ -4406,12 +4728,16 @@ msgstr "Nastal problém s vaším hlášením. Prosím, přečtěte si informace 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." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4434,16 +4760,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Na implementaci API se stále pracuje a není dosud stabilní. V budoucnu se může bez upozornění změnit." @@ -4471,34 +4802,31 @@ msgstr "" "Tomuto úřadu budou zasálána pouze hlášení o problémech, která jsou umístěna v oblasti pokrytí. \n" " Úřad nebude dostávat žádné zprávy, pokud nepokrývá alespoň jednu vybranou oblast." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě, protože uživatel hlášení nekategorizoval. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém nebo nám dejte vědět, jaká je to kategorie problémů a kdo jí má na starosti, my jí doplníme do našeho systému." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Tato informace je vyžadována" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Toto je vývojářský web; věci mohou kdykoli přestat fungovat, databáze bude pravidelně mazána." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4518,7 +4846,8 @@ msgstr "Hlášení nemohlo být vyřešeno" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4526,41 +4855,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Hlášení je aktuálně označené za uzavřené." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 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:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Časová osa" @@ -4569,23 +4902,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Nadpis" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Pokud chcete zjistit, jaká místní upozornění jsme pro Vás připravili, prosím, zadejte své poštovní směrovací číslo nebo název ulice či oblasti" @@ -4597,12 +4930,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4619,15 +4957,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Celkem" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4639,21 +4977,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Opakujte znovu" @@ -4661,30 +4989,36 @@ msgstr "Opakujte znovu" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Nepotvrzeno" @@ -4697,26 +5031,27 @@ msgstr "Neznámé" msgid "Unknown alert type" msgstr "Neznámý typ upozornění" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Neznámá chyba" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Neznámé ID hlášení" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4730,20 +5065,25 @@ msgstr "" msgid "Update" msgstr "Aktualizovat" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Aktualizujte %s pro hlášení %d; vytvořené uživatelem %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Aktualizujte %s pro hlášení %d; vytvořené uživatelem %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Aktualizace níže byly přidána anonymně v %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Aktualizace níže byly přidána uživatelem %s v %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Aktualizace subjektu" @@ -4768,43 +5108,44 @@ msgstr "Nastavte označené hlášení za vyřešené" msgid "Update reopened problem" msgstr "Aktualizovat znovu otevřené hlášení" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Aktualizovat status" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Aktualizováno" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Aktualizováno!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Aktualizace" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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" @@ -4822,17 +5163,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4841,13 +5171,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4858,36 +5183,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Uživatel vyjmut ze sledování" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Uživatel sledován" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Při vyhledávání byly nalezeny shody v uživatelských jménech nebo e-mailových adresách." @@ -4895,24 +5220,36 @@ 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/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Uživatelé" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -4921,25 +5258,25 @@ msgstr "Hodnoty aktualizovány" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Zobrazit hlášení na serveru" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Zobrazení hlášení podle okrsků" @@ -4947,7 +5284,7 @@ msgstr "Zobrazení hlášení podle okrsků" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4957,6 +5294,7 @@ msgid "Viewing a location" msgstr "Zobrazení oblastí" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Zobrazení hlášení" @@ -4964,7 +5302,7 @@ msgstr "Zobrazení hlášení" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Oddělení tohoto úřadu" @@ -4987,7 +5325,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Uvědomujeme si, že za tento problém by mohl být odpovědný % s; Nicméně, nemáme na ně v současné době žádné kontaktní údaje. Pokud příslušné kontakty znáte, sem s nimi. " @@ -4996,7 +5334,7 @@ msgid "We send it to the council on your behalf" msgstr "Vaše upozornění pošleme kompetentním úřadům v dané lokalitě" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5009,7 +5347,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5030,19 +5368,11 @@ msgstr "Editováno:" msgid "When sent" msgstr "Odesláno:" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5054,7 +5384,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "V požadavku pro vyhledávání je možné hledat s parametrem 'agency_responsible' a omezit požadavky vrácené zpět do administrace. Hledaný výraz je administrativní ID poskytnuté službou MaPit ." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5062,7 +5392,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:101 +#: templates/web/base/questionnaire/index.html:103 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í?" @@ -5074,9 +5404,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5084,22 +5414,26 @@ msgstr "Psaní zprávy pouze hůlkovým písmem je těžké číst, stejně jako #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ano" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Stěžujete si, že toto hlášení bylo bezdůvodně moderováno:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5107,20 +5441,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Upozornění na níže uvedené hlášení, které může být urážlivé, obsahující osobní údaje či jiné nevhodné vyjádření." -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Můžete zobrazit hlášení na tomto webu." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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)." @@ -5128,7 +5463,7 @@ msgstr "Můžete přidat e-mail zneužívajícího uživatele do seznamu zneuž 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Můžete kontaktovat technickou podporu %s" @@ -5141,10 +5476,10 @@ msgstr "" "Můžete při editaci zpráv nebo uživatelů nastavit příznak pro sledování a oni budou uvedeny na této stránce. \n" " T máže být například užitečné, pokud chcete sledovat uživatele, kteří v minulosti publikovali nevhodný obsah." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Pomozte nám najít email na kontaktní osobu pro oblast %s a pošlete nám kontakt na adresu %s." @@ -5152,11 +5487,17 @@ msgstr "Pomozte nám najít email na kontaktní osobu pro oblast %s %s saved to submit." msgstr "" @@ -5164,12 +5505,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5183,12 +5528,11 @@ msgstr "Byli jste odhlášeni" 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 "Lokalizovali jste hlášení do místa označeném zelenou značkou v mapě. Pokud to není správné umístění, opakujte a klikněte na správné místo v mapě. " -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Úspěšně jste potvrdili svou e-mailovou adresu." @@ -5197,7 +5541,7 @@ msgstr "Úspěšně jste potvrdili svou e-mailovou adresu." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5206,11 +5550,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Byli jste úspěšně přihlášeni; zkontrolujte a potvrďte zda jsou podrobnosti přesné:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Doposud jste nevytvořili žádné hlášení. Nahlaste problém nyní." @@ -5236,21 +5580,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Váš e-mail" @@ -5259,8 +5609,8 @@ msgstr "Váš e-mail" msgid "Your email address" msgstr "Vaše e-mailová adresa" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5269,7 +5619,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Vaše jméno a příjmení" @@ -5277,46 +5628,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Vaše heslo" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Vaše heslo bylo změněno" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Vaše telefonní číslo:" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Vaše hlášení" @@ -5333,11 +5690,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Vaše aktualizace" @@ -5354,24 +5712,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5379,17 +5742,17 @@ msgstr "" msgid "by %s" msgstr "uživatelem %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "úřad" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "bez mapy" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "např. ‘%s’ nebo ‘%s’" @@ -5397,7 +5760,7 @@ msgstr "např. ‘%s’ nebo ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5420,54 +5783,64 @@ msgstr "naposledy upravené %s" msgid "less than a minute" msgstr "méně než minutou" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "neuvedeno" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(volitelně)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " nebo " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "nebo mě lokalizujte automaticky" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Zobrazení oblastí" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "původně zadáno: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "ostatní oblasti:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5479,7 +5852,7 @@ msgstr "odhlásit" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "místní úřad" @@ -5492,7 +5865,7 @@ msgstr "V mapě se nenalézají žádné značky hlášení od uživatelů" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "tento typ lokálního problému" @@ -5500,15 +5873,17 @@ msgstr "tento typ lokálního problému" msgid "today" msgstr "dnes" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "použitá mapa" @@ -5520,16 +5895,16 @@ msgstr "uživatel je ze stejného úřadu jako hlášení - %d" msgid "user is problem owner" msgstr "uživatel je vlastníkem hlášení" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "okrsek" @@ -5605,7 +5980,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5632,7 +6007,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5659,7 +6034,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/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5668,7 +6043,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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5677,7 +6052,7 @@ msgstr[1] "%s aktuální hlášení" msgstr[2] "%s aktuální hlášení" msgstr[3] "%s aktuální hlášení" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5722,7 +6097,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5731,7 +6106,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5739,3 +6114,44 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ 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 "" +#~ "Zaškrtněte soukromá kategorie , aby se hlášení v této kategorii nikdy nezveřejnili na webových stránkách . \n" +#~ "
\n" +#~ " Za normálních okolností, kategorie nejsou soukromé. \n" +#~ "
\n" +#~ " Toto nastavení je vhodné pro hlášení , která chcete umožnit uživatelům úřadům nahlásit, ale pro které neexistuje žádný veřejný \n" +#~ " zájem na veřejné zobrazení zpráv. Může to být například interní žádost o umístění nových odpadkových košů na specifickou adresu a pod." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Pokud používáte metodu zasílání mimo zaslání emailu, zadejte zde ID služby (Open311) nebo její ekvivalent." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Tento report nemůže být zobrazen na %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "E-mailová adresa je cíl, kterému zprávy o této kategorii budou odeslány. \n" +#~ " Ostatní kategorie tohoto subjektu mohou mít stejnou e-mailovou adresu." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Nastal problém s kombinací Vaší e-mailové adresy a hesla. Prosím zkuste znovu." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Toto je vývojářský web; věci mohou kdykoli přestat fungovat, databáze bude pravidelně mazána." + +#~ msgid "or locate me automatically" +#~ msgstr "nebo mě lokalizujte automaticky" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index dcd76580049..3b30d2a76ee 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "a" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "neu" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d i %d o %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Adroddiadau" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s diweddariad byw" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(ar gau)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(wedi trwsio)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(anfonwyd i'r ddau)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" @@ -186,6 +185,10 @@ msgstr "-- Dewiswch gategori --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "Nac oes, gadewch i fi gadarnhau'r diweddariad drwy e-bo msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Oes, mae gen i gyfrinair" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Ychwanegu categori newydd" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Ychwanegu corff" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Ychwanegu categori newydd" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Ychwanegwyd %s" @@ -339,7 +356,7 @@ msgstr "Ychwanegwyd %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Rhoi gwybod am ddiweddariadau i ddod" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Eich cyfeiriad e-bost" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." @@ -436,7 +464,7 @@ msgstr "Dienw" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "Dienw:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +507,32 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +544,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +568,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Yn ôl" @@ -553,29 +582,39 @@ msgstr "Yn ôl" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Cyrff" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Corff" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Corff:" @@ -583,10 +622,6 @@ msgstr "Corff:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +630,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +674,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categori:" @@ -650,48 +688,38 @@ msgstr "Categori:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Newid cyfrinair" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +756,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ar gau" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Caewyd gan y cyngor" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Cyfesurynnau:" #: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -787,12 +819,12 @@ msgstr "" msgid "Confirm" msgstr "Cadarnhau" -#: templates/web/base/auth/2faform.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 "" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +836,16 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Cadarnhawyd" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Cadarnhawyd:" @@ -828,10 +860,12 @@ msgstr "" msgid "Contact Us" msgstr "Cysylltu â ni" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Cysylltu â'r tîm" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -844,17 +878,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Methu dod o hyd i'r defnyddiwr" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Methu dod o hyd i'r lleoliad" @@ -874,7 +904,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Cyngor:" @@ -883,6 +913,8 @@ msgstr "Cyngor:" 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 "" @@ -891,38 +923,42 @@ msgstr "" msgid "Create a report" msgstr "Creu adroddiad" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Creu categori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Crëwyd" @@ -931,7 +967,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +977,11 @@ msgstr "Crëwyd:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +990,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Ar hyn o bryd does dim cyrff." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1010,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Dilëwyd" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Dilëwyd" @@ -1011,49 +1045,45 @@ msgstr "Dilëwyd" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Disgrifiad" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Disgrifiad" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Manylion" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Manylion:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1092,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1110,14 @@ msgstr "" 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 "" @@ -1080,15 +1127,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1139,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1164,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Golygu" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Golygu manylion y corff" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1200,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1218,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Golygu'r broblem %d" @@ -1193,7 +1246,10 @@ msgstr "Golygydd" #: 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:17 +#: 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 @@ -1201,15 +1257,14 @@ msgstr "Golygydd" msgid "Email" msgstr "E-bost" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1277,21 @@ msgstr "Crëwyd hysbysiad e-bost" msgid "Email alert deleted" msgstr "Dilëwyd hysbysiad e-bost" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-bost:" @@ -1290,7 +1345,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1353,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Rhowch enw stryd ac ardal gerllaw" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Rhowch god post DU, neu enw stryd ac ardal" @@ -1311,7 +1367,6 @@ msgstr "Rhowch god post DU, neu enw stryd ac ardal" msgid "Enter a nearby postcode, or street name and area" msgstr "Rhowch god post, neu enw stryd ac ardal" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Rhowch enw stryd ac ardal gerllaw" @@ -1320,8 +1375,9 @@ msgstr "Rhowch enw stryd ac ardal gerllaw" msgid "Enter details of the problem" msgstr "Rhowch fanylion am y broblem" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1385,10 @@ msgstr "Rhowch fanylion am y broblem" msgid "Error" msgstr "Gwall" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1401,7 @@ msgstr "Cod post enghreifftiol %s" msgid "Examples:" msgstr "Enghraifft:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1409,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1430,12 @@ msgstr "" msgid "External URL" msgstr "URL allanol" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1443,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Methodd anfon neges" @@ -1420,18 +1483,27 @@ msgstr "Methodd anfon neges" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Tro cyntaf" @@ -1443,21 +1515,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1536,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1545,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1553,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1495,29 +1566,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Wedi anghofio eich cyfrinair?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1594,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Cwestiynau a ofynnir yn aml" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Derbyn diweddariadau" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Derbyn diweddariadau am broblemau %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Derbyn ffrwd RSS" @@ -1560,60 +1633,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Gafodd y broblem ei thrwsio?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Ydych chi wedi adrodd problem at y cyngor o'r blaen, neu ai dyma eich tro cyntaf?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Cymorth" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1704,18 @@ msgstr "" msgid "Hi %s" msgstr "Helo %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Cudd" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1740,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Cuddio'r piniau" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Adroddwyd yn y categori %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1676,15 +1761,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Hanes" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Hafan" @@ -1692,7 +1773,8 @@ msgstr "Hafan" msgid "How to report a problem" msgstr "Sut i adrodd problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Sut i anfon adroddiadau llwyddiannus" @@ -1711,15 +1793,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1734,29 +1816,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1854,32 @@ msgstr "Os cewch chi ragor o wybodaeth am statws eich problem, dychwelwch i'r we 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1903,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID annerbynniol" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1842,7 +1927,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1936,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Nodiadau mewnol" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Nodiadau mewnol" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1987,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "Mae ar y ffordd i'r cyngor y funud hon." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2010,16 @@ msgstr "" msgid "Last editor" msgstr "Golygydd diwethaf" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Diweddariad diwethaf:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Diweddariad diwethaf:" @@ -1938,13 +2027,14 @@ msgstr "Diweddariad diwethaf:" msgid "Last update:" msgstr "Diweddariad diwethaf:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2042,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Rhestru'r holl broblemau a adroddwyd" @@ -1964,25 +2050,26 @@ msgstr "Rhestru'r holl broblemau a adroddwyd" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Wrthi'n llwytho..." #: 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:1 +#: 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 "Ffrydiau RSS lleol a hysbysiadau e-bost" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Ffrydiau RSS lleol a hysbysiadau e-bost ar gyfer '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Hysbysiadau lleol" @@ -1995,77 +2082,97 @@ msgstr "Lleoli'r broblem ar fap o'r ardal" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAP" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Map" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Nodi ei fod wedi'i anfon" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Neges" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id coll" @@ -2073,7 +2180,8 @@ msgstr "jurisdiction_id coll" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2204,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mis" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2249,27 @@ msgstr "" msgid "Name" msgstr "Enw" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Enw:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2277,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2296,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2198,8 +2313,13 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nodyn mewnol newydd:" @@ -2207,13 +2327,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2221,8 +2341,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2399,10 @@ msgstr "Adroddiadau newydd" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2410,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2423,36 @@ msgstr "Nesaf" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Dim corff" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2344,24 +2468,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Dim diweddariadau pellach" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Dim canlyniadau" @@ -2372,26 +2494,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Dim cefnogwyr" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Dim" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2521,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2539,7 @@ msgstr "" msgid "Note" msgstr "Nodyn" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nodyn:" @@ -2429,8 +2551,12 @@ msgstr "Nodyn: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2567,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "Iawn" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2585,27 @@ msgstr "" msgid "Old state" msgstr "Hen gyflwr" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ar agor" @@ -2497,7 +2630,7 @@ msgstr "gwefan menter Open311" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2509,25 +2642,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2557,21 +2691,37 @@ msgstr "Ni chanfuwyd y dudalen" msgid "Parent" msgstr "Rhiant" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Creu categori" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Rhannol" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Cyfrinair (dewisol)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Newidiwyd eich cyfrinair" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Cyfrinair (dewisol)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Dolen barhaol" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2729,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2740,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Rhif ffôn (dewisol)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Ffôn:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2780,20 @@ msgstr "Ffôn:" msgid "Photo" msgstr "Llun" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2803,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Lluniau o adroddiadau diweddar gerllaw" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2817,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2688,31 +2843,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2882,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Peidiwch â bod yn sarhaus — byddai sarhau eich cyngor yn dibrisio'r gwasanaeth i bawb." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Rhowch neges" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Rhowch gyfrinair" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Rhowch bwnc" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Rhowch e-bost dilys" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Rhowch gyfeiriad e-bost dilys" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Rhowch fanylion" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Rhowch eich e-bost" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Rhowch eich enw cyntaf" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Rhowch eich enw" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Rhowch eich rhif ffôn" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Rhowch eich cyfenw" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Rhowch eich teitl" @@ -2833,7 +3006,7 @@ msgstr "Rhowch eich teitl" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Croeso i chi ailfewngofnodi, neu fynd yn ôl i'r hafan." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Rhowch fanylion am y broblem isod." @@ -2843,7 +3016,7 @@ msgstr "Rhowch fanylion am y broblem isod." 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3024,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3059,11 @@ msgstr "" msgid "Please note:" msgstr "Noder:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3080,19 @@ msgstr "Rhowch destun yn ogystal â llun" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Dewiswch y ffrwd hoffech chi ei chael" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael" @@ -2915,19 +3100,20 @@ msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael" msgid "Please state whether or not the problem has been fixed" msgstr "Dywedwch a gafodd y broblem ei thrwsio" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Ysgrifennwch neges" @@ -2935,23 +3121,23 @@ msgstr "Ysgrifennwch neges" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Postiwyd yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Postiwyd gan %s (%s) am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" @@ -2959,20 +3145,32 @@ msgstr "Postiwyd gan %s am %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Blaenorol" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Preifatrwydd" @@ -2982,15 +3180,14 @@ msgstr "Preifatrwydd" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Preifat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3199,29 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Crëwyd y broblem %d" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Anfonwyd y broblem %s at y cyngor" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Cadarnhawyd y broblem %s" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Crëwyd y broblem %d" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Crëwyd y broblem %d" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Anfonwyd y broblem %s at y cyngor" @@ -3016,7 +3232,7 @@ msgstr "Anfonwyd y broblem %s at y cyngor" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3024,7 +3240,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" @@ -3033,11 +3250,11 @@ msgstr "Problemau" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemau gerllaw" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemau ar y map" @@ -3045,37 +3262,43 @@ msgstr "Problemau ar y map" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemau yn ward %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Cyfeiriad yr eiddo:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Darparu diweddariad" @@ -3084,32 +3307,37 @@ msgstr "Darparu diweddariad" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Mae darparu cyfrinair yn ddewisol, ond bydd yn eich galluogi i adrodd problemau'n haws, gadael diweddariadau a rheoli eich adroddiadau." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Ymateb cyhoeddus:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Cyhoeddi llun" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Holiadur" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3126,23 +3354,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Ffrwd RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Ffrwd RSS ar gyfer %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Ffrwd RSS ar gyfer ward %s, %s" @@ -3150,52 +3379,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Ffrwd RSS %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Ffrwd RSS o broblemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Ffrwd RSS o broblemau o fewn ward %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Ffrwd RSS o broblemau lleol diweddar" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Ffrwd RSS o ddiweddariadau i'r broblem hon" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3442,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemau a adroddwyd yn ddiweddar" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3221,15 +3455,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3245,21 +3475,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3501,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Adrodd problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Adrodd camddefnydd" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Adroddwyd yn ddienw am %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3542,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Adrodd camddefnydd" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Adroddwyd ar %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Adrodd eich problem" @@ -3323,24 +3568,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Adrodd, gweld, neu drafod problemau lleol" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Adroddwyd yn ddienw am %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Adroddwyd eisoes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Adroddwyd gan %s am %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3348,59 +3593,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "Adroddwyd yn y categori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 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:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Adroddwyd yn y categori %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Adroddwyd drwy %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Adroddwyd drwy %s gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Adrodd problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Adroddiadau" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3657,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3669,61 @@ msgstr "" msgid "Reports published" msgstr "Adroddiadau a gyhoeddwyd" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Ailanfon adrodd" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3739,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Y lle cywir?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Cylchdroi i'r dde" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Cadw'r newidiadau" @@ -3553,58 +3817,62 @@ msgstr "Cadw'r newidiadau" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Chwilio am adroddiadau" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Chwilio am ddefnyddwyr" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Chwilio am adroddiadau" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Chwilio:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3882,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3899,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3925,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Anfonwyd:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Gwasanaeth:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Rhannu" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3967,14 @@ msgstr "Rhannu" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3987,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3730,7 +4003,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +4012,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Dangos piniau" @@ -3752,20 +4027,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Mewngofnodi" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4049,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Mewngofnodi neu greu cyfrif" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Allgofnodi" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Gall rhai categorïau ofyn am wybodaeth bellach." @@ -3794,12 +4070,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Lluniau o adroddiadau diweddar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Testun i'w leoleiddio" @@ -3807,11 +4083,13 @@ msgstr "Testun i'w leoleiddio" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4097,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4107,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." @@ -3840,174 +4119,192 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Cyflwr" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Cyflwr:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Ystadegau" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Statws" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Pwnc" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Pwnc:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Cyflwyno" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Cyflwyno newidiadau" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Cyflwyno'r holiadur" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Cyflwynwyd" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Tanysgrifio" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4312,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4330,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Crynodeb" @@ -4053,11 +4357,11 @@ msgstr "Adroddiadau" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4375,33 @@ msgstr "Canlyniadau arolwg" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Testun" +#: 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 "Fersiwn testun yn unig" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Testun:" @@ -4118,7 +4426,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Diolch am eich adborth" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Diolch am uwchlwytho eich llun. Nawr mae'n rhaid i ni leoli eich problem, felly rhowch enw stryd cyfagos neu god post yn y blwch uchod :" @@ -4126,7 +4434,12 @@ msgstr "Diolch am uwchlwytho eich llun. Nawr mae'n rhaid i ni leoli eich problem msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Diolch, mae'n dda gennym glywed y cafodd ei drwsio! Gawn ni ofyn a ydych wedi adrodd problem i gyngor o'r blaen?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto." @@ -4134,52 +4447,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4498,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4509,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4522,14 @@ msgid "" " 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 "" @@ -4223,11 +4541,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4242,15 +4564,11 @@ msgstr "" msgid "The error was: %s" msgstr "Y gwall oedd: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4605,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4614,43 @@ msgstr "Nid yw'r cyfrineiriau'n cyfateb" msgid "The requested URL '%s' was not found on this server" msgstr "Ni chanfuwyd yr URL '%s' ar y gweinydd hwn" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4660,11 @@ msgstr "Nid oes unrhyw adroddiadau i'w dangos." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4672,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." @@ -4372,12 +4699,16 @@ msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4726,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4763,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4807,8 @@ msgstr "Ni thrwsiwyd y broblem hon" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4816,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Mae'r adroddiad hwn wedi'i nodi ar gau." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Llinell amser" @@ -4525,23 +4863,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Teitl" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4553,12 +4891,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4918,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Cyfanswm" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4938,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Ceisio eto" @@ -4617,30 +4950,36 @@ msgstr "Ceisio eto" msgid "Try emailing us directly:" msgstr "Ceisiwch anfon e-bost atom yn uniongyrchol:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Heb ei gadarnhau" @@ -4653,26 +4992,27 @@ msgstr "Anhysbys" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Gwall anhysbys" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5026,24 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5068,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Diweddarwyd" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Diweddarwyd!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Diweddariadau" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5123,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5131,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5143,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5180,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Defnyddwyr" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5218,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Gweld adroddiadau yn ôl ward" @@ -4903,7 +5244,7 @@ msgstr "Gweld adroddiadau yn ôl ward" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5254,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4920,7 +5262,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Wardiau'r cyngor hwn" @@ -4943,7 +5285,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5294,7 @@ 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:17 +#: 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 "" @@ -4965,7 +5307,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4986,19 +5328,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5010,7 +5344,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5018,7 +5352,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5030,9 +5364,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5374,26 @@ msgstr "Mae ysgrifennu eich holl neges mewn priflythrennau yn ei gwneud hi'n ano #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5063,20 +5401,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Gallwch weld y broblem ar y wefan hon." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5423,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Gallwch gysylltu â'n tîm cymorth technegol drwy %s" @@ -5095,10 +5434,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5445,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Gwrthodoch chi; llenwch y blwch uchod" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5463,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5486,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5151,7 +5499,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5160,11 +5508,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Mewngofnodwyd yn llwyddiannus; gwiriwch a chadarnhewch fod eich manylion yn gywir:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5187,21 +5535,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Eich e-bost" @@ -5210,8 +5564,8 @@ msgstr "Eich e-bost" msgid "Your email address" msgstr "Eich cyfeiriad e-bost" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5220,7 +5574,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Eich enw" @@ -5228,46 +5583,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Eich cyfrinair" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Newidiwyd eich cyfrinair" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Eich rhif ffôn" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Eich adroddiadau" @@ -5284,11 +5645,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Eich diweddariadau" @@ -5305,24 +5667,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5697,17 @@ msgstr "" msgid "by %s" msgstr "gan %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "cyngor" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "e.e. '%s' neu '%s'" @@ -5348,7 +5715,7 @@ msgstr "e.e. '%s' neu '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5738,63 @@ msgstr "diweddarwyd ddiwethaf %s" msgid "less than a minute" msgstr "llai na munud" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "ddim yn berthnasol" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(dewisol)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "neu" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "neu dewch o hyd i fi'n awtomatig" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "ardaloedd eraill:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5430,7 +5806,7 @@ msgstr "allgofnodi" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "y cyngor lleol" @@ -5443,7 +5819,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5451,15 +5827,17 @@ msgstr "" msgid "today" msgstr "heddiw" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5471,16 +5849,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "ward" @@ -5556,7 +5934,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5583,7 +5961,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5610,7 +5988,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5619,7 +5997,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5628,7 +6006,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5673,7 +6051,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5682,7 +6060,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5690,3 +6068,15 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "OK" +#~ msgstr "Iawn" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni." + +#~ msgid "or locate me automatically" +#~ msgstr "neu dewch o hyd i fi'n awtomatig" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 8e67dac9202..83afcd922b4 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " og " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d til %d af %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - opsummeringsrapporter" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s myndighedskontakter – %s bekræftet, %s ubekræftet" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive opdateringer" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(løst)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(sendt til begge)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" @@ -186,6 +185,10 @@ msgstr "-- Vælg en kategori --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "Nej Lad mig bekræfte min opdatering med e-post" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ja, jeg har en adgangskode" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Tilføj ny kategori" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Tilføj myndighed" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Tilføj ny kategori" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Tilføj bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Tilføjede %s" @@ -339,7 +356,7 @@ msgstr "Tilføjede %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Send mig varsel ved fremtidige opdateringer" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Din e-postadresse" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "En opdatering markerede dette problem som ordnet." @@ -436,7 +464,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "Anonym:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Dækket område" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +507,33 @@ msgstr "" 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 "Da reproduktionsstedet og %s ikke stemmer, vil beskeden som er lavet her, blive sendt til problemrapportøren, og ikke til kontakten som er givet for beskedformålet." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Tildelt %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Flyt til en anden kategori:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Tildel til ekstern myndighed:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -507,31 +545,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +569,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Afventer moderation" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tilbage" @@ -553,29 +583,39 @@ msgstr "Tilbage" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Administrationer" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Administration" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Administration:" @@ -583,10 +623,6 @@ msgstr "Administration:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +631,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +675,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uger gamle" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -650,53 +689,38 @@ msgstr "Kategori:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Skift adgangskode" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Tjek private hvis beskeder i denne gruppe ikke skal vises på netsiderne.\n" -"
\n" -"Normalt er kategorier ikke interne
\n" -"Dette er passerende når du ønsker at tillade brugere at indsende besked til myndigheden, men ikke vil vise\n" -"den udadtil. I England har de brugt dette til opgaver som at bede om en ekstra papirkurv på et bestemt sted." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -733,57 +757,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Lukket af myndigheden" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinater:" #: 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 "Mærkevaresamarbejde" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Mærkevaresamarbejdsdata:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Mærkevaresamarbejde:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Opsætning" @@ -792,12 +820,12 @@ msgstr "Opsætning" msgid "Confirm" msgstr "Bekræft" -#: templates/web/base/auth/2faform.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 "Bekræft konto" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -809,16 +837,16 @@ msgstr "" msgid "Confirmation" msgstr "Bekræftelse" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bekræftet" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bekræftet:" @@ -833,10 +861,12 @@ msgstr "" msgid "Contact Us" msgstr "Kontakt os" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontakt projektgruppen" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -849,17 +879,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kunne ikke finde bruger" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Kunne ikke finde position" @@ -879,7 +905,7 @@ msgstr "Administrationskontakter for %s" msgid "Council ref: %s" msgstr "myndighedsreference: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Administration:" @@ -888,6 +914,8 @@ msgstr "Administration:" msgid "Count" msgstr "Antal" +#: 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 "" @@ -896,38 +924,42 @@ msgstr "" msgid "Create a report" msgstr "Lav en rapport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lav kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oprettet" @@ -936,7 +968,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -946,11 +978,11 @@ msgstr "Oprettet:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -959,19 +991,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øjeblikket er der ikke lavet nogen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Oversigt" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -979,35 +1011,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet af underafdeling inden 5 arbejdsdage" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Slettet" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Slettet" @@ -1016,49 +1046,45 @@ msgstr "Slettet" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Beskrivelse" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Delegeret" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Arbejdsheste" @@ -1067,6 +1093,15 @@ msgstr "Arbejdsheste" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1076,6 +1111,14 @@ msgstr "" 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 "" @@ -1085,15 +1128,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Véd ikke" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Kan du ikke lide skemaer?" @@ -1101,19 +1140,24 @@ msgstr "Kan du ikke lide skemaer?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1124,32 +1168,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Redigér" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Redigér detaljer for myndighed" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1157,15 +1204,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1173,13 +1222,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Redigér problem %d" @@ -1201,7 +1250,10 @@ msgstr "Opdateret af" #: 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:17 +#: 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 @@ -1209,15 +1261,14 @@ msgstr "Opdateret af" msgid "Email" msgstr "E-post" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1230,21 +1281,21 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-post:" @@ -1304,7 +1355,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1312,11 +1363,12 @@ msgstr "" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Indtast et vejnavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" @@ -1325,7 +1377,6 @@ msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" msgid "Enter a nearby postcode, or street name and area" msgstr "Indtast postnummer i nærheden, eller vejnavn og sted" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Indtast et vejnavn og sted" @@ -1334,8 +1385,9 @@ msgstr "Indtast et vejnavn og sted" msgid "Enter details of the problem" msgstr "Indtast detaljer om problemet" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1343,8 +1395,10 @@ msgstr "Indtast detaljer om problemet" msgid "Error" msgstr "Fejl" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1357,7 +1411,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1365,20 +1419,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1386,12 +1440,12 @@ msgstr "" msgid "External URL" msgstr "Eksternt link" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1399,32 +1453,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Kunne ikke sende besked" @@ -1434,18 +1493,27 @@ msgstr "Kunne ikke sende besked" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Første gang" @@ -1457,21 +1525,20 @@ msgstr "Fiks dette ved at vælge en area covered i Edit bo #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Løst" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Løst - Administration" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Løst - Bruger" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Markér som slettet" @@ -1479,8 +1546,8 @@ msgstr "Markér som slettet" msgid "Flag user" msgstr "Markér bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Markeret:" @@ -1488,7 +1555,7 @@ msgstr "Markeret:" msgid "Flagged reports and users" msgstr "Markerede rapporter og brugere" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Markerede brugere er listet op på Markerede-siden." @@ -1496,8 +1563,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Markeret:" @@ -1509,29 +1576,25 @@ msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "For mere information, se Hvordan FixMyStreet bruger Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Glemt din adgangskode?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1541,28 +1604,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurgte spørgsmål" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Få opdateringer" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Få opdateringer for problemer i denne %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Få opdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Giv mig en RSS-strøm" @@ -1574,60 +1643,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Glad for at høre at det er i orden!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Søg" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Skal der sendes spørgeskema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoprettelse fordelt på status over tid" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Er dette problem blevet løst?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Har du rapporteret et problem til en myndighed før, eller er dette første gang?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hjælp" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1639,18 +1714,18 @@ msgstr "" msgid "Hi %s" msgstr "Hej, %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skjul" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1675,12 +1750,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Skjul nåle" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Rapporteret i kategorien %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1690,15 +1771,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historie" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Hjem" @@ -1706,7 +1783,8 @@ msgstr "Hjem" msgid "How to report a problem" msgstr "Hvordan rapporteres et problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Hvordan indsendes rapporter som er løst" @@ -1725,15 +1803,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Jeg er bange for at vi ikke kunne finde dit problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1748,29 +1826,33 @@ msgstr "Identificér en parent hvis instansen selv er en del af 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Hvis to eller flere instanser er lokaliseret på samme sted, kombinerer FixMinVej identiske kategorier i en enkelt opføring i menuen. Kontrollér at du bruger samme kategorinavn for instanserne, hvis det er det du ønsker." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1782,37 +1864,32 @@ msgstr "Hvis du får mere information om status for dit problem, så vær sød a 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Hvis du bruger en sendemetode som ikke er e-post, så indtast tjeneste-ID (Open311) eller tilsvarende identifikator her." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1836,11 +1913,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ugyldigt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ugyldigt valg af feed" @@ -1856,7 +1937,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1864,44 +1946,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Tom indboks, her kommer vi!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Inkludér rapportørens personlige detaljer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Forkert has_photo-værdi \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne notater" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Ugyldigt format %s angivet." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1913,10 +1997,6 @@ msgstr "Det er ofte hurtigst at tjekke vores FAQ og se om sva msgid "It’s on its way to the council right now." msgstr "Den er på vej til myndigheden lige nu." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1940,11 +2020,16 @@ msgstr "" msgid "Last editor" msgstr "Sidst redigeret af" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Sidste opdatering:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Sidste opdatering:" @@ -1952,13 +2037,14 @@ msgstr "Sidste opdatering:" msgid "Last update:" msgstr "Sidste opdatering:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1966,10 +2052,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Lad denne være blank hvis alle rapporter til denne myndighed skal sendes ved hjælp af samme sende-metode (dvs. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "List alle rapporterede problemer" @@ -1978,25 +2060,26 @@ msgstr "List alle rapporterede problemer" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Indlæser..." #: 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:1 +#: 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 "Lokale RSS-strømme og e-postvarsler" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokale RSS-strømme og e-postvarsler" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokale varsler" @@ -2009,77 +2092,97 @@ msgstr "Lokalisér problemet på kortet over området" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "KORT" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Kort" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Markér som afsendt" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Besked" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" @@ -2087,7 +2190,8 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2110,36 +2214,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Modereret af afdeling inden for en arbejdsdag" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Måned" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2147,28 +2259,27 @@ msgstr "" msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Navn:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2176,12 +2287,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2197,16 +2308,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" @@ -2214,8 +2325,13 @@ msgstr "Ny kategorikontakt tilføjet" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nyt internt notat:" @@ -2223,13 +2339,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2237,8 +2353,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2295,10 +2411,10 @@ msgstr "Nye rapporter" msgid "New state" msgstr "Ny tilstand" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2306,7 +2422,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2318,33 +2435,36 @@ msgstr "Næste" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nej" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Ingen myndighed" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ingen myndighed er valgt" @@ -2360,24 +2480,22 @@ msgstr "Fandt ingen markerede problemer." msgid "No flagged users found." msgstr "Fant ingen markerede brugere." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Ikke flere opdateringer" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ingen resultater returneret" @@ -2391,26 +2509,26 @@ msgstr "" "MAPIT_URL i din \n" "config-fil ikke peger på en live MapIt-tjeneste." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Ingen supportere" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Ingen" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2422,7 +2540,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Ikke for min underafdeling" @@ -2440,7 +2558,7 @@ msgstr "Ikke rapporteret til myndigheden" msgid "Note" msgstr "Bemærk" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Bemærk:" @@ -2452,8 +2570,12 @@ msgstr "Note: %d" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2464,15 +2586,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2480,22 +2604,27 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Åben" @@ -2520,7 +2649,7 @@ msgstr "Open311-initiativets netside" msgid "Open311 specification" msgstr "Open311-specifikation" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2532,25 +2661,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Andet" @@ -2580,21 +2710,37 @@ msgstr "Fandt ikke siden" msgid "Parent" msgstr "Forælder" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Lav kategori" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Adgangskode (valgfrit)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Din adgangskode er blevet ændret" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Adgangskode (valgfrit)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2602,7 +2748,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2613,39 +2759,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfrit)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2653,20 +2799,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Billed" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2676,6 +2822,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Billeder af nye problemer i nærheden" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2686,8 +2836,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Placér tegnestiften på kortet" @@ -2711,31 +2862,31 @@ msgstr "Venligst kontrollér adgangskoderne og prøv igen" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vælg en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Husk at rette op på fejlene nedenfor." @@ -2750,104 +2901,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Vær ikke ufin — at skælde ud på din myndighed skader værdien af tjenesten for alle brugerne." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Indtast en adgangskode" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Venligst angiv et emne" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Tilføj en gyldig e-post" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Angiv din e-post" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Angiv oplysninger om problemet" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Angiv din e-post" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Venligst angiv dit fornavn" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Angiv dit navn" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Angiv dit telefonnummer." -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Venligst angiv dit mellemnavn" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Venligst angiv din titel" @@ -2856,7 +3025,7 @@ msgstr "Venligst angiv din titel" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Du kan også logge ind igen eller gå tilbage til forsiden." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Venligst udfyld detaljer om problemet nedenfor" @@ -2868,7 +3037,7 @@ msgstr "" "Venligst udfyld skemaet nedenfor med detaljerne om problemet,\n" "og beskriv placeringen så nøjagtigt som muligt i boksen for detaljer." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2876,8 +3045,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Venligst indikér om du ønsker at modtage et nyt spørgeskema" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2903,11 +3080,11 @@ msgstr "" msgid "Please note:" msgstr "Venligst bemærk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2924,15 +3101,19 @@ msgstr "Venligst bidrag med lidt tekst i tillæg til et billede" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Vælg den kilde du ønsker" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Venligst vælg hvilken type varsel du ønsker" @@ -2940,19 +3121,20 @@ msgstr "Venligst vælg hvilken type varsel du ønsker" msgid "Please state whether or not the problem has been fixed" msgstr "Venligs angiv om dette problem er blevet fikset eller ikke" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Indtast en besked" @@ -2960,23 +3142,23 @@ msgstr "Indtast en besked" msgid "Post" msgstr "Indsend" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Publiceret anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Sendt ind af %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" @@ -2984,20 +3166,32 @@ msgstr "Sendt ind af %s %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Personliv" @@ -3007,15 +3201,14 @@ msgstr "Personliv" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3027,10 +3220,29 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problem %d oprettet" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Problem %s sendt til myndighed %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s bekræftet" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d oprettet" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d oprettet" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til myndighed %s" @@ -3041,7 +3253,7 @@ msgstr "Problem %s sendt til myndighed %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -3049,7 +3261,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -3058,11 +3271,11 @@ msgstr "Problemer" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemer i nærheden" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemer på kortet" @@ -3070,37 +3283,43 @@ msgstr "Problemer på kortet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nyligt rapporteret fikset på FixMinVej" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemer indenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Ejendomsadresse:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Bidrag med en opdatering" @@ -3109,32 +3328,37 @@ msgstr "Bidrag med en opdatering" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "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" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicér billede" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Spørgeskema" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3151,23 +3375,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Spørgeskema %d sendt for problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Spørgeskema udfyldt af fejlrapportøren" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3175,52 +3400,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm af %s, indenfor %s bydel" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheden" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer indenfor %s bydel" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS-strøm med nylige lokale problemer" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med opdateringer for dette problem" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3234,11 +3463,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyligt meldte problemer" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3246,15 +3476,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3270,21 +3496,25 @@ msgstr "Fjern markering" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Fjern billede (kan ikke fortrydes!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3292,30 +3522,38 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportér et problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Rapportér misbrug" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Rapporteret anonymt %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3325,17 +3563,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Rapportér misbrug" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Rapport på %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Rapportér dit problem" @@ -3348,24 +3589,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapportér, find eller diskutér lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapporteret anonymt %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Rapporteret tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publiceret af %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3373,59 +3614,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "Rapporteret i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Rapporteret i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Rapporteret i kategorien %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Publiceret af %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Rapporteret af %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporteret af %s i kategorien %s af %s %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Rapporterer et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Rapporter" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapporterne begrænses til %s tegn. Rapporten skal forkortes." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3433,14 +3678,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkendelse" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3449,63 +3690,61 @@ msgstr "" msgid "Reports published" msgstr "Publicerede rapporter" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Send rapport igen" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3521,56 +3760,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Rigtig sted?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotér til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rotér til højre" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelit" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Gem ændringer" @@ -3578,58 +3838,62 @@ msgstr "Gem ændringer" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søg i rapporter" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Søg i brugere" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Søg i rapporter" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Søg:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Søgningen fandt ingen rapporter." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Søgningen fandt ingen brugere." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3639,12 +3903,12 @@ msgid "Select a body" msgstr "Vælg en myndighed" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Vælg et område" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3656,19 +3920,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3677,41 +3946,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Del" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3719,14 +3988,14 @@ msgstr "Del" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3739,7 +4008,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3755,7 +4024,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3763,9 +4033,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Vis nåle" @@ -3777,20 +4048,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Log ind" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3799,16 +4070,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Log ind eller opret en konto" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Log ud" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Nogen kategorier kræver måske mere information" @@ -3822,12 +4094,12 @@ msgstr "" "
for at indikere at rapporterne bliver sendt\n" "fra din FixMinVej installation." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Nogen billeder af nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Noget tekst at oversætte" @@ -3835,11 +4107,13 @@ msgstr "Noget tekst at oversætte" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3847,7 +4121,8 @@ msgstr "Beklager det ser ud til at være et \"Crown dependency\"-postnummer, som msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3856,9 +4131,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Beklager, men vi kunne ikke finde dette sted." @@ -3868,174 +4143,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." +msgstr "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Underafdeling/myndighed" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Emne" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Emne:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send ind" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Indsend ændringer" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Indsend spørgeskema" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Sendt ind" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Abonnér" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4043,11 +4337,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Opdateringer er begrænset til %s tegn i længde. Venligst skriv en kortere tekst." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4055,19 +4356,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Opsummering" @@ -4081,11 +4383,11 @@ msgstr "Opsummeringsrapporter" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4099,29 +4401,33 @@ msgstr "Resultater fra spørgeundersøgelsen" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" +#: 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 "Tekst-version" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" @@ -4146,7 +4452,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Tak for din tilbagemelding" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Tak for at du har lagt dit billede op. Vi skal nu placere dit problem, så vær sød at indtaste navnet på en vej eller et postnummer i området i boksen ovenfor :" @@ -4154,7 +4460,12 @@ msgstr "Tak for at du har lagt dit billede op. Vi skal nu placere dit problem, msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tak, glad for at høre at problemet er fikset! Vi vil gjerne spørge dig om du har rapporteret et problem til en myndighed tidligere?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Billedet ser ikke ud til at være blevet lagt op rigtigt (%s), prøv igen." @@ -4162,55 +4473,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Det postnummer blev ikke genkendt, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Denne rapport kan ikke vises på %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Beskeder om denne kategori bliver sendt til E-postadressen.\n" -"For denne myndighed kan også andre kategorier have samme e-postadresse." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4221,11 +4526,8 @@ msgstr "" "Leveringspunktet er netadressen for den tjeneste, FixMinVej vil koble sig til\n" "for beskeder til denne instans." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4237,8 +4539,12 @@ msgstr "" "Jurisdiktion er kun nødvendig hvis leveringspunktet betjener mere \n" "end én. Hvis myndigheden kører sit eget leveringspunkt, kan du normalt lade dette stå tomt." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4248,6 +4554,14 @@ msgstr "" "Sendemetoden bestemmer hvordan problembeskeder bliver sendt til myndigheden.\n" "Hvis du lader dette stå tomt, er sendemetoden som standard til e-post." +#: 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 "Open311 v2-atributten agency_responsible bruges for at opliste myndighederne som modtog problemrapporten, noget som ikke helt stemmer med hvordan atributten er defineret i Open311 v2-specifikationen." @@ -4261,11 +4575,16 @@ msgstr "" "Administrationens navn identificerer instansen (for eksempel, Borsetshire District Council)\n" "og kan blive vist udadtil." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Det problem er blevet markeret som sendt." + +#: 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 "" @@ -4284,15 +4603,11 @@ msgstr "The diligency prize league tabellen viser redaktørernes aktivitet, (hve msgid "The error was: %s" msgstr "Fejlen var: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4329,10 +4644,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgængelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4342,24 +4653,24 @@ msgstr "Adgangskoderne er ikke ens" msgid "The requested URL '%s' was not found on this server" msgstr "Den forespurgte URL '%s' blev ikke fundet på denne server" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér området omkring stedet de angav" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4367,7 +4678,20 @@ msgstr "" "Brugerens navn vises offentligt på rapporter som ikke er markeret med anonymt.\n" "Navne er ikke nødvendigvis unikke." +#: 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." @@ -4377,7 +4701,11 @@ msgstr "Der er ingen rapporter at vise." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4385,30 +4713,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Der var problemer med at vise 'Alle rapporter'-siden. Venligst prøv igen senere." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Der var problemer med at vise denne side. Venligst prøv igen senere." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at forsøge igen." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Der var problemer med din rapport. Venligst se nedenfor." @@ -4416,12 +4740,16 @@ msgstr "Der var problemer med din rapport. Venligst se nedenfor." msgid "There were problems with your update. Please see below." msgstr "Der var problemer med din opdatering. Venligst se nedenfor." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4443,16 +4771,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Denne API-implementation er under udarbejdelse og endnu ikke stabil. Den vil ændre sig uden varsel i fremtiden." @@ -4480,34 +4813,31 @@ msgstr "" "Denne instans får kun rapporter for problemer som er lokaliseret i area covered.\n" "En instans vil ikke få nogen beskeder hvis det ikke dækker mindst ét område." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet for problemet, da brugeren ikke kategoriserede det. Vær sød at ignorere den hvis I ikke er korrekt myndighed for at håndtere denne sag, eller give os besked om hvilken kategori af problemer dette er, så vi kan tilføje det i vores system." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Denne information er påkrævet" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Dette er et udviklernetsted.Ting kan gå i stykker når som helst og databasen vil blive slettet periodisk." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4527,7 +4857,8 @@ msgstr "Dette problem er ikke blevet løst" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4535,41 +4866,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapport afventer moderation" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Denne rapport er for tiden markeret som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Denne rapport er for tiden markeret som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Tidslinje" @@ -4578,23 +4913,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Du finder lokale problemer ved at søge på dit postnummer, vejnavn eller sted" @@ -4606,12 +4941,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4628,15 +4968,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totalt" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4648,21 +4988,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Prøv igen" @@ -4670,30 +5000,36 @@ msgstr "Prøv igen" msgid "Try emailing us directly:" msgstr "Forsøg at sende epost direkte til os:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Ubekræftet" @@ -4706,26 +5042,27 @@ msgstr "Ukendt" msgid "Unknown alert type" msgstr "Ukendt varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Ukendt fejl" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Ukendt problem-Id" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4739,20 +5076,25 @@ msgstr "" msgid "Update" msgstr "Opdatering" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Opdatering %s oprettet for problem %d, af %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Opdatering %s oprettet for problem %d, af %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Opdateringen nedenfor lagt ind anonymt %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Opdateringen nedenfor tilføjet af %s %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Opdatér myndighed" @@ -4777,43 +5119,44 @@ msgstr "En opdatering markerede dette problem som fikset." msgid "Update reopened problem" msgstr "En opdatering gennåbnede problemet" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Opdatér tilstanden" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Opdateret" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Opdateret!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Opdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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." @@ -4831,17 +5174,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4850,13 +5182,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4867,36 +5194,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Brugermarkering fjernet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Bruger markeret" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " @@ -4904,24 +5231,36 @@ msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Brugere" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Værdier opdateret" @@ -4930,25 +5269,25 @@ msgstr "Værdier opdateret" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Se rapport på netstedet" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Se rapport per bydel" @@ -4956,7 +5295,7 @@ msgstr "Se rapport per bydel" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4966,6 +5305,7 @@ msgid "Viewing a location" msgstr "Ser på et sted" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Ser på et problem" @@ -4973,7 +5313,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Bydele indenfor denne myndighed" @@ -4996,7 +5336,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi indser at %s kan være ansvarlig for dette problem, men vi mangler for tiden kontaktinformation for dem. Hvis du kender en egnet kontaktadresse, så tag kontakt med os." @@ -5005,7 +5345,7 @@ msgid "We send it to the council on your behalf" msgstr "Vi sender til myndigheden på dine vegne" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5018,7 +5358,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Vi er kede af at høre at problemet ikke er løst. Hvad med at forsøge at skrive til dine lokale repræsentanter?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5039,19 +5379,11 @@ msgstr "Hvornår redigeret" msgid "When sent" msgstr "Hvornår sendt" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5063,7 +5395,7 @@ msgstr "Hvorfor stoppe der? Sæt flere varsler op gratis msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søger efter forespørgsler, så er det også muligt at søge efter agency_responsible for at begrænse det til forespørgsler som er sendt til en enkelt admindstration. Søgtetermen er administrations-IDen som angivet af MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5071,7 +5403,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5083,9 +5415,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5093,22 +5425,26 @@ msgstr "Når du skriver din besked med kun store bogstaver bliver den vanskelig #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du klager over at denne problemrapport blev modereret uden grund:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5116,20 +5452,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Du rapporterer at følgende problem er stødende, indeholder personlig information eller lignende:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du kan læse om problemet på denne side." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5137,7 +5474,7 @@ msgstr "Du kan føje en misbrugers epostadresse til misbrugslisten, hvilket auto 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Du kan kontakte teknisk support via %s" @@ -5150,10 +5487,10 @@ msgstr "" "Du kan markere alle beskeder eller brugere ved at redigere dem, og de bliver ført op på denne side.\n" "For eksempel kan dette være nyttigt hvis du ønsker at holde et øje med en bruger som tidligere har indsendt upassende beskeder. " -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Du kan hjælpe os ved at finde en kontakt-e-post for lokale problemer i %s, og sende den via e-post til os på %s." @@ -5161,11 +5498,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Du afviste; venligst udfyld boksen ovenfor" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5173,12 +5516,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5192,12 +5539,11 @@ msgstr "Du er allerede logget ud" 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 "Du har placeret problemet ved punktet i kortet som er markeret med en grøn nål. Hvis dette ikke er korrekt placering kan du klikke på kortet igen." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du har nu lykkes med at bekræfte din e-postadresse." @@ -5206,7 +5552,7 @@ msgstr "Du har nu lykkes med at bekræfte din e-postadresse." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5215,11 +5561,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har lykkes med at logge ind. Venligst kontrollér og bekræft at dine detaljer er korrekte:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har ikke lavet en rapport endnu. Rapportér et problem nu." @@ -5244,21 +5590,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din e-post" @@ -5267,8 +5619,8 @@ msgstr "Din e-post" msgid "Your email address" msgstr "Din e-postadresse" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5277,7 +5629,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Dit navn" @@ -5285,46 +5638,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Din adgangskode" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Din adgangskode er blevet ændret" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Dit telefonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Dine opdateringer" @@ -5341,11 +5700,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Dine opdateringer" @@ -5362,24 +5722,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5387,17 +5752,17 @@ msgstr "" msgid "by %s" msgstr "af %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "myndighed (fx kommune)" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "brugte ikke kort" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel '%s' eller '%s'" @@ -5405,7 +5770,7 @@ msgstr "for eksempel '%s' eller '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5428,54 +5793,64 @@ msgstr "sidst opdateret %s" msgid "less than a minute" msgstr "mindre end et minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(valgfrit)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " eller " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "eller find min position automatisk" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Ser på et sted" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "oprinnelig lagt ind: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "andre områder:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5487,7 +5862,7 @@ msgstr "log ud" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "den lokale myndighed" @@ -5500,7 +5875,7 @@ msgstr "Der vises ingen nål på grund af at brugeren ikke brugte kortet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -5508,15 +5883,17 @@ msgstr "denne type lokalt problem" msgid "today" msgstr "idag" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "brugte kort" @@ -5528,16 +5905,16 @@ msgstr "bruger er fra samme myndighed som problemet - %d" msgid "user is problem owner" msgstr "bruger er ejer af problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "bydel" @@ -5597,7 +5974,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5618,7 +5995,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5639,21 +6016,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s fikset sidste måned" msgstr[1] "%s fikset sidste måned" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5688,16 +6065,56 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Tjek private hvis beskeder i denne gruppe ikke skal vises på netsiderne.\n" +#~ "
\n" +#~ "Normalt er kategorier ikke interne
\n" +#~ "Dette er passerende når du ønsker at tillade brugere at indsende besked til myndigheden, men ikke vil vise\n" +#~ "den udadtil. I England har de brugt dette til opgaver som at bede om en ekstra papirkurv på et bestemt sted." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Hvis du bruger en sendemetode som ikke er e-post, så indtast tjeneste-ID (Open311) eller tilsvarende identifikator her." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Denne rapport kan ikke vises på %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Beskeder om denne kategori bliver sendt til E-postadressen.\n" +#~ "For denne myndighed kan også andre kategorier have samme e-postadresse." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at forsøge igen." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Dette er et udviklernetsted.Ting kan gå i stykker når som helst og databasen vil blive slettet periodisk." + +#~ msgid "or locate me automatically" +#~ msgstr "eller find min position automatisk" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 467d3219879..631723c96ac 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +21,24 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2.3\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "und" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "oder" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -53,8 +54,10 @@ msgstr "%d bis %d von %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "Alle Meldungen" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s interne Stellen – %s bestätigt, %s unbestätigt" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -85,7 +88,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -96,8 +99,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -117,13 +120,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Schaden & Ort des Schadens)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "Ihr Name" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "Ihre Telefonnummer" @@ -135,7 +138,7 @@ msgstr "" msgid "(closed)" msgstr "(beantwortet)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -143,10 +146,6 @@ msgstr "" msgid "(fixed)" msgstr "(beantwortet)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" @@ -173,13 +172,13 @@ msgid "(sent to both)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -187,6 +186,11 @@ msgstr "-- Wählen Sie eine Kategorie --" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Organisation wählen" + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "Vorlage wählen" @@ -204,11 +208,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s Meldungen %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -233,23 +239,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Passwort" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -269,13 +281,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Füge neue Kategorie hinzu" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "DA / Externe Adresse hinzufügen" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -284,7 +301,7 @@ msgstr "" msgid "Add extra fields" msgstr "Zusätzliche Felder hinzufügen" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Feld hinzufügen" @@ -292,16 +309,16 @@ msgstr "Feld hinzufügen" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -315,24 +332,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "User hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Füge neue Kategorie hinzu" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Vorlagen für %s" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -340,7 +358,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -356,19 +374,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Alle" @@ -381,8 +400,8 @@ msgid "All Reports as CSV" msgstr "Als CSV exportieren" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Alle Kategorien" @@ -394,9 +413,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -423,7 +442,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "E-Mail Adresse ändern" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "" @@ -437,7 +466,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -449,24 +478,29 @@ msgstr "Anonym" msgid "Another user" msgstr "User hinzufügen" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Gebiet" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -475,28 +509,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "User an Gegenden zuweisen" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Nachricht an zuständige Stelle:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Einer anderen Kategorie (DA) zuweisen" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "User an Gegenden zuweisen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: 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" @@ -508,31 +547,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Rückmeldung an User" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -541,12 +571,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Überprüfung ausstehend" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zurück" @@ -554,29 +585,39 @@ msgstr "Zurück" msgid "Back to all reports" msgstr "Alle Meldungen" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Externe Adressen" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Organisation" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Organisation" @@ -584,10 +625,6 @@ msgstr "Organisation" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Falls Sie kein E-Mail erhalten haben, überprüfen Sie bitte Ihren Spamordner." @@ -596,39 +633,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorie" -#: templates/web/base/admin/category-checkboxes.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 "Kategorie:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategorie" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" @@ -637,12 +677,12 @@ msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorie:" @@ -651,48 +691,38 @@ msgstr "Kategorie:" msgid "Change" msgstr "Anpassen" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "E-Mail Adresse ändern" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -729,57 +759,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinaten" #: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -788,12 +822,12 @@ msgstr "" msgid "Confirm" msgstr "Bestätigen" -#: templates/web/base/auth/2faform.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 "Account bestätigen" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -805,16 +839,16 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bestätigt" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bestätigt:" @@ -829,10 +863,12 @@ msgstr "%s kontaktieren" msgid "Contact Us" msgstr "" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -845,17 +881,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinaten" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -875,7 +907,7 @@ msgstr "Kontaktdetails von %s" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -884,6 +916,8 @@ msgstr "" msgid "Count" msgstr "Anzahl" +#: 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 "" @@ -892,38 +926,42 @@ msgstr "" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Priorität erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Erstellt" @@ -932,7 +970,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -942,11 +980,11 @@ msgstr "Erstellt" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -955,19 +993,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Bisher wurden noch keine Organisationseinheiten erfasst." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Kunde nicht kontaktierbar" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -975,35 +1013,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Vorlage löschen" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Vorlage löschen" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Gelöscht" @@ -1012,49 +1048,45 @@ msgstr "Gelöscht" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beschreibung" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" msgstr "Beschreibung" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Beschreibung" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "hat Karte nicht verwendet" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Weiss ich nicht" @@ -1063,6 +1095,15 @@ msgstr "Weiss ich nicht" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1072,6 +1113,14 @@ msgstr "" 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 "" @@ -1081,15 +1130,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s Passwort?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1097,19 +1142,25 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Fotos hierhin ziehen oder hochladen" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1117,32 +1168,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Anpassen" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Kategorie editieren" @@ -1150,15 +1204,17 @@ msgstr "Kategorie editieren" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Priorität editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Meldungen editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1166,13 +1222,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Meldung %d bearbeiten" @@ -1194,7 +1250,10 @@ msgstr "" #: 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:17 +#: 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 @@ -1202,15 +1261,14 @@ msgstr "" msgid "Email" msgstr "E-Mail" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1223,21 +1281,21 @@ msgstr "E-Mail Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail Benachrichtigung gelöscht" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "E-Mail verifiziert:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-mail:" @@ -1291,7 +1349,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1299,11 +1357,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 msgid "Enter a Zürich street name" msgstr "Ungefähre Adresse des Schadens" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Geben Sie eine Adresse an" @@ -1312,7 +1370,6 @@ msgstr "Geben Sie eine Adresse an" msgid "Enter a nearby postcode, or street name and area" msgstr "Ungefähre Adresse des Schadens" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Ungefähre Adresse des Schadens" @@ -1321,8 +1378,9 @@ msgstr "Ungefähre Adresse des Schadens" msgid "Enter details of the problem" msgstr "Beschreiben Sie den Schaden" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1330,8 +1388,10 @@ msgstr "Beschreiben Sie den Schaden" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Alles" @@ -1344,7 +1404,7 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Bestehende Kategorie" @@ -1352,20 +1412,20 @@ msgstr "Bestehende Kategorie" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1373,12 +1433,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Externe Stelle" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1386,32 +1446,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Externes Team" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Zusätzliche Details" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Zusätzliche Felder:" +#: 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 "" @@ -1421,18 +1486,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1444,21 +1518,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Beantwortet" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Als gelöscht markieren" @@ -1466,8 +1539,8 @@ msgstr "Als gelöscht markieren" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1475,7 +1548,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1483,8 +1556,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1496,29 +1569,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "Machen Sie ein Detail- und ein Übersichtsfoto" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Ihr Passwort" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "An externe Stelle weitergeleitet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Wunsch an externe Stelle weitergeleitet" @@ -1528,28 +1597,34 @@ msgstr "Wunsch an externe Stelle weitergeleitet" msgid "Frequently Asked Questions" msgstr "Hilfe" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Beschreiben Sie den Schaden" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1561,60 +1636,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Los" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafik der Meldungen nach Status und Zeit" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hilfe" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Helfen Sie %s Ihre Meldung zu bearbeiten indem Sie zusätzliche Informationen angeben." @@ -1626,18 +1707,18 @@ msgstr "Hier sind weitere Meldungen in der Nähe:" msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Unsichtbar" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1662,12 +1743,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Stecknadeln ausblenden" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "In der Kategorie %s gemeldet" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1677,15 +1764,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "History" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1693,7 +1776,8 @@ msgstr "" msgid "How to report a problem" msgstr "Erfassen Sie eine neue Meldung:" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Anleitung" @@ -1712,15 +1796,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1735,29 +1819,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1769,37 +1857,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1823,11 +1906,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Unbekannt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1843,7 +1930,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1851,44 +1939,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Persönliche Angaben des Meldenden mitsenden" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Kontrolle notwendig" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne Notizen" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne Notizen" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1900,10 +1990,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1927,11 +2013,16 @@ msgstr "" msgid "Last editor" msgstr "Letzter Bearbeiter" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Letzte Bearbeitung" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1939,13 +2030,14 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Bearbeitung" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Älteste Bearbeitung" @@ -1953,10 +2045,6 @@ msgstr "Älteste Bearbeitung" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1965,25 +2053,26 @@ msgstr "Liste aller Meldungen" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "RSS" @@ -1996,77 +2085,97 @@ msgstr "Lokalisieren Sie den Schaden auf der Karte" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2074,7 +2183,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Meldungsdetails anpassen" @@ -2097,36 +2207,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Monat" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2134,28 +2252,27 @@ msgstr "Am meisten kommentiert" msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Name:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Zu dieser Meldung zoomen" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2163,12 +2280,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2182,16 +2299,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2199,8 +2316,14 @@ msgstr "" msgid "New email address:" msgstr "Neue E-Mail Adresse" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Feld hinzufügen" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Neue interne Notiz" @@ -2208,13 +2331,13 @@ msgstr "Neue interne Notiz" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 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:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Neues Passwort" @@ -2222,8 +2345,8 @@ msgstr "Neues Passwort" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Neue Priorität" @@ -2280,10 +2403,10 @@ msgstr "Neu" msgid "New state" msgstr "Neuer Status" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Neue Vorlage" @@ -2291,7 +2414,8 @@ msgstr "Neue Vorlage" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Neueste" @@ -2303,33 +2427,36 @@ msgstr "Weiter" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nein" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2345,24 +2472,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Bearbeitung abschliessen" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "Keine Meldungen auf der Karte, hier sind ein paar in der Nähe:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2373,26 +2498,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Keine" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2400,7 +2525,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Anderer Fachbereich zuständig" @@ -2418,7 +2543,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Notiz:" @@ -2430,8 +2555,12 @@ msgstr "Notiz: %s" msgid "Notes from SDM to DM" msgstr "Nachrichten an die Kommunikationstelle" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2442,15 +2571,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2458,22 +2589,27 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Älteste" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aufgenommen" @@ -2498,7 +2634,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2510,25 +2646,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2558,21 +2695,36 @@ msgstr "" msgid "Parent" msgstr "Gehört zu" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Alle Kategorien" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Passwort" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ihr Passwort wurde geändert" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Passwort" + +#: templates/web/base/admin/roles/index.html:6 +msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2580,7 +2732,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2591,39 +2743,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefonnummer verifiziert:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2631,20 +2783,20 @@ msgstr "Telefonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto wird benötigt" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto benötigt" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2654,6 +2806,10 @@ 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 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2664,8 +2820,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Pin auf der Karte absetzen" @@ -2689,31 +2846,31 @@ msgstr "" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2728,104 +2885,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Obligatorisches Feld" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Obligatorisches Feld" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 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:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Bitte beschreiben Sie den Schaden" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Namen an" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Obligatorisches Feld" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Bitte geben Sie Ihren Namen an" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Bitte geben Sie Ihre E-Mail-Adresse an" @@ -2834,7 +3009,7 @@ msgstr "Bitte geben Sie Ihre E-Mail-Adresse an" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Erneut anmelden oder zurück zur Startseite." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -2844,7 +3019,7 @@ msgstr "" 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 "Füllen Sie das Formular mit den Details des Schadens aus und beschreiben Sie den Ort des Schadens möglichst genau." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2852,8 +3027,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2879,11 +3062,11 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2900,15 +3083,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Organisation wählen" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2916,19 +3103,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2936,23 +3124,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2960,20 +3148,32 @@ msgstr "" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Zurück" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2983,15 +3183,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3003,10 +3202,28 @@ msgstr "Meldung" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Meldungen in der Nähe" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Meldungen nach Status sortiert" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3017,7 +3234,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3025,7 +3242,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -3034,11 +3252,11 @@ msgstr "Meldungen" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Meldungen in der Nähe" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Meldungen auf der Karte" @@ -3046,37 +3264,43 @@ msgstr "Meldungen auf der Karte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Meldungen, welche kürzlich beantwortet wurden" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Meldungen innerhalb %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Meldung aktualisieren" @@ -3085,32 +3309,36 @@ msgstr "Meldung aktualisieren" msgid "Provide update as" msgstr "Meldung aktualisieren als" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Rückmeldung an User" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Rückmeldung an User" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Foto veröffentlichen" +#: 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 @@ -3127,23 +3355,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3151,52 +3380,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: perllib/FixMyStreet/DB/Result/Problem.pm:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3210,11 +3443,12 @@ msgstr "Kürzlich erfasste Meldungen, %s" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen:" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Neueste Bearbeitung" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3222,15 +3456,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3246,21 +3476,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Antwort an User" @@ -3268,30 +3502,38 @@ msgstr "Antwort an User" msgid "Report" msgstr "Meldung" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Missbrauch melden" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Anonym gemeldet um" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3301,17 +3543,20 @@ msgstr "" msgid "Report as" msgstr "Melden als" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Melden als" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3324,24 +3569,24 @@ 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:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Gemeldet von" @@ -3349,59 +3594,63 @@ msgstr "Gemeldet von" msgid "Reported in the %s category" msgstr "In der Kategorie %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "In der Kategorie %s um %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Gemeldet" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Ihre Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Meldungen" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3409,14 +3658,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rückmeldung ausstehend" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3425,63 +3670,61 @@ msgstr "" msgid "Reports published" msgstr "Beantwortet" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Ausstehender Meldungsversand" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Vorlagen für %s" @@ -3497,56 +3740,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Richtiger Ort?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rechts drehen" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Durch das Drehen des Fotos gehen nicht gespeicherte Änderungen verloren." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Speichern" @@ -3554,58 +3818,62 @@ msgstr "Speichern" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Meldungen suchen" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "User suchen" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Meldungen suchen" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Suchen:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3615,12 +3883,12 @@ msgid "Select a body" msgstr "Organisation wählen" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Gebiet wählen" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3632,19 +3900,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Auswählen" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3653,41 +3926,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Meldung zurückgewiesen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Gesendet:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Gerät" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Passwort neu setzen" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3695,14 +3968,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3715,7 +3988,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3731,7 +4004,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3739,9 +4013,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Zeige Stecknadeln" @@ -3753,20 +4028,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Anmelden" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3775,16 +4050,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Ausloggen" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Einige Kategorien benötigen eventuell zusätzliche Informationen." @@ -3795,12 +4071,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3808,11 +4084,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3820,7 +4098,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "Entschuldigung, dieser Link ist ungültig" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3829,9 +4108,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Diese Adresse wurde nicht gefunden." @@ -3841,174 +4120,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Ihre Bilder konnten nicht gespeichert werden. Bitte versuchen Sie es nochmals." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortieren nach" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Status" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "FB/Externe" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Titel" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Titel" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Speichern" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Erfasst" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4016,11 +4314,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4028,19 +4332,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Zusammenfassung" @@ -4054,11 +4359,11 @@ msgstr "Alle Meldungen" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4072,29 +4377,34 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Vorlage «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Vorlagen" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Zusätzliche Felder:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4119,7 +4429,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4127,7 +4437,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4135,52 +4450,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4190,11 +4501,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4204,8 +4512,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4213,6 +4525,14 @@ msgid "" " 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 "" @@ -4224,11 +4544,16 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Die Meldung wurde als gesendet markiert." + +#: 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 "Bitte machen Sie so genaue Angaben wie möglich: Beschreiben Sie die Art des Schadens und wo er sich befindet (z.B. an der Wand). Senden Sie uns mindestens ein Foto des Schadens (inkl. Umgebung).
Beschreiben Sie nur einen Schaden pro Meldung." @@ -4243,15 +4568,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4288,10 +4609,6 @@ msgstr "Der Link ist entweder abgelaufen, oder er wurde nicht korrekt kopiert." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4301,30 +4618,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." msgstr "Namen müssen nicht eindeutig sein." +#: 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." @@ -4334,7 +4664,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4342,22 +4676,18 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 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 "" @@ -4365,7 +4695,7 @@ msgstr "" msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4373,12 +4703,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4396,16 +4730,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4428,34 +4767,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Diese Information wird benötigt" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4475,7 +4811,8 @@ msgstr "Dieser Schaden wurde nicht behoben" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4483,41 +4820,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Überprüfung ausstehend" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4526,23 +4867,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titel" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Geben Sie Ihre Adresse an, um über Meldungen in Ihrer Nähe informiert zu werden" @@ -4554,12 +4895,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4576,15 +4922,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4596,21 +4942,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Vertrauenswürdig" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Erneut versuchen" @@ -4618,30 +4954,36 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Unbestätigt" @@ -4654,26 +4996,27 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4687,20 +5030,25 @@ msgstr "" msgid "Update" msgstr "Speichern" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Änderungen an dieser Meldung, %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Speichern" @@ -4725,43 +5073,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Aktualisiert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Antwort" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4779,17 +5128,6 @@ msgstr "Änderungen an dieser Meldung, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4798,15 +5136,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Karte verwendet" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4815,36 +5148,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Diese Suche sucht in den Namen der Benützer und deren E-Mail-Adressen." @@ -4852,24 +5185,36 @@ msgstr "Diese Suche sucht in den Namen der Benützer und deren E-Mail-Adressen." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Aktualisiert" @@ -4878,25 +5223,25 @@ msgstr "Aktualisiert" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Meldung auf der Webseite betrachten" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4904,7 +5249,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4914,6 +5259,7 @@ msgid "Viewing a location" msgstr "Meldung erfassen" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Meldung anschauen" @@ -4921,7 +5267,7 @@ msgstr "Meldung anschauen" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4944,7 +5290,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4953,7 +5299,7 @@ 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:17 +#: 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 "Die ersten zehn Treffer werden unten aufgelistet." @@ -4966,7 +5312,7 @@ msgstr "Ihre persönlichen Angaben werden nur im Zusammenhang mit der Beantwortu msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4987,19 +5333,11 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5011,7 +5349,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5019,7 +5357,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5031,9 +5369,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5041,22 +5379,26 @@ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserl #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5064,20 +5406,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Danke! Sie können Ihre aktualisierte Meldung auf der Webseite anschauen." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5085,7 +5428,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5096,10 +5439,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5107,11 +5450,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Nicht freigeschaltet; Bitte geben Sie eine Adresse an" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5119,12 +5468,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 "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:87 +#: 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 "" @@ -5138,12 +5492,11 @@ msgstr "Sie haben sich abgemeldet" 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 Punkt lokalisiert Ihre Meldung auf der Karte. Falls dieser Ort nicht stimmt, kann der Pin verschoben werden." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 Meldung erfolgreich bestätigt und werden über deren Status per E-Mail informiert. " @@ -5152,7 +5505,7 @@ msgstr "Sie haben Ihre Meldung erfolgreich bestätigt und werden über deren Sta msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5161,11 +5514,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5188,21 +5541,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Ihr Account" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "E-Mail Adresse" @@ -5211,8 +5570,8 @@ msgstr "E-Mail Adresse" msgid "Your email address" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5221,7 +5580,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ihr Name" @@ -5229,46 +5589,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Ihr Passwort" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Ihre Meldungen" @@ -5285,11 +5651,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5306,24 +5673,29 @@ msgstr "Sie selbst" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5331,17 +5703,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "hat Karte nicht verwendet" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" @@ -5349,7 +5721,7 @@ msgstr "z.B. ‘%s’ oder ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5372,54 +5744,64 @@ msgstr "letzte Bearbeitung %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(optional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "oder" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "oder automatisch lokalisieren" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Meldung erfassen" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "Originaltext: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "anzeigen" @@ -5431,7 +5813,7 @@ msgstr "ausloggen" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5444,7 +5826,7 @@ msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5452,15 +5834,17 @@ msgstr "" msgid "today" msgstr "heute" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "Karte verwendet" @@ -5472,16 +5856,16 @@ msgstr "" msgid "user is problem owner" msgstr "Der User ist der Eigner der Meldung" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5541,7 +5925,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5562,7 +5946,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5583,21 +5967,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5632,16 +6016,40 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "Coordinates:" +#~ msgstr "Koordinaten" + +#~ msgid "Description:" +#~ msgstr "Beschreibung" + +#~ msgid "Didn't use map" +#~ msgstr "hat Karte nicht verwendet" + +#~ msgid "Inspection required" +#~ msgstr "Kontrolle notwendig" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." + +#~ msgid "Trusted:" +#~ msgstr "Vertrauenswürdig" + +#~ msgid "Used map" +#~ msgstr "Karte verwendet" + +#~ msgid "or locate me automatically" +#~ msgstr "oder automatisch lokalisieren" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 78d52adcbf7..42df1f54d07 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: michag86 , 2019\n" "Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" @@ -21,23 +21,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "und" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "oder" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "maximal %d Zeichen" @@ -53,8 +54,10 @@ msgstr "%d an %d von %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Zusammenfassungen" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -85,7 +88,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -96,8 +99,8 @@ msgstr "" msgid "%s live updates" msgstr "%s Aktualisierungen in Echtzeit" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -117,13 +120,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Kein Name)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Keine Telefonnummer)" @@ -135,7 +138,7 @@ msgstr "" msgid "(closed)" msgstr "(geschlossen)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -143,10 +146,6 @@ msgstr "" msgid "(fixed)" msgstr "(gelöst)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Straßenschäden, Graffitis usw.)" @@ -173,13 +172,13 @@ msgid "(sent to both)" msgstr "(gesendet an beide)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -187,6 +186,10 @@ msgstr "-- Wählen Sie eine Kategorie --" 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 "--Wählen Sie eine Vorlage aus--" @@ -204,11 +207,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s gespeichert." @@ -233,23 +238,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ja, ich habe ein Passwort" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -269,13 +280,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Füge neue Kategorie hinzu" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -284,7 +300,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -292,16 +308,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -315,24 +331,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Benutzer hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%s hinzugefügt" @@ -340,7 +357,7 @@ msgstr "%s hinzugefügt" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -356,19 +373,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Alarm %d deaktiviert (erstellt %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Alle" @@ -381,8 +399,8 @@ msgid "All Reports as CSV" msgstr "Alle Berichte als CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Alle Kategorien" @@ -394,9 +412,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -423,7 +441,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "E-Mail-Adresse ändern" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "" @@ -437,7 +465,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -449,24 +477,29 @@ msgstr "Anonym:" msgid "Another user" msgstr "Anderer Benutzer" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Sind Sie sicher?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Gebiet abgedeckt" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Gebiet:" @@ -475,28 +508,32 @@ msgstr "Gebiet:" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -508,31 +545,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -541,12 +569,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Wartet auf Moderation" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zurück" @@ -554,29 +583,39 @@ msgstr "Zurück" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -584,10 +623,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -596,39 +631,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorien" -#: templates/web/base/admin/category-checkboxes.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 "Kategorien:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategorie" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -637,12 +675,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorie:" @@ -651,48 +689,38 @@ msgstr "Kategorie:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "E-Mail-Adresse ändern" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -729,57 +757,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Geschlossen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinaten:" #: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfiguration" @@ -788,12 +820,12 @@ msgstr "Konfiguration" msgid "Confirm" msgstr "Bestätigen" -#: templates/web/base/auth/2faform.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 "Konto bestätigen" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -805,16 +837,16 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bestätigt" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bestätigt:" @@ -829,10 +861,12 @@ msgstr "%s kontaktieren" msgid "Contact Us" msgstr "Kontaktieren Sie uns" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontaktieren Sie das Team" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -845,17 +879,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinaten:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Benutzer konnte nicht gefunden werden" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -875,7 +905,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Rat:" @@ -884,6 +914,8 @@ msgstr "Rat:" msgid "Count" msgstr "Anzahl" +#: 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 "" @@ -892,38 +924,42 @@ msgstr "" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Erstellt" @@ -932,7 +968,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -942,11 +978,11 @@ msgstr "Erstellt:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -955,19 +991,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Übersichtsseite" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -975,35 +1011,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Vorlage löschen" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Vorlage löschen" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Gelöscht" @@ -1012,49 +1046,45 @@ msgstr "Gelöscht" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beschreibung" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Beschreibung:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Beschreibung" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Beschreibung:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Weiss ich nicht" @@ -1063,6 +1093,15 @@ msgstr "Weiss ich nicht" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1072,6 +1111,14 @@ msgstr "" msgid "Discard changes" msgstr "Änderungen verwerfen" +#: 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 "" @@ -1081,15 +1128,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Haben Sie ein %s-Passwort?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Weiß ich nicht" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Sie mögen keine Formulare?" @@ -1097,19 +1140,24 @@ msgstr "Sie mögen keine Formulare?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1117,32 +1165,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Bearbeiten" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1150,15 +1201,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1166,13 +1219,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Problem %d wird bearbeitet" @@ -1194,7 +1247,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1202,15 +1258,14 @@ msgstr "Editor" msgid "Email" msgstr "E-Mail" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "E-Mail-Adresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1223,21 +1278,21 @@ msgstr "E-Mail-Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail-Benachrichtigung gelöscht" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-Mail:" @@ -1291,7 +1346,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1299,11 +1354,11 @@ msgstr "" msgid "Endpoint" msgstr "Endpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1312,7 +1367,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Geben Sie eine Adresse an" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Geben Sie eine Adresse an" @@ -1321,8 +1375,9 @@ msgstr "Geben Sie eine Adresse an" msgid "Enter details of the problem" msgstr "Beschreiben sie den Mangel" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1330,8 +1385,10 @@ msgstr "Beschreiben sie den Mangel" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Alles" @@ -1344,7 +1401,7 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Vorhandene Kategorie" @@ -1352,20 +1409,20 @@ msgstr "Vorhandene Kategorie" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Als CSV exportieren" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Externe Kennung" @@ -1373,12 +1430,12 @@ msgstr "Externe Kennung" msgid "External URL" msgstr "Externe URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1386,32 +1443,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1421,18 +1483,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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" #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Erstes Mal" @@ -1444,21 +1515,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Gelöst" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1466,8 +1536,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1475,7 +1545,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "" @@ -1483,8 +1553,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1496,29 +1566,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Passwort vergessen?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1528,28 +1594,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Häufig gestellte Fragen" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Aktualisierungen holen" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: 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" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1561,60 +1633,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Los" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hilfe" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1626,18 +1704,18 @@ msgstr "" msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Unsichtbar" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1662,12 +1740,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Stecknadeln ausblenden" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Gemeldet in der Kategorie %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1677,15 +1761,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "History" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1693,7 +1773,8 @@ msgstr "" msgid "How to report a problem" msgstr "Erfasse eine neue Meldung:" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1712,15 +1793,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1735,29 +1816,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1769,37 +1854,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1823,11 +1903,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Unbekannt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1843,7 +1927,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1851,44 +1936,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne Hinweise" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne Hinweise" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Ungültiges Format %s angegeben." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1900,10 +1987,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1927,11 +2010,16 @@ msgstr "Letzte 7 Tage" msgid "Last editor" msgstr "Letzter Bearbeiter" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Letzte Bearbeitung" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1939,13 +2027,14 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1953,10 +2042,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1965,25 +2050,26 @@ msgstr "Liste aller Meldungen" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lade..." #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "RSS" @@ -1996,77 +2082,98 @@ msgstr "Identifizieren Sie den Mangel auf der Karte" msgid "Log in with Facebook" msgstr "Mit Facebook anmelden" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Mit Twitter anmelden" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Mit E-Mail anmelden" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Mit E-Mail anmelden" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "KARTE" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Karte" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Als gesendet markieren" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Fehlendes jurisdiction_id" @@ -2074,7 +2181,8 @@ msgstr "Fehlendes jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2097,36 +2205,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Monat" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2134,28 +2250,27 @@ msgstr "Meistkommentiert" msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Name:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2163,12 +2278,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2182,16 +2297,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2199,8 +2314,13 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Neue interne Anmerkung:" @@ -2208,13 +2328,13 @@ msgstr "Neue interne Anmerkung:" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Neues Passwort:" @@ -2222,8 +2342,8 @@ msgstr "Neues Passwort:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Neue Priorität" @@ -2280,10 +2400,10 @@ msgstr "Neue Berichte" msgid "New state" msgstr "Neuer Status" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Neue Vorlage" @@ -2291,7 +2411,8 @@ msgstr "Neue Vorlage" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Neueste" @@ -2303,33 +2424,36 @@ msgstr "Weiter" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nein" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Kein Rat ausgewählt" @@ -2345,24 +2469,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Keine weiteren Aktualisierungen" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Kein Ergebnis zurückgegeben" @@ -2373,26 +2495,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Keine Unterstützer" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Keine" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2400,7 +2522,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2418,7 +2540,7 @@ msgstr "" msgid "Note" msgstr "Anmerkung" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Anmerkung:" @@ -2430,8 +2552,12 @@ msgstr "Anmerkung: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2442,15 +2568,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2458,22 +2586,27 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Älteste" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Öffnen" @@ -2498,7 +2631,7 @@ msgstr "" msgid "Open311 specification" msgstr "Open311-Spezifikation" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2510,25 +2643,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Andere" @@ -2558,21 +2692,37 @@ msgstr "Seite nicht gefunden" msgid "Parent" msgstr "Übergeordnet" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Alle Kategorien" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Teilweise" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Passwort (optional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ihr Passwort wurde geändert" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Passwort (optional)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Berechtigungen:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Berechtigungen:" @@ -2580,7 +2730,7 @@ msgstr "Berechtigungen:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2591,39 +2741,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2631,20 +2781,20 @@ msgstr "Telefonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto ist erforderlich." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto erforderlich" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2654,6 +2804,10 @@ 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 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2664,8 +2818,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Stecknadel auf Karte platzieren" @@ -2689,31 +2844,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Bitte korrigieren Sie die Fehler unten" @@ -2728,104 +2883,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Bitte geben Sie Ihren Namen ein" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Bitte geben Sie ein Passwort ein" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Bitte geben Sie einen Betreff ein" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Bitte geben Sie eine gültige eMail-Adresse an" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige eMail-Adresse an" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Bitte geben Sie einiges Details an" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Bitte geben Sie Ihre eMail-Adresse an" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Vornamen ein" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Bitte geben Sie Ihre Telefonnummer ein" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Bitte geben Sie Ihren zweiten Vornamen ein" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Bitte geben Sie Ihren Titel ein" @@ -2834,7 +3007,7 @@ msgstr "Bitte geben Sie Ihren Titel ein" 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:1 +#: 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 "" @@ -2844,7 +3017,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2852,9 +3025,17 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 -msgid "Please make sure your password is at least %d characters long" +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 eMail-Adresse an" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: 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 @@ -2879,11 +3060,11 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2900,15 +3081,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2916,19 +3101,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Bitte schreiben Sie eine Nachricht" @@ -2936,23 +3122,23 @@ msgstr "Bitte schreiben Sie eine Nachricht" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2960,20 +3146,32 @@ msgstr "" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Vorherige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioritäten" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorität" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Datenschutz" @@ -2983,15 +3181,14 @@ msgstr "Datenschutz" msgid "Privacy and cookies" msgstr "Datenschutz und Cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3003,10 +3200,28 @@ msgstr "Meldung" msgid "Problem %d created" msgstr "Problem %d erstellt" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s bestätigt" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d erstellt" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d erstellt" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3017,7 +3232,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem als offen markiert." @@ -3025,7 +3240,8 @@ msgstr "Problem als offen markiert." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -3034,11 +3250,11 @@ msgstr "Meldungen" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Meldungen in der Nähe" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Meldungen auf der Karte" @@ -3046,37 +3262,43 @@ msgstr "Meldungen auf der Karte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Meldungen, welche kürzlich gelöst wurden" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Immobilien-Adresse:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Meldung aktualisieren" @@ -3085,32 +3307,37 @@ msgstr "Meldung aktualisieren" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Öffentliche Details" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Öffentliche Antwort:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Öffentliche Aktualisierung:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Foto veröffentlichen" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Fragebogen" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3127,23 +3354,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-Feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3151,52 +3379,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: perllib/FixMyStreet/DB/Result/Problem.pm:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3210,11 +3442,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3222,15 +3455,11 @@ 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 "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 eMail erreichen." -#: templates/web/base/admin/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3246,21 +3475,26 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Von Seite entfernen" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Von Seite entfernen" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3268,30 +3502,38 @@ msgstr "" msgid "Report" msgstr "Bericht" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Missbrauch melden" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Anonym gemeldet um" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3301,17 +3543,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Missbrauch melden" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Bericht auf %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3324,24 +3569,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Lokale Mängel melden, anzeigen oder diskutieren" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Vorher berichtet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Gemeldet von:" @@ -3349,59 +3594,63 @@ msgstr "Gemeldet von:" msgid "Reported in the %s category" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeldet von %s um %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Gemeldet:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Verfassen Sie eine Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Berichte" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3409,14 +3658,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Berichte warten auf Moderation" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3425,63 +3670,61 @@ msgstr "" msgid "Reports published" msgstr "Berichte veröffentlicht" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Bericht erneut senden" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3497,56 +3740,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Richtiger Ort?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Nach rechts drehen" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satellit" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Änderungen speichern" @@ -3554,58 +3818,62 @@ msgstr "Änderungen speichern" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Berichte suchen" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Benutzer suchen" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Berichte suchen" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Suchen:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3615,12 +3883,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Wählen Sie ein Gebiet" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3632,19 +3900,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3653,41 +3926,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Gesendet:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Dienst:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Teilen" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3695,14 +3968,14 @@ msgstr "Teilen" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3715,7 +3988,7 @@ msgstr "" msgid "Show Photo?" msgstr "Foto anzeigen?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3731,7 +4004,8 @@ msgstr "Name öffentlich anzeigen?" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3739,9 +4013,10 @@ msgstr "" msgid "Show photo" msgstr "Foto anzeigen" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Zeige Stecknadeln" @@ -3753,20 +4028,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Anmelden" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3775,16 +4050,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Melden Sie sich an oder erstellen Sie ein Konto" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Abmelden" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3795,12 +4071,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3808,11 +4084,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3820,7 +4098,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3829,9 +4108,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3841,174 +4120,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistiken" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Straßenansicht" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Titel" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Titel:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Änderungen senden" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Fragebogen absenden" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Gesendet" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Abonnieren" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4016,11 +4313,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4028,19 +4331,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Zusammenfassung" @@ -4054,11 +4358,11 @@ msgstr "Zusammenfassungsberichte" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4072,29 +4376,33 @@ msgstr "Umfrageergebnisse" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Vorlagen" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" +#: 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 "Nur-Text-Version" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" @@ -4119,7 +4427,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Vielen Dank für Ihre Rückmeldung" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4127,7 +4435,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4135,52 +4448,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 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:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4190,11 +4499,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4204,8 +4510,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4213,6 +4523,14 @@ msgid "" " 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 "" @@ -4224,11 +4542,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4243,15 +4565,11 @@ msgstr "" msgid "The error was: %s" msgstr "Der Fehler war: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4288,10 +4606,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4301,30 +4615,43 @@ msgstr "Die Passwörter stimmen nicht überein" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4334,7 +4661,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4342,22 +4673,18 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 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 "" @@ -4365,7 +4692,7 @@ msgstr "" msgid "There was a problem with your update. Please try again." msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: 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." @@ -4373,12 +4700,16 @@ msgstr "Es gab ein Problem mit Ihrem Bericht. Bitte versuchen Sie es erneut." msgid "There were problems with your update. Please see below." msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4396,16 +4727,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4428,34 +4764,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Diese Information wird benötigt" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4475,7 +4808,8 @@ msgstr "Dieser Mangel wurde nicht behoben" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4483,41 +4817,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Dieser Bericht wartet auf Moderation." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Dieser Bericht ist aktuell als geschlossen markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Dieser Bericht ist aktuell als behoben markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Zeitleiste" @@ -4526,23 +4864,23 @@ msgid "Tips for perfect photos" msgstr "Tipps für perfekte Fotos" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titel:" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4554,12 +4892,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4576,15 +4919,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4596,21 +4939,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Erneut versuchen" @@ -4618,30 +4951,36 @@ msgstr "Erneut versuchen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Unbestätigt" @@ -4654,26 +4993,27 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Unbekannte Problemkennung" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4687,20 +5027,25 @@ msgstr "" msgid "Update" msgstr "Beschreibung" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Aktualisierungen für dieses Problem, %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4725,43 +5070,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Aktualisiert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Aktualisierungen" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4779,17 +5125,6 @@ msgstr "Aktualisierungen für dieses Problem, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4798,13 +5133,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4815,36 +5145,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4852,24 +5182,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Benutzer" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Werte aktualisiert" @@ -4878,25 +5220,25 @@ msgstr "Werte aktualisiert" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Bericht auf Seite ansehen" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4904,7 +5246,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4914,6 +5256,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4921,7 +5264,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4944,7 +5287,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4953,7 +5296,7 @@ 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:17 +#: 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 "" @@ -4966,7 +5309,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4987,19 +5330,11 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5011,7 +5346,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5019,7 +5354,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5031,9 +5366,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5041,22 +5376,26 @@ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserl #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5064,20 +5403,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5085,7 +5425,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5096,10 +5436,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5107,11 +5447,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5119,12 +5465,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5138,12 +5488,11 @@ msgstr "Sie wurden abgemeldet" 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." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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." @@ -5152,7 +5501,7 @@ msgstr "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5161,11 +5510,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5188,21 +5537,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ihre eMail" @@ -5211,8 +5566,8 @@ msgstr "Ihre eMail" msgid "Your email address" msgstr "Ihre eMail-Adresse" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5221,7 +5576,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ihr Name" @@ -5229,46 +5585,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Ihr Passwort" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Ihre Meldungen" @@ -5285,11 +5647,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Ihre Aktualisierungen" @@ -5306,24 +5669,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "alle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5331,17 +5699,17 @@ msgstr "" msgid "by %s" msgstr "von %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "Rat" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "hat Karte nicht verwendet" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" @@ -5349,7 +5717,7 @@ msgstr "z.B. ‘%s’ oder ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5372,54 +5740,63 @@ msgstr "zuletzt aktualisiert %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/v" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "keine" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(optional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "oder" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "andere Gebiete:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5431,7 +5808,7 @@ msgstr "ausloggen" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5444,7 +5821,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5452,15 +5829,17 @@ msgstr "" msgid "today" msgstr "heute" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5472,16 +5851,16 @@ msgstr "" msgid "user is problem owner" msgstr "Benutzer ist Problemeigentümer" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5541,7 +5920,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5562,7 +5941,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5583,21 +5962,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s im letzten Monat behoben" msgstr[1] "%s im letzten Monat gehoben" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5632,16 +6011,31 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "Coordinates:" +#~ msgstr "Koordinaten:" + +#~ msgid "Description:" +#~ msgstr "Beschreibung:" + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Permalink" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 87a5ddda58e..5a78432c870 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "και" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ή" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d μέχρι %d από %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Συνοπτικές αναφορές" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s επαφές υπηρεσίας – %s επιβεβαιωμένες, %s ανεπιβεβαίωτες" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "τα προβλήματα σε μια ορισμένη ακτίνα απόστασης από κάποια τοποθεσία." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -103,8 +106,8 @@ msgstr "" msgid "%s live updates" msgstr "%s ζωντανές ενημερώσεις" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -124,13 +127,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Ελλάτωμα & τοποθεσία ελλατώματος)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Χωρίς αριθμό τηλεφώνου)" @@ -142,7 +145,7 @@ msgstr "" msgid "(closed)" msgstr "(έκλεισε)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -150,10 +153,6 @@ msgstr "" msgid "(fixed)" msgstr "(διορθώθηκε)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμένες πλάκες πεζοδρομίου ή καμένα φώτα δρόμων)" @@ -180,13 +179,13 @@ msgid "(sent to both)" msgstr "(στάλθηκε και στις δύο)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" @@ -194,6 +193,11 @@ msgstr "-- Διάλεξε κατηγορία --" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Επιλέξτε ένα σώμα" + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -214,11 +218,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s αναφορές %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s αποθηκεύτηκε." @@ -243,23 +249,29 @@ msgstr "Όχι Να γίνει επιβεβαίωση της ε msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Σημείωση: Η αναφορά έχει δρομολογηθεί προς ενέργεια. Για οποιαδήποτε μεταβολή συμβεί δεν θα ενημερωθεί αυτόματα." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Έλεγχος ταυτότητας δύο παραγόντων" @@ -281,13 +293,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Προσθήκη τομέα" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Προσθήκη email διεύθυνσης" @@ -296,7 +313,7 @@ msgstr "Προσθήκη email διεύθυνσης" msgid "Add extra fields" msgstr "Προσθήκη επιπλέον πεδίων" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Προσθήκη πεδίου" @@ -304,16 +321,16 @@ msgstr "Προσθήκη πεδίου" msgid "Add fixed state" msgstr "Προσθήκη σταθερής κατάστασης" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Προσθήκη επιλογής" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Προσθήκη αρ. τηλεφώνου" @@ -327,24 +344,25 @@ msgid "Add to shortlist" msgstr "Προσθήκη στoν κατάλογο" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Προσθήκη χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Προστέθηκε %s" @@ -352,7 +370,7 @@ msgstr "Προστέθηκε %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Διαχειριστής" @@ -368,19 +386,20 @@ msgstr "Η ειδοποίηση %d δημιουργήθηκε για το " msgid "Alert %d disabled (created %s)" msgstr "Η ειδοποίηση %d απενεργοποιήθηκε (δημιουργήθηκε %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Ειδοποίησέ με για μελλοντικές ενημερώσεις" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Όλα" @@ -393,8 +412,8 @@ msgid "All Reports as CSV" msgstr "Όλες οι Αναφορές ως CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Όλες οι κατηγορίες" @@ -406,9 +425,9 @@ msgstr "Όλες οι επωνυμίες" msgid "All languages" msgstr "Όλες οι γλώσσες" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -435,7 +454,17 @@ msgstr "Εναλλακτικά, μπορεί να αποκρυφθεί το όν msgid "Always fetch all problems" msgstr "Πάντα ανάκτηση του συνόλου των προβλημάτων" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Προσθήκη email διεύθυνσης" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." @@ -449,7 +478,7 @@ msgstr "Ανώνυμος" msgid "Anonymous user" msgstr "Ανώνυμος χρήστης" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -461,24 +490,29 @@ msgstr "Ανώνυμος:" msgid "Another user" msgstr "Άλλος χρήστης" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε αυτή την μεταφόρτωση;" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Περιοχή αρμοδιότητας" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Περιοχή:" @@ -487,28 +521,33 @@ msgstr "Περιοχή:" 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 "Δεδομένου ότι αυτό είναι ένα δοκιμαστικό site και το %s είναι ψευδές, οι αναφορές που γίνονται σε αυτό το site θα σταλούν στις δοκιμαστικές αναφορές προβλημάτων και όχι στην κανονική επαφή που υπάρχει για την κατηγορία αναφοράς των προβλημάτων." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Ανατέθηκε στο "%s"" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Ανάθεση στον αρμόδιο τομέα:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Ανάθεση σε διαφορετική κατηγορία:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Ανάθεση σε εξωτερικό τομέα:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ανατέθηκε στο "%s"" @@ -520,31 +559,22 @@ msgstr "Σε κάθε αναζήτηση επιστρέφονται το πολ msgid "At the moment only searching for and looking at reports work." msgstr "Αυτή τη στιγμή λειτουργούν μόνο η αναζήτηση και η προβολή αναφορών." -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -553,12 +583,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Σε αναμονή ελέγχου" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Πίσω" @@ -566,29 +597,39 @@ msgstr "Πίσω" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Τομείς" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Τομέας" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Τομέας:" @@ -596,10 +637,6 @@ msgstr "Τομέας:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Δεν μπορείς να βρεις το email μας; Έλεγξε τον φάκελο ανεπιθύμητων – κατά 99% θα βρίσκεται εκεί." @@ -608,39 +645,42 @@ msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τ msgid "Can't see the map? Skip this step" msgstr "Δεν μπορείς να δεις τον χάρτη; Παράλειψη βήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Κατηγορία" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -649,12 +689,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Μέσος όρος διόρθωσης προβλημάτων για την κατηγορία > 4 εβδομάδες" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Κατηγορία:" @@ -663,53 +703,39 @@ msgstr "Κατηγορία:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Έλεγχος ταυτότητας δύο παραγόντων" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Τσέκαρε το ιδιωτικό αν οι αναφορές σε αυτήν την κατηγορία δεν θα έπρεπε να προβάλλονται στην ιστοσελίδα.\n" -"
\n" -"Κανονικά, οι κατηγορίες δεν είναι ιδιωτικές.\n" -"
\n" -"Αυτό είναι κατάλληλο για ζητήματα που θέλεις να επιτρέψεις σε χρήστες να υποβάλλουν αναφορές στον τομέα, αλλά για τα οποία δεν χρειάζεται η αναφορά να είναι δημόσια. Ένα τέτοιο παράδειγμα είναι αν κάποιος θέλει να ζητήσει έναν επιπλέον κάδο απορριμάτων σε συγκεκριμένη διεύθυνση." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -746,57 +772,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Κλειστό" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Κλειστό από την υπηρεσία" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Δεδομένα προστεθέντος σήματος:" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -805,12 +835,12 @@ msgstr "Ρυθμίσεις" msgid "Confirm" msgstr "Επιβεβαίωση" -#: templates/web/base/auth/2faform.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 "Επιβεβαίωση λογαριασμού" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Κάνε επιβεβαίωση μέσω email παρακάτω, εισάγοντας έναν νέο κωδικό πρόσβασης. Όταν γίνει η επιβεβαίωση, ο κωδικός πρόσβασης θα αλλάξει." @@ -822,16 +852,16 @@ msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισ msgid "Confirmation" msgstr "Επιβεβαίωση" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Επιβεβαιώθηκε:" @@ -846,10 +876,12 @@ msgstr "Επικοινωνία με %s" msgid "Contact Us" msgstr "Επικοινώνησε με εμάς" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -862,17 +894,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Συντεταγμένες:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Δεν είναι δυνατή η εύρεση χρήστη" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Δεν είναι δυνατή η εύρεση της τοποθεσίας" @@ -892,7 +920,7 @@ msgstr "Επαφές υπηρεσίας για "%s"" msgid "Council ref: %s" msgstr "υπηρεσία αναφ.: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Υπηρεσία:" @@ -901,6 +929,8 @@ msgstr "Υπηρεσία:" 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 "" @@ -909,38 +939,42 @@ msgstr "" msgid "Create a report" msgstr "Δημιουργία αναφοράς" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Δημιουργία κατηγορίας" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Δημιουργήθηκε" @@ -949,7 +983,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -959,11 +993,11 @@ msgstr "Δημιουργήθηκε:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -972,19 +1006,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον πελάτη" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Πίνακας Ελέγχου" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -992,35 +1026,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσιμες ημέρες" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Διαγραφή προτύπου" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Διαγραμμένα" @@ -1029,49 +1061,45 @@ msgstr "Διαγραμμένα" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Περιγραφή" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Περιγραφή" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Μεταβιβάστηκε" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" @@ -1080,6 +1108,15 @@ msgstr "Πίνακας βραβείων επιμέλειας" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1089,6 +1126,14 @@ msgstr "" 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 "" @@ -1098,15 +1143,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Έχεις κωδικό πρόσβασης %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Δεν γνωρίζω" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Δεν σου αρέσουν οι φόρμες;" @@ -1114,19 +1155,25 @@ msgstr "Δεν σου αρέσουν οι φόρμες;" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Σύρε φωτογραφίες εδώ ή κάνε κλικ για ανέβασμα" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1137,32 +1184,35 @@ msgstr "" "Διαφορετικές κατηγορίες μπορούν να ανήκουν στην ίδια επαφή (διεύθυνση email).\n" "Αυτό σημαίνει ότι μπορείς να προσθέσεις πολλές κατηγορίες ακόμη και αν έχεις μία επαφή στον τομέα." -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Επεξεργασία" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1170,15 +1220,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1186,13 +1238,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Γίνεται επεξεργασία του προβλήματος %d" @@ -1214,7 +1266,10 @@ msgstr "Επεξεργαστής" #: 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:17 +#: 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 @@ -1222,15 +1277,14 @@ msgstr "Επεξεργαστής" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1243,21 +1297,21 @@ msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" msgid "Email alert deleted" msgstr "Η ειδοποίηση μέσω email διεγράφη" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1318,7 +1372,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1326,11 +1380,12 @@ msgstr "" msgid "Endpoint" msgstr "Σημείο τερματισμού" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Δώσε μια ονομασία για την οδό" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" @@ -1339,7 +1394,6 @@ msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, msgid "Enter a nearby postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Γράψε μία κοντινή οδό ή περιοχή" @@ -1348,8 +1402,9 @@ msgstr "Γράψε μία κοντινή οδό ή περιοχή" msgid "Enter details of the problem" msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλημα" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1357,8 +1412,10 @@ msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλ msgid "Error" msgstr "Σφάλμα" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Τα πάντα" @@ -1371,7 +1428,7 @@ msgstr "Παράδειγμα ταχυδρομικού κώδικα %s" msgid "Examples:" msgstr "Παραδείγματα:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1379,20 +1436,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1400,12 +1457,12 @@ msgstr "" msgid "External URL" msgstr "Εξωτερικός Σύνδεσμος" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1413,32 +1470,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Αποτυχία αποστολής μηνύματος" @@ -1448,18 +1510,27 @@ msgstr "Αποτυχία αποστολής μηνύματος" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Πρώτη φορά" @@ -1471,21 +1542,20 @@ msgstr "Διόρθωσέ το επιλέγοντας μία περιοχ #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Διορθώθηκε" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Διορθώθηκε - Υπηρεσία" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Διορθώθηκε - Χρήστης" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Σήμανση ως διαγραμμένο" @@ -1493,8 +1563,8 @@ msgstr "Σήμανση ως διαγραμμένο" msgid "Flag user" msgstr "Επισήμανση χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Επισημασμένα" @@ -1502,7 +1572,7 @@ msgstr "Επισημασμένα" msgid "Flagged reports and users" msgstr "Επισημασμένες αναφορές και χρήστες" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Οι επισημασμένοι χρήστες καταγράφονται στη σελίδα επισημασμένων." @@ -1510,8 +1580,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Επισημασμένοι:" @@ -1523,29 +1593,25 @@ msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για ν msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Για περισσότερες πληροφορίες, δες Πώς το FixMyStreet χρησιμοποιεί το Mapit (στα Αγγλικά)." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Προωθήθηκε στον εξωτερικό τομέα" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τομέα" @@ -1555,28 +1621,34 @@ msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τ msgid "Frequently Asked Questions" msgstr "Συχνές Ερωτήσεις" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Λήψη ενημερώσεων για προβλήματα σε αυτό το "%s"" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Λήψη μίας ροής RSS " @@ -1588,60 +1660,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Χαιρόμαστε που φτιάχτηκε!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Εμπρός" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Γράφημα της δημιουργίας προβλημάτων (κατάσταση προς χρόνος)" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Διορθώθηκε το πρόβλημα;" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1653,18 +1731,18 @@ msgstr "" msgid "Hi %s" msgstr "Γεια %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1689,12 +1767,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Απόκρυψη καρφιτσών" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Αναφέρθηκε στην κατηγορία %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1704,15 +1788,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Ιστορικό" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Αρχική" @@ -1720,7 +1800,8 @@ msgstr "Αρχική" msgid "How to report a problem" msgstr "Πώς να αναφέρεις ένα πρόβλημα" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Πώς να στείλεις επιτυχημένες αναφορές" @@ -1739,15 +1820,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Ταυτότητα" @@ -1764,29 +1845,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Αν δύο ή περισσότεροι τομείς υπηρετούν την ίδια περιοχή, το FixMyStreet συνδυάζει τις ίδιες κατηγορίες σε μία ενιαία καταχώριση στο μενού. Αν θες να χρησιμοποιήσεις αυτή τη δυνατότητα, βεβαιώσου ότι σε κάθε τομέα το όνομα της συγκεκριμένης κατηγορίας είναι ίδιο." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1798,37 +1883,32 @@ msgstr "Αν μάθεις περισσότερες πληροφορίες για 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Αν χρησιμοποιείς κάποια μέθοδο αποστολής εκτός από email, γράψε το ID της υπηρεσίας (Open311) ή κάποιο ισοδύναμο ID εδώ." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1852,11 +1932,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Λανθασμένη ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Λανθασμένη επιλογή ροής" @@ -1872,7 +1956,8 @@ 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 (υπάρχει μόνο εφόσον ο αιτών επιτρέψει την εμφάνιση του ονόματός του στην ιστοσελίδα)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1880,44 +1965,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Δεν έχετε νέα μηνύματα!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Να περιλαμβάνονται οι προσωπικές πληροφορίες του υποβολέα" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Εσφαλμένη τιμή has_photo \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Εσωτερικές οδηγίες" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Εσωτερικές οδηγίες" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "Εσφαλμένη τιμή agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Λανθασμένη μορφοποίηση %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1929,10 +2016,6 @@ msgstr "Συχνά είναι γρηγορότερο να ελέ msgid "It’s on its way to the council right now." msgstr "Το δημοτικό συμβούλιο ενημερώνεται για το πρόβλημα." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1956,11 +2039,16 @@ msgstr "" msgid "Last editor" msgstr "Τελευταίος επεξεργαστής" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Τελευταία ενημέρωση" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Τελευταία ενημέρωση" @@ -1968,13 +2056,14 @@ msgstr "Τελευταία ενημέρωση" msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1982,10 +2071,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Άφησέ το κενό αν όλες οι αναφορές σε αυτόν τον τομέα πρέπει να στέλνονται με την ίδια μέθοδο αποστολής (π.χ., \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Λίστα όλων των αναφερθέντων προβλημάτων" @@ -1994,25 +2079,26 @@ msgstr "Λίστα όλων των αναφερθέντων προβλημάτω msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "Τοπικές ροές RSS και ειδοποιήσεις email" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Τοπικές ροές RSS και ειδοποιήσεις email για ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Τοπικές ειδοποιήσεις" @@ -2025,77 +2111,97 @@ msgstr "Εντόπισε το πρόβλημα στον χάρτη της περ msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "ΧΑΡΤΗΣ" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Χάρτης" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Σημείωση ως απεσταλμένο" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Να επισημάνεις ως επισημασμένους τους χρήστες των οποίων τη συμπεριφορά θα ήθελες να παρακολουθείς." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Μήνυμα" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Μήνυμα προς τον αρμόδιο τομέα:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Μήνυμα προς τον εξωτερικό τομέα:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Λείπει το jurisdiction_id" @@ -2103,7 +2209,8 @@ msgstr "Λείπει το jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2126,36 +2233,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργάσιμη ημέρα" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Μήνας" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2163,28 +2278,27 @@ msgstr "" msgid "Name" msgstr "Όνομα" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Όνομα:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το OpenStreetMap): %s%s" @@ -2192,12 +2306,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2213,16 +2327,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Σχεδόν τελειώσαμε! Τώρα έλεγξε το email σου…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" @@ -2230,8 +2344,14 @@ msgstr "Προστέθηκε νέα επαφή κατηγορίας" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Προσθήκη πεδίου" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Νέα εσωτερική σημείωση:" @@ -2239,13 +2359,13 @@ msgstr "Νέα εσωτερική σημείωση:" msgid "New local problems on FixMyStreet" msgstr "Νέα τοπικά προβλήματα στο FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Νέα σημείωση προς τον Διαχειριστή Παροχών Υπηρεσίας:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2253,8 +2373,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2311,10 +2431,10 @@ msgstr "Νέες αναφορές" msgid "New state" msgstr "Νέα κατάσταση" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Νέο πρότυπο" @@ -2322,7 +2442,8 @@ msgstr "Νέο πρότυπο" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2334,33 +2455,36 @@ msgstr "Επόμενο" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Κανένας τομέας" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Δεν επιλέχθηκε κάποια υπηρεσία" @@ -2376,24 +2500,22 @@ msgstr "Δε βρέθηκαν επισημασμένα προβλήματα." msgid "No flagged users found." msgstr "Δε βρέθηκαν επισημασμένοι χρήστες." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Καμία περαιτέρω ενημέρωση" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Δεν επιστράφηκαν αποτελέσματα." @@ -2404,26 +2526,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "Δεν είναι διαθέσιμες μέχρι στιγμής συγκεκριμένες περιοχές, επειδή το MAPIT_URL στο αρχείο ρυθμίσεών σου δεν οδηγεί σε μία ενεργή υπηρεσία MapIt." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Δεν υπάρχουν υποστηρικτές" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2434,7 +2556,7 @@ msgstr "" "Χρήστες εξουσιοδοτημένου προσωπικού μπορούν να συσχετιστούν με τον τομέα που αντιπροσωπεύουν.
\n" "Ανάλογα με την υλοποίηση, οι χρήστες προσωπικού ίσως έχουν πρόσβαση στον πίνακα εργαλείων (περίληψη της δραστηριότητάς τους μέσα στον τομέα), τη δυνατότητα να κρύβουν αναφορές ή να ορίζουν ειδικές αναφορές κατάστασης." -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Δεν αφορά το τμήμα μου" @@ -2452,7 +2574,7 @@ msgstr "Δεν αναφέρθηκε σε υπηρεσία" msgid "Note" msgstr "Σημείωση" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Σημείωση:" @@ -2464,8 +2586,12 @@ msgstr "Σημείωση: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2476,15 +2602,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "ΟΚ" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2492,22 +2620,27 @@ msgstr "" msgid "Old state" msgstr "Παλιά κατάσταση" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ανοιχτό" @@ -2532,7 +2665,7 @@ msgstr "Αρχική σελίδα του Open311" msgid "Open311 specification" msgstr "Προδιαγραφές Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2544,25 +2677,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Άλλα" @@ -2592,21 +2726,37 @@ msgstr "Η σελίδα δεν βρέθηκε" msgid "Parent" msgstr "Πηγή" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Όλες οι κατηγορίες" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Εν μέρει" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Κωδικός πρόσβασης (προαιρετικό)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ο κωδικός σου έχει αλλάξει" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Κωδικός πρόσβασης (προαιρετικό)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Σύνδεσμος" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2614,7 +2764,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2625,39 +2775,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Αριθμός τηλεφώνου (προαιρετικό)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Τηλέφωνο:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2665,20 +2815,20 @@ msgstr "Τηλέφωνο:" msgid "Photo" msgstr "Φωτογραφία" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Απαιτείται φωτογραφία." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Απαιτείται φωτογραφία" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2688,6 +2838,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2698,8 +2852,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Θέση της περιοχής στο χάρτη" @@ -2723,31 +2878,31 @@ msgstr "Παρακαλούμε έλεγξε τους κωδικούς πρόσβ msgid "Please check your email address is correct" msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Παρακαλούμε επίλεξε μια κατηγορία" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Παρακαλούμε διόρθωσε τα παρακάτω λάθη" @@ -2765,104 +2920,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Παρακαλώ γράψτε ένα όνομα" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Παρακαλούμε γράψε έναν κωδικό πρόσβασης" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Παρακαλούμε γράψε ένα θέμα" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Παρακαλούμε γράψε ένα έγκυρο email" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Παρακαλούμε γράψε μία έγκυρη διεύθυνση email" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Παρακαλούμε γράψε μερικές λεπτομέρειες" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Παρακαλούμε γράψε το email σου" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Παρακαλούμε γράψε το όνομά σου" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Παρακαλούμε γράψε τον αριθμό τηλεφώνου σου" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Παρακαλούμε γράψε το επίθετό σου" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Παρακαλούμε γράψε τον τίτλο σου" @@ -2871,7 +3044,7 @@ msgstr "Παρακαλούμε γράψε τον τίτλο σου" 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:1 +#: 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 "Παρακαλούμε συμπλήρωσε τις λεπτομέρειες του προβλήματος παρακάτω." @@ -2881,7 +3054,7 @@ msgstr "Παρακαλούμε συμπλήρωσε τις λεπτομέρει 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2889,8 +3062,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Παρακαλούμε σήμανε αν θα ήθελες να λάβεις άλλο ερωτηματολόγιο" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2916,11 +3097,11 @@ msgstr "Παρακαλούμε σημείωσε ότι η ενημέρωσή σ msgid "Please note:" msgstr "Παρακαλούμε σημείωσε ότι:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2937,15 +3118,19 @@ msgstr "Παρακαλούμε γράψε κείμενο καθώς και δώ msgid "Please say whether you've ever reported a problem to your council before" msgstr "Παρακαλούμε πες αν έχεις ξαναναφέρει ένα πρόβλημα στην υπηρεσία στο παρελθόν" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Επιλέξτε ένα σώμα" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Παρακαλούμε επίλεξε τη ροή που επιθυμείς" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Παρακαλούμε επίλεξε το είδος της ειδοποίησης που επιθυμείς" @@ -2953,19 +3138,20 @@ msgstr "Παρακαλούμε επίλεξε το είδος της ειδοπ msgid "Please state whether or not the problem has been fixed" msgstr "Παρακαλούμε δήλωσε αν το πρόβλημα έχει διορθωθεί ή όχι" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Παρακαλούμε ανέβασε μία εικόνα μόνο" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" @@ -2973,23 +3159,23 @@ msgstr "Παρακαλούμε γράψε ένα μήνυμα" msgid "Post" msgstr "Δημοσίευση" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Δημοσιεύθηκε ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Δημοσιεύθηκε από %s (%s) στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" @@ -2997,20 +3183,32 @@ msgstr "Δημοσιεύθηκε από %s στις %s" msgid "Powered by FixMyStreet Platform" msgstr "Βασισμένο στην Πλατφόρμα FixMyStreet" +#: 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Ιδιωτικότητα" @@ -3020,15 +3218,14 @@ msgstr "Ιδιωτικότητα" msgid "Privacy and cookies" msgstr "Ιδιωτικότητα και cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Ιδιωτικό" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3040,10 +3237,29 @@ msgstr "Πρόβλημα" msgid "Problem %d created" msgstr "Το πρόβλημα %d δημιουργήθηκε" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Προσθήκη στoν κατάλογο" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Το πρόβλημα %s επιβεβαιώθηκε" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Το πρόβλημα %d δημιουργήθηκε" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Το πρόβλημα %d δημιουργήθηκε" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" @@ -3054,7 +3270,7 @@ msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -3062,7 +3278,8 @@ msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." msgid "Problem state change based on survey results" msgstr "Αλλαγή κατάστασης προβλήματος βάσει αποτελεσμάτων από έρευνες" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Προβλήματα" @@ -3071,11 +3288,11 @@ msgstr "Προβλήματα" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Κοντινά προβλήματα" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Προβλήματα στον χάρτη" @@ -3083,37 +3300,43 @@ msgstr "Προβλήματα στον χάρτη" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Προσφάτως αναφερθέντα προβλήματα διορθωμένα στο FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Προβλήματα στην περιοχή "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Προβλήματα σε ακτίνα %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Διεύθυνση ακινήτου:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Δώσε μια ενημέρωση" @@ -3122,32 +3345,37 @@ msgstr "Δώσε μια ενημέρωση" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Η εισαγωγή κωδικού πρόσβασης είναι προαιρετική, αλλά έτσι θα σου είναι ευκολότερο να αναφέρεις προβλήματα, να αφήνεις ενημερώσεις και να διαχειρίζεσαι τις αναφορές σου." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Δημόσια απάντηση:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3164,23 +3392,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Το ερωτηματολόγιο %d στάλθηκε για το πρόβλημα %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον υποβολέα του προβλήματος" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Ροή RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Ροή RSS για "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Ροή RSS για την περιοχή %s, %s" @@ -3188,52 +3417,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Ροή RSS από %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Ροή RSS για κοντινά προβλήματα" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Ροή RSS για προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Ροή RSS για προβλήματα στην περιοχή "%s"" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Ροή RSS για πρόσφατα τοπικά προβλήματα" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Ροή RSS για ενημερώσεις σε αυτό το πρόβλημα" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." msgstr "Λήψη email όταν γίνονται ενημερώσεις για αυτό το πρόβλημα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3247,11 +3480,12 @@ msgstr "Πρόσφατα τοπικά προβλήματα, %s" msgid "Recently reported problems" msgstr "Πρόσφατες αναφορές προβλημάτων" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3259,15 +3493,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3283,21 +3513,26 @@ msgstr "Αφαίρεση σήμανσης" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +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 msgid "Remove photo (can't be undone!)" msgstr "Αφαίρεση φωτογραφίας (δεν αναιρείται!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Απάντηση στον χρήστη:" @@ -3305,30 +3540,38 @@ msgstr "Απάντηση στον χρήστη:" msgid "Report" msgstr "Αναφορά" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Αναφορά προβλήματος" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Αναφορά κατάχρησης" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Αναφέρθηκε ανώνυμα στις %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3338,17 +3581,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Αναφορά κατάχρησης" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Αναφορά στο "%s"" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Ανάφερε το πρόβλημά σου" @@ -3361,24 +3607,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Ανάφερε, δες ή συζήτησε τα τοπικά προβλήματα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Αναφέρθηκε ανώνυμα στις %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Αναφέρθηκε προηγουμένως" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Αναφέρθηκε από %s στις %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Αναφέρθηκε από:" @@ -3386,59 +3632,63 @@ msgstr "Αναφέρθηκε από:" msgid "Reported in the %s category" msgstr "Αναφέρθηκε στην κατηγορία %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Αναφέρθηκε στην κατηγορία %s, ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Αναφέρθηκε στην κατηγορία %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Αναφέρθηκε μέσω %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Αναφέρθηκε μέσω %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s από τον %s στις %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Αναφορές" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Οι αναφορές έχουν όριο %s χαρακτήρων. Παρακαλούμε συντόμευσε την αναφορά σου" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3446,14 +3696,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Αναφορές που αναμένουν έγκριση" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3462,63 +3708,61 @@ msgstr "" msgid "Reports published" msgstr "Αναφορές που δημοσιεύθηκαν" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Επαναποστολή αναφοράς" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Πρότυπα απαντήσεων για %s" @@ -3534,56 +3778,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Σωστή τοποθεσία;" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδό (που πρόερχεται από τον αριθμό και το είδος αναφοράς οδού): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Περιστροφή αριστερά" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Περιστροφή δεξιά" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Αν περιστρέψετε την φωτογραφία θα χαθούν οι αλλαγές που κάνατε στην αναφορά." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Δορυφόρος" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" @@ -3591,58 +3856,62 @@ msgstr "Αποθήκευση αλλαγών" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Αναζήτηση Αναφορών" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Αναζήτηση Χρηστών" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Αναζήτηση αναφορών" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3652,12 +3921,12 @@ msgid "Select a body" msgstr "Επίλεξε ένα σώμα" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Διάλεξε μια περιοχή" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3669,19 +3938,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3690,41 +3964,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Επιστροφή αναφοράς" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Στάλθηκε στο %s %s αργότερα" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Στάλθηκε:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3732,14 +4006,14 @@ msgstr "Κοινοποίηση" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3752,7 +4026,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3768,7 +4042,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3776,9 +4051,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Προβολή καρφιτσών" @@ -3790,20 +4066,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Σύνδεση" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3812,16 +4088,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Σύνδεση ή δημιουργία λογαριασμού" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Μερικές κατηγορίες ίσως απαιτούν πρόσθετες πληροφορίες." @@ -3832,12 +4109,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "Μερικά σημεία τερματισμού ίσως απαιτούν ένα κλειδί API για να σημαίνεται ότι οι αναφορές στέλνονται από την δική σου εγκατάσταση FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Μερικές φωτογραφίες από πρόσφατες αναφορές" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Κείμενο για εντοπισμό" @@ -3845,11 +4122,13 @@ msgstr "Κείμενο για εντοπισμό" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Συγνώμη, φαίνεται πως αυτός ο ταχυδρομικός κώδικας είναι Crown dependency postcode, δεν καλύπτουμε τέτοιους ΤΚ," @@ -3857,7 +4136,8 @@ msgstr "Συγνώμη, φαίνεται πως αυτός ο ταχυδρομι msgid "Sorry, that wasn’t a valid link" msgstr "Λυπούμαστε, αυτός δεν είναι ένας έγκυρος σύνδεσμος" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3866,9 +4146,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση του προβλήματός σου." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν την τοποθεσία." @@ -3878,174 +4158,193 @@ msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Λυπούμαστε, δεν μπορούμε να σας συνδέσουμε. Παρακαλούμε συμπληρώστε την παρακάτω φόρμα." -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Λυπούμαστε, δεν μπορέσαμε να αποθηκεύσουμε τις εικόνες σας, παρακαλούμε προσπαθήστε ξανά." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Κατάσταση:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Στατιστικά" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Κατάσταση" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Street View" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Τμήμα/Σώμα" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Θέμα" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Θέμα:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Υποβολή" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Υποβολή αλλαγών" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Υποβολή ερωτηματολογίου" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Υποβλήθηκε" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Γίνε συνδρομητής" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4053,11 +4352,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4065,19 +4371,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Περίληψη" @@ -4091,11 +4398,11 @@ msgstr "Περιληπτικές αναφορές" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4109,29 +4416,34 @@ msgstr "Αποτελέσματα έρευνας" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Πρότυπο «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Πρότυπα" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Κείμενο" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Προσθήκη επιπλέον πεδίων" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Έκδοση απλού κειμένου" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Κείμενο:" @@ -4156,7 +4468,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Ευχαριστούμε για την πληροφόρηση" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Ευχαριστούμε που ανέβασες την φωτογραφία σου. Τώρα χρειάζεται να εντοπίσουμε το πρόβλημά σου, άρα παρακαλούμε γράψε μία κοντινή οδό ή ταχυδρομικό κώδικα στο πεδίο από πάνω :" @@ -4164,7 +4476,12 @@ 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 "Ευχαριστούμε, χαιρόμαστε που διορθώθηκε! Μπορούμε απλά να σε ρωτήσουμε αν έχεις αναφέρει ξανά κάποιο πρόβλημα στην υπηρεσία στο παρελθόν;" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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), παρακαλούμε προσπάθησε ξανά." @@ -4172,55 +4489,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Οι αναφορές αυτής της κατηγορίας θα σταλθούν στη διεύθυνση email.\n" -"Άλλες κατηγορίες αυτού του σώματος ίσως έχουν την ίδια διεύθυνση email." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4229,11 +4540,8 @@ msgid "" " when sending reports to this body." msgstr "Το σημείο τερματισμού είναι η διεύθυνση URL της υπηρεσίας στην οποία συνδέεται το FixMyStreet όταν στέλνονται αναφορές σε αυτό το σώμα." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4243,8 +4551,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "Η αρμοδιότητα χρειάζεται μόνο αν το σημείο τερματισμού υπηρετεί παραπάνω από έναν. Αν το σώμα έχει το δικό του σημείο τερματισμού, μπορείς συνήθως να την αφήσεις κενή." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4254,6 +4566,14 @@ msgstr "" "Η μέθοδος αποστολής αποφασίζει πώς θα στέλνονται οι αναφορές προβλημάτων στο σώμα.\n" "Αν την αφήσεις κενή, η προεπιλεγμένη μέθοδος αποστολής είναι μέσω 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 "" + +#: 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 "Η ιδιότητα agency_responsible του Open311 v2 χρησιμοποιείται για να καταγράφονται οι υπηρεσίες που έλαβαν την αναφορά προβλήματος, που δεν είναι ακριβώς ο τρόπος με τον οποίο ορίζεται αυτή η ιδιότητα στις προδιαγραφές του Open311 v2." @@ -4267,11 +4587,16 @@ msgstr "" "Το όνομα της υπηρεσίας ταυτοποιεί την υπηρεσία (για παράδειγμα, Υπηρεσία Καθαριότητας)\n" "και ίσως προβληθεί δημόσια." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +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 "Η υπηρεσία δεν θα μπορέσει να βοηθήσει εκτός αν συμπληρώσεις όσες περισσότερες λεπτομέρειες μπορείς. Παρακαλούμε περίγραψε την ακριβή τοποθεσία του προβλήματος (για παράδειγμα: πάνω στον κόκκινο τοίχο), ποιο είναι αυτό, για πόσο καιρό υπάρχει, μία περιγραφή (και μία φωτογραφία του προβλήματος αν έχεις), κλπ." @@ -4286,15 +4611,11 @@ msgstr "Ο πίνακας βραβείων επιμέλειας δείχνει msgid "The error was: %s" msgstr "Το σφάλμα ήταν: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "Οι παρακάτω ιδιότητες του Open311 v2 επιστρέφονται για κάθε αίτημα: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code και service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:150 +#: 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 "Οι ακόλουθες πληροφορίες σχετικά με την πλησιέστερη οδό ίσως είναι ανακριβείς ή άσχετες, αν το πρόβλημα βρίσκεται κοντά σε πολλές οδούς ή κοντά σε μια οδό χωρίς καταχωρημένο όνομα στο OpenStreetMap." @@ -4331,10 +4652,6 @@ msgstr "Ο σύνδεσμος ίσως έχει λήξει, ή μπορεί να msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Η λίστα των διαθέσιμων περιοχών παρέχεται από την υπηρεσία MapIt στις %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4344,24 +4661,24 @@ msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν" msgid "The requested URL '%s' was not found on this server" msgstr "Η ζητούμενη διεύθυνση URL '%s' δε βρέθηκε στον server" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4369,7 +4686,20 @@ msgstr "" "Το όνομα του χρήστη προβάλλεται δημόσια σε αναφορές που δεν έχουν επισημανθεί ως ανώνυμες.\n" "Τα ονόματα δεν είναι απαραιτήτως μοναδικά." +#: 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." @@ -4379,7 +4709,11 @@ msgstr "Δεν υπάρχουν αναφορές προς εμφάνιση." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4387,30 +4721,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδας Όλες οι Αναφορές. Παρακαλούμε προσπάθησε ξανά αργότερα." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Υπήρξε πρόβλημα στην προβολή αυτής της σελίδας. Παρακαλούμε προσπάθησε αργότερα." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." @@ -4418,12 +4748,16 @@ msgstr "Υπήρξαν προβλήματα με την αναφορά σου. 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4444,16 +4778,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Αυτή η υλοποίηση του API είναι έργο σε εξέλιξη και δεν είναι ακόμη σταθερή. Θα αλλάξει χωρίς προειδοποιήσεις στο μέλλον." @@ -4481,34 +4820,31 @@ msgstr "" "Αυτή η υπηρεσία θα δέχεται μόνο αναφορές για προβλήματα που βρίσκονται στην περιοχή αρμοδιότητας της.\n" "Μια υπηρεσία δεν θα δέχεται καμία αναφορά, εκτός αν είναι αρμόδια για τουλάχιστον μία περιοχή." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, μιας και ο χρήστης δεν το κατηγοριοποίησε. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος, ή ενημέρωσέ μας για τη σωστή κατηγορία του προβλήματος ώστε να την προσθέσουμε στο σύστημα." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Αυτή είναι μια ιστοσελίδα για προγραμματιστές. Μερικές λειτουργίες ίσως χαλάσουν οποιαδήποτε στιγμή, και η βάση δεδομένων θα διαγράφεται περιοδικά." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4528,7 +4864,8 @@ msgstr "Αυτό το πρόβλημα δεν έχει διορθωθεί" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4536,41 +4873,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Αυτή η αναφορά αναμένει έγκριση." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως κλειστή." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως διορθωμένη." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φωτογραφία του προβλήματος, που παρέχεται από το χρήστη." -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Χρόνος που αφιερώθηκε (λεπτά):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Χρονοδιάγραμμα" @@ -4579,23 +4920,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Τίτλος:" -#: templates/web/base/alert/index.html:26 +#: 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 ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." -#: templates/web/base/alert/index.html:28 +#: 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 "Για να βρεις τις τοπικές ειδοποιήσεις που υπάρχουν για σένα, παρακαλούμε γράψε τον ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." @@ -4607,12 +4948,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4629,15 +4975,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4649,21 +4995,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Δοκίμασε ξανά" @@ -4671,30 +5007,37 @@ msgstr "Δοκίμασε ξανά" msgid "Try emailing us directly:" msgstr "Στείλε μας ένα email:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Έλεγχος ταυτότητας δύο παραγόντων" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Ανεπιβεβαίωτο" @@ -4707,26 +5050,27 @@ msgstr "Άγνωστο" msgid "Unknown alert type" msgstr "Άγνωστο είδος ειδοποίησης" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Άγνωστη ταυτότητα προβλήματος" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4740,20 +5084,25 @@ msgstr "" msgid "Update" msgstr "Ενημέρωση" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Η ενημέρωση %s δημιουργήθηκε για το πρόβλημα %d από %s" + #: 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:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Η παρακάτω ενημέρωση προστέθηκε ανώνυμα στις %s" -#: templates/web/base/contact/index.html:35 +#: 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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Ενημέρωση σώματος" @@ -4778,43 +5127,44 @@ msgstr "Η ενημέρωση επισήμανε το πρόβλημα ως δι msgid "Update reopened problem" msgstr "Η ενημέρωση άνοιξε ξανά το πρόβλημα" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Καταστάσεις ενημέρωσης" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Ενημερώθηκε" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Ενημερώθηκε!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" @@ -4832,17 +5182,6 @@ msgstr "Ενημερώσεις για το πρόβλημα, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4851,15 +5190,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Χάρτης σε χρήση" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4868,36 +5202,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσματα για ονόματα χρηστών και διευθύνσεις email." @@ -4905,24 +5239,36 @@ msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσμα msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Χρήστες" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -4931,25 +5277,25 @@ msgstr "Οι τιμές ενημερώθηκαν" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Προβολή αναφορών ανά πτέρυγα" @@ -4957,7 +5303,7 @@ msgstr "Προβολή αναφορών ανά πτέρυγα" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4967,6 +5313,7 @@ msgid "Viewing a location" msgstr "Προβάλλεται μία τοποθεσία" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Προβάλλεται ένα πρόβλημα" @@ -4974,7 +5321,7 @@ msgstr "Προβάλλεται ένα πρόβλημα" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Πτέρυγες του συμβουλίου" @@ -4997,7 +5344,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Χρειαζόμαστε το email σου, παρακαλώ γράψ" το παρακάτω." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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. Ωστόσο, μέχρι στιγμής δεν έχουμε πληροφορίες επικοινωνίας μαζί τους. Αν γνωρίζεις μία κατάλληλη διεύθυνση επικοινωνίας, παρακαλούμε επικοινώνησε μαζί τους." @@ -5006,7 +5353,7 @@ 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:17 +#: 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 "" @@ -5019,7 +5366,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Λυπούμαστε που το πρόβλημα δε λύθηκε. Γιατί δε δοκιμάζετε να επικοινωνήσετε απευθείας με τις τοπικές αρχές;" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5040,19 +5387,11 @@ msgstr "Όταν διορθώθηκε" msgid "When sent" msgstr "Όταν αποστάλθηκε " -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5064,7 +5403,7 @@ msgstr "Μόνο αυτό? Πρόσθεσε περισσότ msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Με τις αναζητήσεις αιτημάτων, είναι επίσης δυνατό να αναζητήσεις με το πεδίο agency_responsible περιορίζοντας τα αποτελέσματα στις αιτήσεις που στέλνονται σε έναν συγκεκριμένο τομέα. Ο όρος αναζήτησης είναι ο Κωδικός (ID) ενός τομέα που παρέχεται από το MapIt." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5072,7 +5411,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Θα ήθελες να λάβεις και άλλο ερωτηματολόγιο σε 4 εβδομάδες, για να σου υπενθυμίσει να ελέγξεις την τρέχουσα κατάσταση;" @@ -5084,9 +5423,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5094,22 +5433,26 @@ msgstr "Να χρησιμοποιείς τα κατάλληλα σημεία σ #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ναι" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Παραπονιέσαι ότι, αυτή η αναφορά προβλήματος διαγράφτηκε από τον διαχειριστή χωρίς λόγο: " -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5117,20 +5460,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Με το παρόν, δηλώνεις ότι η παρακάτω αναφορά προβλήματος είναι καταχρηστική, περιέχει προσωπικές πληροφορίες ή κάτι παρόμοιο:" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Μπορείς να προσθέσεις την ηλεκτρονική διεύθυνση ενός καταχρηστικού χρήστη στην λίστα καταχρήσεων, κάτι που αυτόματα θα αποκρύπτει (και δεν θα αποστέλλει) αναφορές που αυτός δημιουργεί." @@ -5138,7 +5482,7 @@ msgstr "Μπορείς να προσθέσεις την ηλεκτρονική 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Μπορείς να επικοινωνήσεις για τεχνική υποστήριξη στο %s" @@ -5152,10 +5496,10 @@ msgstr "" "Για παράδειγμα, αυτό θα ήταν χρήσιμο αν θα ήθελες να παρακολουθήσεις κάποιον χρήστη που καταχώρησε ακατάλληλες\n" "αναφορές στο παρελθόν." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Μπορείς να μας βοηθήσεις με το να βρεις ένα email επικοινωνίας για τα τοπικά προβλήματα για %s και να μας την στείλεις με e-mail στο %s." @@ -5163,11 +5507,17 @@ msgstr "Μπορείς να μας βοηθήσεις με το να βρεις msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Μπορείς να επισημάνεις έναν τομέα ως διαγεγραμμένο αν δεν θέλεις να είναι ενεργός σε αυτόν τον ιστότοπο." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Έχεις υποχωρήσει - παρακαλούμε συμπλήρωσε το κουτί που υπάρχει παραπάνω." -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5175,12 +5525,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." + +#: 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/questionnaire/index.html:87 +#: 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 "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την ενημέρωση. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." @@ -5194,12 +5549,11 @@ msgstr "Έχεις αποσυνδεθεί" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Επιβεβαίωσες την διεύθυνση email σου επιτυχώς." @@ -5208,7 +5562,7 @@ msgstr "Επιβεβαίωσες την διεύθυνση email σου επιτ msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5217,11 +5571,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Έχεις με επιτυχία εγγραφεί, παρακαλούμε έλεγξε και επιβεβαίωσε αν οι λεπτομέρειες είναι σωστές:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. Ανάφερε κάποιο πρόβλημα τώρα." @@ -5247,21 +5601,28 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Το e-mail σου" @@ -5270,8 +5631,8 @@ msgstr "Το e-mail σου" msgid "Your email address" msgstr "Η διεύθυνση του e-mail σου" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5280,7 +5641,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Το όνομά σου" @@ -5288,46 +5650,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Η αναφορά σου" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Οι αναφορές σου" @@ -5344,11 +5712,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Οι ενημερώσεις σου" @@ -5365,24 +5734,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5390,17 +5764,17 @@ msgstr "" msgid "by %s" msgstr "από %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "υπηρεσία" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "δεν χρησιμοποιήθηκε χάρτης" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5408,7 +5782,7 @@ msgstr "π.χ. ‘%s’ ή ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5431,54 +5805,64 @@ msgstr "τελευταία ενημέρωση %s" msgid "less than a minute" msgstr "λιγότερο από ένα λεπτό" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "μη διαθέσιμο" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(προαιρετικό)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ή" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "ή να βρεθεί η τοποθεσία μου αυτόματα" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Προβάλλεται μία τοποθεσία" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "αναφέρθηκε αρχικά από: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "άλλες περιοχές:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5490,7 +5874,7 @@ msgstr "έξοδος" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "η τοπική υπηρεσία" @@ -5503,7 +5887,7 @@ msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "αυτή η κατηγορία τοπικού προβλήματος" @@ -5511,15 +5895,17 @@ msgstr "αυτή η κατηγορία τοπικού προβλήματος" msgid "today" msgstr "σήμερα" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "χάρτης σε χρήση" @@ -5531,16 +5917,16 @@ msgstr "ο χρήστης είναι από την ίδια υπηρεσία ό msgid "user is problem owner" msgstr "ο χρήστης είναι ο ιδιοκτήτης του προβλήματος" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "πτέρυγα" @@ -5600,7 +5986,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5621,7 +6007,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5642,21 +6028,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s διορθώθηκε μέσα στον προηγούμενο μήνα" msgstr[1] "%s διορθώθηκαν μέσα στον προηγούμενο μήνα" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s πρόσφατη αναφορά" msgstr[1] "%s πρόσφατες αναφορές" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5691,16 +6077,71 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Σημείωση: Η αναφορά έχει δρομολογηθεί προς ενέργεια. Για οποιαδήποτε μεταβολή συμβεί δεν θα ενημερωθεί αυτόματα." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Σημείωση: Η αναφορά δεν έχει δρομολογηθεί ακόμα προς ενέργεια. Οποιαδήποτε μεταβολή μπορεί να μην ενηρωθεί." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Τσέκαρε το ιδιωτικό αν οι αναφορές σε αυτήν την κατηγορία δεν θα έπρεπε να προβάλλονται στην ιστοσελίδα.\n" +#~ "
\n" +#~ "Κανονικά, οι κατηγορίες δεν είναι ιδιωτικές.\n" +#~ "
\n" +#~ "Αυτό είναι κατάλληλο για ζητήματα που θέλεις να επιτρέψεις σε χρήστες να υποβάλλουν αναφορές στον τομέα, αλλά για τα οποία δεν χρειάζεται η αναφορά να είναι δημόσια. Ένα τέτοιο παράδειγμα είναι αν κάποιος θέλει να ζητήσει έναν επιπλέον κάδο απορριμάτων σε συγκεκριμένη διεύθυνση." + +#~ msgid "Coordinates:" +#~ msgstr "Συντεταγμένες:" + +#~ msgid "Didn't use map" +#~ msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Αν χρησιμοποιείς κάποια μέθοδο αποστολής εκτός από email, γράψε το ID της υπηρεσίας (Open311) ή κάποιο ισοδύναμο ID εδώ." + +#~ msgid "OK" +#~ msgstr "ΟΚ" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Οι αναφορές αυτής της κατηγορίας θα σταλθούν στη διεύθυνση email.\n" +#~ "Άλλες κατηγορίες αυτού του σώματος ίσως έχουν την ίδια διεύθυνση email." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Αυτή είναι μια ιστοσελίδα για προγραμματιστές. Μερικές λειτουργίες ίσως χαλάσουν οποιαδήποτε στιγμή, και η βάση δεδομένων θα διαγράφεται περιοδικά." + +#~ msgid "Used map" +#~ msgstr "Χάρτης σε χρήση" + +#~ msgid "or locate me automatically" +#~ msgstr "ή να βρεθεί η τοποθεσία μου αυτόματα" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 0a1c75259d4..c19a7141669 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" @@ -20,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " y " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " o " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d caracteres máximo." @@ -52,8 +53,10 @@ msgstr "%d a %d de %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contactos en Ayuntamiento – %s confirmados, %s sin confirmar" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "%s tiene una variedad de feeds RSS y alertas de correo electrónico para los problemas locales, incluyendo alertas para todos los problemas dentro de una palabra en particular, o todos los problemas dentro de una cierta distancia de una ubicación en particular." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "%s tiene una variedad de feeds RSS y alertas por correo electrónico par msgid "%s live updates" msgstr "%s actualizaciones en vivo" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s abiertos, %s cerrados, %s corregidos" @@ -116,13 +119,13 @@ msgstr "© colaboradores msgid "(Defect & location of defect)" msgstr "(Defect & localización por defecto)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Sin nombre)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Sin número de teléfono)" @@ -134,7 +137,7 @@ msgstr "(a-z y espacio en blanco)" msgid "(closed)" msgstr "(cerrado)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(cubre aproximadamente 200.000 personas)" @@ -142,10 +145,6 @@ msgstr "(cubre aproximadamente 200.000 personas)" msgid "(fixed)" msgstr "(arreglado)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignorado si el tipo es \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(enviado a ambos)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -186,6 +185,11 @@ msgstr "-- Escoja una categoría --" 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." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Elegir una plantilla--" @@ -206,11 +210,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s informes %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s guardado" @@ -235,23 +241,29 @@ msgstr "No- confirmar mi actualización por email" msgid "No Let me confirm my update by email/text" msgstr "No Quiero confirmar mi actualización a través de email o mensaje de texto" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "- tengo una contraseña" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Activar autenticación doble" @@ -274,13 +286,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Agregar nueva categoría" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Agregue un órgano" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Agregar dirección de email" @@ -289,7 +306,7 @@ msgstr "Agregar dirección de email" msgid "Add extra fields" msgstr "Añadir campos extra" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Añadir campo" @@ -297,16 +314,16 @@ msgstr "Añadir campo" msgid "Add fixed state" msgstr "Añadir estado de reparación" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Agregar nueva categoría" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Añadir opción" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Agregar número de teléfono" @@ -320,24 +337,25 @@ msgid "Add to shortlist" msgstr "Añadir a favoritos" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Añadir/editar categoría de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Añadir / editar prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Añadir / editar plantillas de respuesta" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Añadido %s" @@ -345,7 +363,7 @@ msgstr "Añadido %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Añadir este informe a tu lista de favoritos lo eliminará de la lista de favoritos de %s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Administrador" @@ -361,19 +379,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Alertas:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Todos" @@ -386,8 +405,8 @@ msgid "All Reports as CSV" msgstr "Todas las notificaciones como CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Todas las categorías" @@ -399,9 +418,9 @@ msgstr "Todos los cobrands" msgid "All languages" msgstr "Todos los lenguajes" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -428,7 +447,17 @@ msgstr "Alternativamente, podemos ocultar tu nombre en todos tus inform msgid "Always fetch all problems" msgstr "Siempre cargar todos los problemas" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Agregar dirección de email" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -442,7 +471,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "Usuario anónimo" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -454,24 +483,29 @@ msgstr "Anónimo:" msgid "Another user" msgstr "Otro usuario" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "¿Estás seguro que quieres cancelar esta carga?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "¿Estás seguro?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Área:" @@ -480,28 +514,33 @@ msgstr "Área:" 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 "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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Asignar usuarios a áreas" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Asignar al organismo competente\\:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Asigne a otra categoria:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Asignar a un órgano externo:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Asignar usuarios a áreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -513,31 +552,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Auto Respuesta" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Auto-respuesta \\:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automático" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categorías disponibles" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Promedio de tiempo entre el informe de un problema y su arreglo, últimos 100 informes" @@ -546,12 +576,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En espera de revisión" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atras" @@ -559,29 +590,39 @@ msgstr "Atras" msgid "Back to all reports" msgstr "Volver a todos los informes" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Bloquear usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Órganos administrativos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Órgano administrativo:" @@ -589,10 +630,6 @@ msgstr "Órgano administrativo:" msgid "CSV File" msgstr "Archivo CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 " - #: 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 "¿No puede encontrar nuestro correo electrónico? Revise su carpeta de spam   – es la solución en el 99% de lis casos." @@ -601,39 +638,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categorías" -#: templates/web/base/admin/category-checkboxes.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 "Categorías:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoría" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Categoría y Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de '%s' a '%s'" @@ -642,12 +682,12 @@ msgstr "Categoría cambiada de '%s' a '%s'" msgid "Category fix rate for problems > 4 weeks old" msgstr "Ratio de arreglo de problemas > 4 semanas" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoría:" @@ -656,45 +696,28 @@ msgstr "Categoría:" msgid "Change" msgstr "Cambiar" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Cambiar dirección de email" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Cambiar número de teléfono" -#: templates/web/base/admin/bodies/contact-form.html:80 -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." - -#: templates/web/base/admin/bodies/contact-form.html:64 -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" +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Activar autenticación doble" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -702,11 +725,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Elija otro" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Borrar datos sin conexión" @@ -743,57 +767,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Cerrada por el Ayuntamiento" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "No se permiten actualizaciones" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 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 msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Datos cobrand:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Cerrar mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuración" @@ -802,12 +830,12 @@ msgstr "Configuración" msgid "Confirm" msgstr "Confirmar" -#: templates/web/base/auth/2faform.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 cuenta" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Confirmar por email, proporcionando una nueva contraseña. Al confirmar, su contraseña se actualizará." @@ -819,16 +847,16 @@ msgstr "Confirmar por email, proporcionando una nueva contraseña. Al confirmar, msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmada:" @@ -843,10 +871,12 @@ msgstr "Contacto %s" msgid "Contact Us" msgstr "Contáctenos" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Contactar con el equipo" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -859,17 +889,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Coordenadas:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "No se pudo consultar la ubicación" @@ -889,7 +915,7 @@ msgstr "Contactos del ayuntamiento para %s" msgid "Council ref: %s" msgstr "Referencia del ayuntamiento: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Ayuntamiento:" @@ -898,6 +924,8 @@ msgstr "Ayuntamiento:" msgid "Count" msgstr "Total" +#: 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 "Crear" @@ -906,38 +934,42 @@ msgstr "Crear" msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crear una prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Crear reportes/actualizaciones como usuario anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Crear reportes/actualizaciones como el Ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Crear reportes/actualizaciones a nombre de un usuario" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crear plantilla" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creado" @@ -946,7 +978,7 @@ msgid "Created %d new users" msgstr "Creados %d nuevos usuarios" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -956,11 +988,11 @@ msgstr "Creado:" msgid "Current password:" msgstr "Contraseña actual:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Token actual:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Actualmente agrupados por %s" @@ -969,19 +1001,19 @@ 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:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Cliente no localizable" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Cuadro de mando" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Desactivar autenticación doble" @@ -989,35 +1021,33 @@ msgstr "Desactivar autenticación doble" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratado por el departamento dentro de los 5 días hábiles" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Por defecto" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Prioridad por defecto" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Tipo por defecto" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Eliminar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Eliminar plantilla" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Eliminar plantilla" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Eliminado" @@ -1026,49 +1056,45 @@ msgstr "Eliminado" msgid "Describe why you are moderating this" msgstr "Describa por qué está moderando esto" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descripción" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descripción:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descripción" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "La información detallada está limitada a %d caracteres." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalles" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalles:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Transferido" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "No usó mapa" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" @@ -1077,6 +1103,15 @@ msgstr "Ranking de premios a la constancia" msgid "Disable" msgstr "Desactivar" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Desactivados:" @@ -1086,6 +1121,14 @@ msgstr "Desactivados:" msgid "Discard changes" msgstr "Descartar cambios" +#: 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 "" @@ -1095,15 +1138,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "¿Tiene una contraseña de %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "No lo sé" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" @@ -1111,19 +1150,25 @@ msgstr "¿No te gustan los formularios?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Arrastre aquí su(s) foto(s) o haga clic para subirla(s)" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplicados" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1134,32 +1179,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Editar la categoría del reporte" @@ -1167,15 +1215,17 @@ msgstr "Editar la categoría del reporte" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Editar la prioridad del reporte" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Editar reportes" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "Editar detalles de usuarios/buscar sus reportes" @@ -1183,13 +1233,13 @@ msgstr "Editar detalles de usuarios/buscar sus reportes" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Editando el problema %d" @@ -1211,7 +1261,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1219,15 +1272,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Dirección de email" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Dirección de email (opcional)" @@ -1240,21 +1292,21 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Email verificado:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1315,7 +1367,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activar esto suprimirá el mensaje de error que normalmente se muestra cuando una actualización no tiene descripción" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1323,11 +1375,12 @@ msgstr "" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 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" @@ -1336,7 +1389,6 @@ msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área msgid "Enter a nearby postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Introduzca el nombre de una calle cercana" @@ -1345,8 +1397,9 @@ msgstr "Introduzca el nombre de una calle cercana" msgid "Enter details of the problem" msgstr "Introduzca detalles del problema" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1354,8 +1407,10 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Todo" @@ -1368,7 +1423,7 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Categoría existente" @@ -1376,20 +1431,20 @@ msgstr "Categoría existente" msgid "Existing users won't be modified." msgstr "Los usuarios existentes no serán modificados." -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Expandir mapa" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Explique qué es lo que está mal" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exportar como CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID externo" @@ -1397,12 +1452,12 @@ msgstr "ID externo" msgid "External URL" msgstr "URL Externo" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Órgano externo" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1410,32 +1465,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detalles adicionales" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Campos adicionales:" +#: 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 "Fallo en el envío del mensaje" @@ -1445,18 +1505,27 @@ msgstr "Fallo en el envío del mensaje" msgid "Fields" msgstr "Campos" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Primera vez" @@ -1468,21 +1537,20 @@ msgstr "Arreglar esto eligiendo un área cubierta en el formul #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Arreglado" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Arreglado - Usuario" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marcar como borrado" @@ -1490,8 +1558,8 @@ msgstr "Marcar como borrado" msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1499,7 +1567,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1507,8 +1575,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Marcado:" @@ -1520,29 +1588,25 @@ msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." msgid "For best results include a close-up and a wide shot" msgstr "Para mejores resultados, incluya una vista general y una de detalle" -#: templates/web/base/admin/extra-metadata-form.html:62 -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." - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Para más información, vea Cómo FixMyStreet usa Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "¿Olvidó su contraseña?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Enviado al órgano externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1552,28 +1616,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Generar Token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Recibe actualizaciones" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Recibe actualizaciones de los problemas %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Recibe actualizaciones de los problemas en este %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" @@ -1585,60 +1655,66 @@ msgstr "Asigne un nombre para esta colección de campos. No se mostrará públic msgid "Glad to hear it’s been fixed!" msgstr "¡Nos alegra saber que ha sido arreglado!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Ir" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "Grupo" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Agrupar por %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Agrupar por:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "¿Ha sido corregido este problema?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su primera vez?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Ayuda" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Ayude a %s a resolver tu problema más rápidamente proporcionando detalles adicionales. Esta información adicional no será visible al público." @@ -1650,18 +1726,18 @@ msgstr "Aquí hay algunos otros reportes cercanos:" msgid "Hi %s" msgstr "%s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Oculto" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Campo oculto" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Ocultar todos los reportes y actualizaciones" @@ -1686,12 +1762,18 @@ msgstr "Ocultar mi nombre en esta actualización" msgid "Hide my name on this report" msgstr "Ocultar mi nombre en este reporte" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Ocultar marcadores" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Notificado en la categoría %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "¿Ocultar completamente la actualización?" @@ -1701,15 +1783,11 @@ msgstr "¿Ocultar completamente la actualización?" msgid "Hide your name?" msgstr "¿Desea ocultar su nombre?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Ayuda" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historial" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Inicio" @@ -1717,7 +1795,8 @@ msgstr "Inicio" msgid "How to report a problem" msgstr "Cómo notificar un problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "¿Cómo enviar informes exitosos?" @@ -1736,15 +1815,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "No se ha podido localizar su problema en la base de datos.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1761,19 +1840,23 @@ msgstr "" msgid "If there's a user associated with the address you entered, we've sent a confirmation email." msgstr "Si existe un usuario asociado a la dirección ingresada, se le ha enviado un email de confirmación." -#: templates/web/base/admin/responsepriorities/edit.html:23 +#: 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-form.html:34 -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’." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1781,11 +1864,11 @@ msgstr "" "Si dos o más organismos tienen la misma ubicación, FixMyStreet combina categorías de notificaciones idénticas en una sola entrada en\n" "el menú. Asegúrese de que utiliza el mismo nombre categoría en ambos órganos si desea que sean combinadas." -#: templates/web/base/contact/index.html:112 +#: 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 "Si nos está contactando acerca de un reporte o actualización específicas, por favor incluya un link al reporte en su mensaje." -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "Si genera un token nuevo, el token existente dejará de funcionar." @@ -1797,28 +1880,27 @@ msgstr "Si usted consigue algo más de información sobre el estado del problema 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:45 +#: 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 "Si desea que esta prioridad sólo sea válida para una o más categoría(s) específica(s), elíjala aquí. Por defecto se mostrarán para todas las categorías." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Si desea que esta plantilla esté disponible sólo para categorías específicas, selecciónelas aquí. De otro modo, estará disponible por defecto para todas las categorías. " #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Si envías un problema desde aquí, no será reportado al ayuntamiento." -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1826,10 +1908,6 @@ msgstr "" "Si desea agregar una actualización pública al problema, por favor anótela aquí\n" "(tome en cuenta que no será enviada al ayuntamiento)." -#: templates/web/base/admin/bodies/contact-form.html:32 -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í." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1853,11 +1931,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID incorrecto" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Selección de listado incorrecta" @@ -1873,7 +1955,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inactivo" @@ -1881,44 +1964,46 @@ msgstr "Inactivo" msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Incluir datos del notificador" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Inspeccionar reporte" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Inspección requerida" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instruir a contratistas que resuelvan los problemas" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Notas internas" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Falla de internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 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:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "Ubicación inválida. La nueva ubicación debe estar cubierta por el mismo ayuntamiento." @@ -1930,10 +2015,6 @@ msgstr "A menudo es más rápido consultar nuestro Listado de Pre msgid "It’s on its way to the council right now." msgstr "De camino al ayuntamiento en este momento." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1957,11 +2038,16 @@ msgstr "Últimos 7 días" msgid "Last editor" msgstr "Último editor" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Última actualización:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Última actualización" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Última actualización:" @@ -1969,13 +2055,14 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Menos recientemente actualizado" @@ -1983,10 +2070,6 @@ msgstr "Menos recientemente actualizado" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Deje en blanco si todos las notificaciones a este órgano administrativo utilizan el mismo método de envío (e.g., \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Lista" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Listar todos los problemas notificados" @@ -1995,25 +2078,26 @@ msgstr "Listar todos los problemas notificados" msgid "Loading reports…" msgstr "Cargando reportes..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Cargando..." #: 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:1 +#: 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 "Listados RSS locales y alertas por email" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Listados RSS locales y alertas por email para '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertas locales" @@ -2026,77 +2110,98 @@ msgstr "Señale en el mapa de la zona la localización del problema" msgid "Log in with Facebook" msgstr "Iniciar sesión con Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Iniciar sesión con Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Iniciar sesión con email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Iniciar sesión con email/mensaje de texto" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Cerrar todas las sesiones" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Iniciar sesión con email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Buscar" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "Volver anónimo en todos los reportes y actualizaciones" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Orden manual" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr " Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mensaje:" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Mensaje al órgano competente:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Mensaje al órgano externo:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Órganos faltantes:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" @@ -2104,7 +2209,8 @@ msgstr "Falta jurisdiction_id" msgid "Moderate" msgstr "Moderar" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Moderar detalles del reporte" @@ -2127,36 +2233,44 @@ msgstr "Moderado por %s el %s" msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Más comentado" +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2164,28 +2278,27 @@ msgstr "Más comentado" msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nombre:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navegar a éste problema" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Dirección más cercana calculada:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2193,12 +2306,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2214,16 +2327,16 @@ msgstr "¡Casi listo!" msgid "Nearly done! Now check your email…" msgstr "¡Casi listo! Por favor revise su email." -#: templates/web/base/auth/2faform.html:8 +#: templates/web/base/auth/2fa/form.html:8 #: templates/web/base/auth/smsform.html:19 msgid "Nearly done! Now check your phone…" msgstr "¡Casi listo! Por favor revise su teléfono." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2231,8 +2344,14 @@ msgstr "Añadida nueva categoría de contactos" msgid "New email address:" msgstr "Nueva dirección de email:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Guardar nuevos campos" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nueva nota interna:" @@ -2240,13 +2359,13 @@ msgstr "Nueva nota interna:" msgid "New local problems on FixMyStreet" msgstr "Nuevos problemas locales en FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nueva contraseña:" @@ -2254,8 +2373,8 @@ msgstr "Nueva contraseña:" msgid "New phone number:" msgstr "Nuevo número de teléfono:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nueva prioridad" @@ -2312,10 +2431,10 @@ msgstr "Nuevos informes" msgid "New state" msgstr "Nuevo estado" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Nueva plantilla" @@ -2323,7 +2442,8 @@ msgstr "Nueva plantilla" msgid "New updates on report %s" msgstr "Nuevas actualizaciones al reporte %s" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2335,33 +2455,37 @@ msgstr "Siguiente" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "No" +#: templates/web/base/admin/category-checkboxes.html:31 +#, fuzzy +msgid "No Group" +msgstr "Grupo" + #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Sin órgano administrativo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -2377,24 +2501,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "No hay más actualizaciones" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -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." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "No hubieron inspecciones en el rango de fechas seleccionado." +#: 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 "No hay reportes para mostrar en el mapa, aquí hay algunos cercanos:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ningún resultado devuelto" @@ -2407,26 +2529,26 @@ msgstr "" "No hay áreas específicas disponibles en la actualidad, debido a que el MAPIT_URL en\n" "su archivo de configuración no está apuntando a un servicio MapIt activo." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "No hay seguidores" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2438,7 +2560,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "No para mi subdivisión" @@ -2456,7 +2578,7 @@ msgstr "No comunicado al ayuntamiento" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nota:" @@ -2468,8 +2590,12 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2480,15 +2606,17 @@ msgstr "Numero de problemas reportados en cada categoría en los últimos 7 día msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2496,22 +2624,27 @@ msgstr "" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "A nombre de %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abierto" @@ -2536,7 +2669,7 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Opciones" @@ -2548,25 +2681,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "O suscríbase por RSS" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Orden" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Otros" @@ -2596,21 +2730,37 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Otras categorías" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Enlace permanente" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Su contraseña ha cambiado" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Contraseña (opcional)" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Permisos:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Permisos:" @@ -2618,7 +2768,7 @@ msgstr "Permisos:" msgid "Permit blank updates" msgstr "Permitir actualizaciones en blanco" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2629,39 +2779,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Teléfono verificado:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Teléfono:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2669,20 +2819,20 @@ msgstr "Teléfono:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "La foto es obligatoria." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto obligatoria" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "No se pudo cargar la foto." -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2692,6 +2842,10 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2702,8 +2856,9 @@ msgstr "Elija su ayuntamiento" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Coloque el marcador en el mapa" @@ -2727,31 +2882,31 @@ msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 msgid "Please check your phone number is correct" msgstr "Por favor verifique que su número de teléfono es correcto" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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 elija una contraseña menos habitual" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Por favor, corrija los errores a continuación" @@ -2769,104 +2924,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Por favor ingrese un número de celular o móvil" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Por favor ingrese un nombre" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Por favor ingrese un nombre para éste órgano" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor, introduzca una contraseña" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor, introduzca un título" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Por favor, introduce una dirección de email válida" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 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:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Por favor ingrese un email o número de teléfono válidos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Por favor, introduzca su dirección de email" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Por favor, indique su nombre" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Por favor, introduzca su nombre" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Por favor, introduzca su número de telefono" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Introduzca su segundo nombre" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Por favor, introduzca su título" @@ -2875,7 +3048,7 @@ msgstr "Por favor, introduzca su título" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Por favor, siéntase libre para acceder nuevamente o volver a la página inicial." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 proporcione a continuación las informaciones sobre el problema." @@ -2885,7 +3058,7 @@ msgstr "Por favor proporcione a continuación las informaciones sobre el problem 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, complete el siguiente formulario con los detalles del problema y describa la ubicación con la mayor precisión posible en el cuadro de detalles." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "Por favor genere un código de dos factores e ingréselo a continuación:" @@ -2893,8 +3066,16 @@ msgstr "Por favor genere un código de dos factores e ingréselo a continuación msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique si le gustaría recibir algún otro cuestionario" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Por favor asegúrese de que su contraseña tenga al menos %d caracteres" @@ -2920,11 +3101,11 @@ msgstr "Tome en cuenta que su actualización aún no ha sido publicada%s (%s) at %s" msgstr "Publicado por %s (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" @@ -3001,20 +3187,32 @@ msgstr "Publicado por %s - %s" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/pagination.html:4 -msgid "Previous" -msgstr "Previo" +#: 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" +msgstr "Previo" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridad" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacidad" @@ -3024,15 +3222,14 @@ msgstr "Privacidad" msgid "Privacy and cookies" msgstr "Privacidad y cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privado" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3044,10 +3241,30 @@ msgstr "Problema" 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" + #: 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" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problema %d creado" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "usuario eliminado de la lista de abusos" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problema %s enviado al Ayuntamiento %s" @@ -3058,7 +3275,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3066,7 +3283,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3075,11 +3293,11 @@ msgstr "Problemas" msgid "Problems in an area" msgstr "Problemas en un área" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemas cercanos" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemas en el mapa" @@ -3087,37 +3305,43 @@ msgstr "Problemas en el mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas recientemente notificados como arreglados en FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problemas en un radio de %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Dirección de la propiedad:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Proporcionar una actualización" @@ -3126,32 +3350,37 @@ msgstr "Proporcionar una actualización" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detalles públicos" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Actualización pública:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicar foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Cuestionario" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3168,23 +3397,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Cuestionario %d enviado para el problema %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Cuestionario cumplimentado por el notificador problema" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3192,52 +3422,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Listado RSS de los problemas locales más recientes" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Listado RSS de actualizaciones sobre este problema" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3251,11 +3485,12 @@ msgstr "Problemas locales recientes, %s" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Actualizado recientemente" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Rechazar reporte" @@ -3263,15 +3498,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Eliminar" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Eliminar detalles de la cuenta" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Eliminar campo" @@ -3287,21 +3518,26 @@ msgstr "Eliminar marca" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Eliminar del sitio" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Eliminar campo" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Reemplazar token" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Responder al usuario:" @@ -3309,30 +3545,38 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Reportar un problema aquí" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/js/translation_strings.html:88 +#: 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" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3342,17 +3586,20 @@ msgstr "Reportar otro problema aquí" msgid "Report as" msgstr "Reportar como" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Reportar como" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Notificar sobre %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Estado del reporte:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Notifique su incidencia" @@ -3365,24 +3612,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Reportado por:" @@ -3390,59 +3637,63 @@ msgstr "Reportado por:" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 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:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Reportado:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Notificaciones" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Las notificaciones tienen una longitud máxima de %s. Por favor, acorte su notificación." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3450,14 +3701,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Informes en espera de aprobación" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -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." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3466,63 +3713,61 @@ msgstr "" msgid "Reports published" msgstr "Notificaciones publicadas" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Reportes enviados a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Reportes esperando ser enviados" -#: templates/web/base/admin/bodies/contact-form.html:90 -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." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Umbral de reputación" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Obligatorio" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Vuelva a enviar la notificación" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3538,56 +3783,77 @@ msgstr "Revertir al texto original" msgid "Revert to original title" msgstr "Revertir al título original" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "¿Es correcto el lugar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rotar a la derecha" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rotar esta foto descartará los cambios del reporte que no hayan sido guardados." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Guardar como duplicado y cerrar " -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Guardar cambios" @@ -3595,58 +3861,62 @@ msgstr "Guardar cambios" msgid "Save new fields" msgstr "Guardar nuevos campos" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Notificaciones" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Buscar Usuarios" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Buscar informes" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "La búsqueda no encontró notificaciones." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "La búsqueda no encontró usuarios." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/my/my.html:75 msgid "Security" msgstr "Seguridad" #: templates/web/base/report/form/private_details.html:14 -#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Vea nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3656,12 +3926,12 @@ msgid "Select a body" msgstr "Selecciona un órgano administrativo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3673,19 +3943,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Seleccionar:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "Enviar email de inicio de sesión" @@ -3694,41 +3969,41 @@ 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:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Enviado:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Servicio:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Asignar contraseña" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Usar mi ubicación actual" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Compartir" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3736,14 +4011,14 @@ msgstr "Compartir" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3756,7 +4031,7 @@ msgstr "" msgid "Show Photo?" msgstr "¿Mostrar la foto?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Mostrar todas las actualizaciones" @@ -3772,7 +4047,8 @@ msgstr "¿Mostrar nombre publicamente?" msgid "Show older" msgstr "Mostrar los más antiguos" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Mostrar los reportes más antiguos" @@ -3780,9 +4056,10 @@ msgstr "Mostrar los reportes más antiguos" msgid "Show photo" msgstr "Mostrar foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Mostrar marcadores" @@ -3794,20 +4071,20 @@ msgstr "Mostrar nombre de la persona que reporta" msgid "Show reports in your area" msgstr "Mostrar reportes en tu área" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Iniciar sesión" -#: templates/web/base/auth/create.html:22 +#: 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 "Iniciar sesión por email, proveyendo una nueva contraseña. Al seguir el enlace incluido en el email, su contraseña será actualizada." -#: templates/web/base/auth/create.html:20 +#: 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 "Iniciar sesión a través de email o de mensaje de texto, definiendo una nueva contraseña. La contraseña se actualizará al hacer clic en el enlace enviado por email, o al ingresar el código de autenticación enviado por SMS." @@ -3816,16 +4093,17 @@ msgstr "Iniciar sesión a través de email o de mensaje de texto, definiendo una msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Salir" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Algunas categorías pueden requerir información adicional." @@ -3838,12 +4116,12 @@ msgstr "" "Algunos puntos finales requieren una clave de API para indicar que las notificaciones provienen\n" "de tu sistema FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Algunas fotos de notificaciones recientes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Algún texto para localizar" @@ -3851,11 +4129,13 @@ msgstr "Algún texto para localizar" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3863,7 +4143,8 @@ msgstr "Lo sentimos, ése parece ser un código postal dependiente de La Corona, msgid "Sorry, that wasn’t a valid link" msgstr "Lo sentimos, ese enlace no es válido" -#: templates/web/base/auth/2faform.html:5 +#: 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 "Lo sentimos, el código es incorrecto" @@ -3872,9 +4153,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Lo sentimos, no hemos podido encontrar ese lugar." @@ -3884,177 +4165,198 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: 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." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordenados por" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Staff:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Staff:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Estadísticas" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Estado" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Subcategoría" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Título" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Título:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "Suscribirse por email" @@ -4062,11 +4364,18 @@ msgstr "Suscribirse por email" msgid "Subscribed:" msgstr "Suscrito:" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4074,19 +4383,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Resumen" @@ -4100,11 +4410,11 @@ msgstr "Resumen de notificaciones" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4118,29 +4428,34 @@ msgstr "Resultados de la Encuesta" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Plantillas" -#: templates/web/zurich/admin/templates.html:9 +#: 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:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Versión solo texto" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" @@ -4165,7 +4480,7 @@ msgstr "Gracias por su consulta" msgid "Thank you for your feedback" msgstr "Gracias por su feedback" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así que por favor escriba el nombre o código postal de una calle cercana en el cuadro de arriba:" @@ -4173,7 +4488,12 @@ msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuevo." @@ -4181,55 +4501,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Esa notificación no se puede ver en %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." msgstr "Los detalles personales de ese usuario han sido eliminados." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "Los reportes y actualizaciones de ese usuario han sido ocultados." -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"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." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4240,14 +4554,9 @@ msgstr "" "El destino es la URL del servicio al que FixMyStreet se conectará \n" "cuando envíe notificaciones al organismo administrativo." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 "" -"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." #: templates/web/base/admin/bodies/open311-form-fields.html:27 #: templates/web/base/admin/bodies/open311-form-fields.html:28 @@ -4256,8 +4565,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "La jurisdicción solo es necesaria si los límites incluyen a más de un municipio. Si el organismo administrativo funciona solo con sus propios límites puede dejar en blanco esto." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4267,6 +4580,14 @@ msgstr "" "El método de envío determina como serán enviados las notificaciones al organismo.\n" "Si está en blanco, el método de envío por defecto será por 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 "" + +#: 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 "El atributo Open311 v2 agency_responsible se utiliza para listar las administraciones que han recibido la notificación de problemas, que no es exactamente la forma en que se define dicho atributo en la especificación Open311 v2." @@ -4280,11 +4601,16 @@ msgstr "" "El nombre del organismo identifica al propio organismo administrativo (por ejemplo, Ayuntamiento de Elche)\n" "y puede ser mostrado públicamente. " -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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." + +#: 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 "El ayuntamiento necesita la mayor cantidad de detalles posibles para atender su notificación. Por favor, describa la ubicación exacta del problema (e.g. \"sobre tal o cual pared\"), en qué consiste éste, el tiempo que lleva ahí, una descripción y si es posible también una foto que permita localizarlo, etc." @@ -4299,15 +4625,11 @@ msgstr "Los premios a la responsabilidad muestran la actividad de los editores ( msgid "The error was: %s" msgstr "El error fue: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -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." - #: 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 "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:150 +#: 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 "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." @@ -4344,10 +4666,6 @@ msgstr "El link parece haber expirado, o tal vez no fue copiado/pegado correctam msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La lista de áreas disponibles está siendo ofrecida por el servicio MapIt en %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -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." - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4357,24 +4675,25 @@ msgstr "Las contraseñas no coinciden." msgid "The requested URL '%s' was not found on this server" msgstr "La URL solicitada, '%s', no fue encontrada en el servidor" -#: templates/web/base/admin/extra-metadata-form.html:52 -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." +#: 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 must have the following fields (in this order):" +#, 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):" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 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:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4382,7 +4701,20 @@ msgstr "" "El usuario name aparece públicamente en los informes que no han sido marcados como anónimos.\n" "Los nombres no son necesariamente únicos." +#: 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." @@ -4392,7 +4724,12 @@ msgstr "No hay ninguna notificación que mostrar." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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." + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 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." @@ -4400,30 +4737,27 @@ msgstr "Ya existe una plantilla de respuesta automática para esta categoría/es msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -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." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#, 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 "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." #: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." @@ -4431,12 +4765,16 @@ msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4458,16 +4796,21 @@ msgstr "" msgid "These users weren't updated." msgstr "Estos usuarios no fueron actualizados." -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Se publicarán en línea de acuerdo con nuestra política de privacidad." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Serán remitidos a %s y publicados en línea , de acuerdo con nuestra política de privacidad." +#: 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 "" + #: 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 "Esta implementación de la API es un trabajo aún en progreso y no es estable todavía. Se cambiará sin advertencias en el futuro." @@ -4495,34 +4838,31 @@ msgstr "" "A este organismo sólo se enviarán informes de problemas que se encuentran en el área cubierta.\n" "Un organismo no recibirá ningún informe salvo que represente al menos un área." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cubren la ubicación del problema, ya que el usuario no lo categorizó. Por favor, haga caso omiso del mismo si usted no es el organismo administrativo responsable de este problema, o háganos saber qué clase de problema es para que lo podamos añadir a nuestro sistema." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Esta información es necesaria" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -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." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "Texto público que se mostrará en el sitio." -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4542,7 +4882,8 @@ msgstr "Este problema no se ha arreglado" msgid "This problem is still ongoing" msgstr "Este problema todavía persiste." -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4550,41 +4891,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "Este reporte ya no admite actualizaciones." -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Tiempo utilizado (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Cronología" @@ -4593,23 +4938,23 @@ msgid "Tips for perfect photos" msgstr "Claves para fotos perfectas" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Título:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Para saber cuáles son las alertas locales que tenemos para usted, por favor introduzca su código postal o el nombre de la calle y el área" @@ -4621,12 +4966,19 @@ msgstr "Para limitar esta colección de campos a un solo cobrand, selecciónelo 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í." -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "Nuevas actualizaciones al reporte %s" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "Token:" #: templates/web/base/reports/index.html:126 @@ -4643,15 +4995,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4663,21 +5015,11 @@ msgstr "Traducción" msgid "Translations" msgstr "Traducciones" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Inténtelo de nuevo" @@ -4685,30 +5027,37 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Activar autenticación doble" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "Desbloquear" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Sin confirmar" @@ -4721,26 +5070,27 @@ msgstr "Desconocido" msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID de problema desconocido" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4754,20 +5104,25 @@ msgstr "" 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" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Actualización %s creada para el problema %d; por %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "La actualización de abajo fue añadida de forma anónima en %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "La actualización de abajo fue añadida por %s en %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Actualizar órgano" @@ -4792,43 +5147,44 @@ msgstr "La actualización marcó el problema como arreglado" msgid "Update reopened problem" msgstr "La actualización reabrió el problema" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Actualización de estados" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "Actualizado por %s (%s) el %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "Actualizado por %s el %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "¡Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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." @@ -4846,22 +5202,6 @@ msgstr "Actualizaciones a este problema, %s" msgid "Usage notes" msgstr "Notas de uso" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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í." - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4870,14 +5210,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Mapa utilizado" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4887,36 +5222,36 @@ msgstr "" msgid "User Import" msgstr "Importación de Usuarios" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Usuarios añadidos a la lista de abusos" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "El usuario ya existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" msgstr "El usuario ya está en la lista de abusos" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Usuario marcado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcciones de email." @@ -4924,24 +5259,36 @@ 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/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Usuario:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Valores actualizados" @@ -4950,25 +5297,25 @@ msgstr "Valores actualizados" msgid "Verify" msgstr "Verificar" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 msgid "Verify email address" msgstr "Verificar dirección de email" -#: templates/web/base/auth/change_phone.html:1 +#: 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 teléfono" -#: templates/web/base/admin/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" @@ -4976,7 +5323,7 @@ msgstr "Ver notificaciones por barrio" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4986,6 +5333,7 @@ msgid "Viewing a location" msgstr "Visualizando una ubicación" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Visualizando un problema" @@ -4993,7 +5341,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5016,7 +5364,7 @@ msgstr "Hemos enviado un código de confirmación a su teléfono. Por favor ingr msgid "We need your email address, please give it below." msgstr "Necesitamos su dirección de email, por favor ingréselo a continuación." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Somos conscientes de este problema podría ser responsabilidad de %s; sin embargo, actualmente no disponemos de sus datos de contacto. Si conoce la dirección de contacto adecuada, por favor contáctenos." @@ -5025,7 +5373,7 @@ msgid "We send it to the council on your behalf" msgstr "Se lo enviamos al Ayuntamiento en su nombre" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5038,7 +5386,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos que el problema no esté arreglado. ¿Por qué no prueba a escribir directamente a sus representantes locales?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Sitio web" @@ -5059,19 +5407,11 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "Si el usuario debe completar este campo." - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "¿Sobre cuales problemas quiere recibir alertas?" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "¿De cual reporte es un duplicado?" @@ -5083,7 +5423,7 @@ msgstr "¿Por qué detenerse ahí? Configure más alertas msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por MapIT." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "Dentro del período de tiempo especificado:" @@ -5091,7 +5431,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5103,9 +5443,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5113,22 +5453,26 @@ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuac #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "SÍ" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Usted se está quejando de que la notificación fue innecesariamente moderada:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Ud. está desconectado" @@ -5136,20 +5480,21 @@ msgstr "Ud. está desconectado" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Estás denunciando la siguiente notificación por ser abusiva, contener información personal, o similar:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "Puede crear un nuevo reporte en la misma ubicación." -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Usted puede ver el problema en este sitio." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5157,7 +5502,7 @@ msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que ocul 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Puede ponerse en contacto con el soporte técnico en %s" @@ -5171,10 +5516,10 @@ msgstr "" "Por ejemplo, si quiere tener vigilado a un usuario que envió algún informe\n" "inapropiado anteriormente." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Puede ayudarnos a encontrar una dirección de email de contacto para los problemas locales para %s y enviárnosla a %s." @@ -5182,11 +5527,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Usted rechazó finalmente; por favor, rellene el formulario de arriba" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5194,12 +5545,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 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/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:87 +#: 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 "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)." @@ -5213,12 +5569,11 @@ msgstr "Ha cerrado la sesión correctamente" 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 "Has ubicado el problema en el punto marcado con el pin verde en el mapa. Si este no es el lugar correcto, simplemente haga clic en el mapa de nuevo. " -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "Ha añadido su número de teléfono exitosamente." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Ha confirmado correctamente su dirección de correo electrónico." @@ -5227,7 +5582,7 @@ msgstr "Ha confirmado correctamente su dirección de correo electrónico." msgid "You have successfully confirmed your phone number." msgstr "Ha confirmado su número de teléfono exitosamente." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Ha eliminado su número de teléfono exitosamente." @@ -5236,11 +5591,11 @@ msgstr "Ha eliminado su número de teléfono exitosamente." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus detalles son correctos:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Ha verificado su número de teléfono exitosamente." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -5266,21 +5621,28 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Su cuenta" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Su email:" @@ -5289,8 +5651,8 @@ msgstr "Su email:" msgid "Your email address" msgstr "Su dirección de email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "Su email o número de celular/móvil" @@ -5299,7 +5661,8 @@ msgstr "Su email o número de celular/móvil" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Su nombre" @@ -5307,46 +5670,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Su nombre ha sido ocultado." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Su contraseña" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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." + +#: 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 msgid "Your password should include %d or more characters." msgstr "Su contraseña debería incluir %d o más caracteres." #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Su número de teléfono" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Su reporte" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Sus notificaciones" @@ -5363,11 +5733,12 @@ msgstr "Su token ha sido generado" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Su actualización ha sido guardada para ser enviada cuando esté conectado nuevamente. " -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Sus actualizaciones" @@ -5384,24 +5755,29 @@ msgstr "Usted" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "todas" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5409,17 +5785,17 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "ayuntamiento" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "no utilizó mapa" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "por ejemplo, '%s' o '%s'" @@ -5427,7 +5803,7 @@ msgstr "por ejemplo, '%s' o '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "ej. ‘Bache de 50cm en la calle Ejemplo, cerca del buzón’" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "ej. ‘Este bache lleva al menos dos meses y...’" @@ -5450,54 +5826,64 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "ninguna" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" 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)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " o " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "o localízame automáticamente" +#: 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" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "consignados inicialmente:" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "otras áreas:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "mostrar" @@ -5509,7 +5895,7 @@ msgstr "salir" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "ayuntamiento" @@ -5522,7 +5908,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "esta ubicación" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -5530,15 +5916,17 @@ msgstr "este tipo de problema local" msgid "today" msgstr "hoy" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "mapa utilizado" @@ -5550,16 +5938,16 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "el usuario no está en la lista de abusos" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "barrio" @@ -5619,7 +6007,7 @@ msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5640,7 +6028,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problema reportado" msgstr[1] "%s problemas reportados" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5661,21 +6049,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5710,16 +6098,175 @@ 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/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, 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 "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 "Used map" +#~ msgstr "Mapa utilizado" + +#~ msgid "Whether the user is required to provide a value for this field." +#~ msgstr "Si el usuario debe completar este campo." + +#~ msgid "or locate me automatically" +#~ msgstr "o localízame automáticamente" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 331132ab903..5cdee75bd74 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " y " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " o " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d a %d de %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contactos en Ayuntamiento – %s confirmados, %s sin confirmar" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "%s tiene una variedad de feeds RRS y alertas de email para los problemas locales, que incluyen aquellas para todos los problemas dentro de un barrio en particular, o para todos los problemas dentro de una determinada distancia de un lugar en particular." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -98,8 +101,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualizaciones en vivo" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -119,13 +122,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defecto & ubicación del defecto)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Sin nombre)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Sin número de teléfono)" @@ -137,7 +140,7 @@ msgstr "" msgid "(closed)" msgstr "(cerrado)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -145,10 +148,6 @@ msgstr "" msgid "(fixed)" msgstr "(arreglado)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" @@ -175,13 +174,13 @@ msgid "(sent to both)" msgstr "(enviado a ambos)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -189,6 +188,11 @@ msgstr "-- Escoja una categoría --" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Por favor, seleccione un organismo administrativo" + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Elija una plantilla--" @@ -209,11 +213,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -238,23 +244,29 @@ msgstr "No- confirmar mi actualización por email" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "- tengo una contraseña" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -277,13 +289,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Agregar nueva categoría" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Agregue un órgano" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -292,7 +309,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -300,16 +317,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Agregar nueva categoría" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -323,24 +340,25 @@ 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:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Añadir/editar las categorias del problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Añadir/Editar las prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Añadido %s" @@ -348,7 +366,7 @@ msgstr "Añadido %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Añadir este reporte a tu lista de pre-seleccionados lo sacará de %s's la lista de pre-seleccionados." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Administración" @@ -364,19 +382,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -389,8 +408,8 @@ msgid "All Reports as CSV" msgstr "Todos los informes como CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Todas las categorías" @@ -402,9 +421,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -431,7 +450,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Cambiar dirección de email" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -445,7 +474,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -457,24 +486,29 @@ msgstr "Anónimo:" msgid "Another user" msgstr "Otro usuario" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "¿Está seguro(a) que quiere cancelar esta carga?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "¿Está seguro(a)?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Área:" @@ -483,28 +517,33 @@ msgstr "Área:" 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 "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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Asignar usuarios a las áreas" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Asignar al organismo administrativo competente:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Asignar a otra categoria:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Asignar a un órgano externo:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Asignar usuarios a las áreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -516,31 +555,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Respuesta automática:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categorías disponibles" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -549,12 +579,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En espera de revisión" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atras" @@ -562,29 +593,39 @@ msgstr "Atras" msgid "Back to all reports" msgstr "Volver a todos los informes" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Órganos administrativos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Órgano administrativo:" @@ -592,10 +633,6 @@ msgstr "Órgano administrativo:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "¿No puedes encontrar nuestro email? Busque en su folder de email basura – esa es la solución 99% del tiempo." @@ -604,39 +641,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categorías" -#: templates/web/base/admin/category-checkboxes.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 "Categorías:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoría" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de ‘%s’ a ‘%s’" @@ -645,12 +685,12 @@ msgstr "Categoría cambiada de ‘%s’ a ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Ratio de arreglo de problemas > 4 semanas" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoría:" @@ -659,45 +699,27 @@ msgstr "Categoría:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Cambiar dirección de email" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -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." - -#: templates/web/base/admin/bodies/contact-form.html:64 -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" +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -705,11 +727,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Elija otro" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Eliminar datos sin conexión" @@ -746,57 +769,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Cerrada por el Ayuntamiento" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 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 msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Datos cobrand:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuración" @@ -805,12 +832,12 @@ msgstr "Configuración" msgid "Confirm" msgstr "Confirmar" -#: templates/web/base/auth/2faform.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 cuenta" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Como alternativa confirme por email, para lo cual tendrá que indicar una nueva contraseña. Cuando lo confirme, su contraseña será actualizada." @@ -822,16 +849,16 @@ msgstr "Como alternativa confirme por email, para lo cual tendrá que indicar un msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmada:" @@ -846,10 +873,12 @@ msgstr "Contactar %s" msgid "Contact Us" msgstr "Contáctenos" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Contactar con el equipo" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -862,17 +891,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Coordenadas:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "No se pudo consultar la ubicación" @@ -892,7 +917,7 @@ msgstr "Contactos del ayuntamiento para %s" msgid "Council ref: %s" msgstr "Referencia del ayuntamiento: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Ayuntamiento:" @@ -901,6 +926,8 @@ msgstr "Ayuntamiento:" msgid "Count" msgstr "Total" +#: 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 "" @@ -909,38 +936,42 @@ msgstr "" msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crear prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Crear informes/actualizaciones en nombre del usuario" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crear plantillas" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creado" @@ -949,7 +980,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -959,11 +990,11 @@ msgstr "Creado:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -972,19 +1003,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Cliente imposible de contactar" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Tablero de control" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -992,35 +1023,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratado por el departamento dentro de los 5 días hábiles" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Tipo de defecto" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Eliminar plantilla" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Eliminar plantilla" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Eliminado" @@ -1029,49 +1058,45 @@ msgstr "Eliminado" msgid "Describe why you are moderating this" msgstr "Describe el motivo de la moderación" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descripción" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descripción:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descripción" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalles" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalles:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Transferido" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "No usó el mapa" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" @@ -1080,6 +1105,15 @@ msgstr "Ranking de premios a la constancia" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1089,6 +1123,14 @@ msgstr "" msgid "Discard changes" msgstr "Desechar cambios" +#: 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 "No enviar alertas por email en los comentarios recopilados para el creador del problema" @@ -1098,15 +1140,11 @@ msgstr "No enviar alertas por email en los comentarios recopilados para el cread msgid "Do you have a %s password?" msgstr "¿Tiene una contraseña %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "No lo sé" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" @@ -1114,19 +1152,25 @@ msgstr "¿No te gustan los formularios?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Deslice y deje las fotos aquí o haga clic para subir" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1137,32 +1181,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Falso este/Falso 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Editar la categoría del informe" @@ -1170,15 +1217,17 @@ msgstr "Editar la categoría del informe" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Editar la prioridad del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Editar los informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1186,13 +1235,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Editando el problema %d" @@ -1214,7 +1263,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1222,15 +1274,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Dirección de email" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1243,21 +1294,21 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1318,7 +1369,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1326,11 +1377,12 @@ msgstr "" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 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" @@ -1339,7 +1391,6 @@ msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área msgid "Enter a nearby postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Introduzca el nombre de una calle cercana" @@ -1348,8 +1399,9 @@ msgstr "Introduzca el nombre de una calle cercana" msgid "Enter details of the problem" msgstr "Introduzca detalles del problema" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1357,8 +1409,10 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Todo" @@ -1371,7 +1425,7 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Categoría existente" @@ -1379,20 +1433,20 @@ msgstr "Categoría existente" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Explicar el problema" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID externo" @@ -1400,12 +1454,12 @@ msgstr "ID externo" msgid "External URL" msgstr "URL Externo" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Organismo administrativo externo" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1413,32 +1467,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detalles adicionales" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Fallo en el envío del mensaje" @@ -1448,18 +1507,27 @@ msgstr "Fallo en el envío del mensaje" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Primera vez" @@ -1471,21 +1539,20 @@ msgstr "Arreglar esto eligiendo un área cubierta en el formula #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Arreglado" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Arreglado - Ayuntamiento" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Arreglado - Usuario" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marcar como borrado" @@ -1493,8 +1560,8 @@ msgstr "Marcar como borrado" msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1502,7 +1569,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1510,8 +1577,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Marcado:" @@ -1523,29 +1590,25 @@ msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." msgid "For best results include a close-up and a wide shot" msgstr "Para mejores resultados incluya una toma en close-up y una abierta" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Para más información, vea Cómo FixMyStreet usa Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "¿Olvidó su contraseña?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Reenviado al organismo administrativo externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Deseo reenviado al organismo administrativo externo" @@ -1555,28 +1618,34 @@ msgstr "Deseo reenviado al organismo administrativo externo" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Recibe actualizaciones" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Recibe actualizaciones de los problemas %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Recibe actualizaciones de los problemas en este %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" @@ -1588,60 +1657,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "¡Nos alegra saber que ha sido arreglado!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Ir" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Permitir el acceso al administrador" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "¿Ha sido corregido este problema?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su primera vez?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Ayuda" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Ayuda %spara resolver su problema más rápido, indique detalles adicionales. Esta información adicional no será publicada online." @@ -1653,18 +1728,18 @@ msgstr "" msgid "Hi %s" msgstr "%s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Oculto" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1689,12 +1764,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Ocultar marcadores" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Notificado en la categoría %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Ocultar actualización entero" @@ -1704,15 +1785,11 @@ msgstr "Ocultar actualización entero" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historial" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Inicio" @@ -1720,7 +1797,8 @@ msgstr "Inicio" msgid "How to report a problem" msgstr "Cómo notificar un problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "¿Cómo enviar informes exitosos?" @@ -1739,15 +1817,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "No se ha podido localizar su problema en la base de datos.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1764,19 +1842,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1784,11 +1866,11 @@ msgstr "" "Si dos o más organismos tienen la misma ubicación, CuidoMiCiudad combina categorías de notificaciones idénticas en una sola entrada en\n" "el menú. Asegúrese de que utiliza el mismo nombre categoría en ambos órganos si desea que sean combinadas." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1800,28 +1882,27 @@ msgstr "Si usted consigue algo más de información sobre el estado del problema 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:45 +#: 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 "Si quiere que esta prioridad sea una opción para categorías específicas, elíjalas aquí. Como valor predeterminado se mostrarán todas las categorías." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Si quiere que esta plantilla sea una opción para categorías específicas, elíjalas aquí. Como valor predeterminado se mostrará para todas las categorías." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1829,10 +1910,6 @@ msgstr "" "Si desea abandonar la actualización pública del problema, por favor introdúzcalo aquí\n" "(por favor, tenga en cuenta que no será enviado al ayuntamiento)." -#: templates/web/base/admin/bodies/contact-form.html:32 -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í." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1856,11 +1933,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID incorrecto" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Selección de listado incorrecta" @@ -1876,7 +1957,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1884,44 +1966,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Incluir datos del notificador" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Inspección requerida" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Notas internas" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Fallo de Internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 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:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1933,10 +2017,6 @@ msgstr "A menudo es más rápido consultar nuestro Listado de Pre msgid "It’s on its way to the council right now." msgstr "De camino al ayuntamiento en este momento." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1960,11 +2040,16 @@ msgstr "" msgid "Last editor" msgstr "Último editor" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Última actualización:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Última actualización:" @@ -1972,13 +2057,14 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Menos recientemente actualizado" @@ -1986,10 +2072,6 @@ msgstr "Menos recientemente actualizado" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Deje en blanco si todos las notificaciones a este órgano administrativo utilizan el mismo método de envío (e.g., \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Listar todos los problemas notificados" @@ -1998,25 +2080,26 @@ msgstr "Listar todos los problemas notificados" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Cargando..." #: 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:1 +#: 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 "Listados RSS locales y alertas por email" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Listados RSS locales y alertas por email para '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertas locales" @@ -2029,77 +2112,98 @@ msgstr "Señale en el mapa de la zona la localización del problema" msgid "Log in with Facebook" msgstr "Iniciar sesión con Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Iniciar sesión con Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Iniciar sesión con email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Iniciar sesión con email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Buscar" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Administrar los pre-seleccionados" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr " Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Marcar los detalles del problema" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mensaje:" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Mensaje al organismo administrativo competente:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Mensaje al organismo administrativo externo:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Organismos administrativos perdidos:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" @@ -2107,7 +2211,8 @@ msgstr "Falta jurisdiction_id" msgid "Moderate" msgstr "Moderar" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Moderar los detalles del informe" @@ -2130,36 +2235,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mes" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2167,28 +2280,27 @@ msgstr "Lo más comentado" msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nombre:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navegue a este problema" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2196,12 +2308,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2217,16 +2329,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "¡Casi hemos terminado! Lea su email…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2234,8 +2346,13 @@ msgstr "Añadida nueva categoría de contactos" msgid "New email address:" msgstr "Nueva dirección de email:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nueva nota interna:" @@ -2243,13 +2360,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Nota nueva al DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Contraseña nueva:" @@ -2257,8 +2374,8 @@ msgstr "Contraseña nueva:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Prioridad nueva" @@ -2315,10 +2432,10 @@ msgstr "Nuevos informes" msgid "New state" msgstr "Nuevo estado" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Plantilla nueva" @@ -2326,7 +2443,8 @@ msgstr "Plantilla nueva" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Lo más reciente" @@ -2338,33 +2456,36 @@ msgstr "Siguiente" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "No" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Sin órgano administrativo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -2380,24 +2501,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "No hay más actualizaciones" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ningún resultado devuelto" @@ -2410,19 +2529,19 @@ msgstr "" "No hay áreas específicas disponibles en la actualidad, debido a que el MAPIT_URL en\n" "su archivo de configuración no está apuntando a un servicio MapIt activo." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "No hay seguidores" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2430,8 +2549,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2443,7 +2562,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "No para mi subdivisión" @@ -2461,7 +2580,7 @@ msgstr "No comunicado al ayuntamiento" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nota:" @@ -2473,8 +2592,12 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "Notas de SDM a DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2485,15 +2608,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Datos sin conexión eliminados" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2501,22 +2626,27 @@ msgstr "" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Lo más antiguo" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abierto" @@ -2541,7 +2671,7 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2553,25 +2683,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Otros" @@ -2601,21 +2732,37 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Todas las categorías" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Enlace permanente" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Su contraseña ha cambiado" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Contraseña (opcional)" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Licencias:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Licencias:" @@ -2623,7 +2770,7 @@ msgstr "Licencias:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2634,39 +2781,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Teléfono:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2674,20 +2821,20 @@ msgstr "Teléfono:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto es obligatoria." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto es obligatoria" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2697,6 +2844,10 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2707,8 +2858,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Coloque el marcador en el mapa" @@ -2732,31 +2884,31 @@ msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Por favor, corrija los errores a continuación" @@ -2771,104 +2923,122 @@ msgstr "Por favor, no reporte los problemas a través de este msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Por favor, indique un nombre" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Por favor, indique un nombre para este organismo" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor, introduzca una contraseña" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor, introduzca un título" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Por favor, introduce una dirección de email válida" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 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:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Por favor, introduzca su dirección de email" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Por favor, indique su nombre" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Por favor, introduzca su nombre" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Por favor, introduzca su número de telefono" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Introduzca su segundo nombre" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Por favor, introduzca su título" @@ -2877,7 +3047,7 @@ msgstr "Por favor, introduzca su título" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Por favor, siéntase libre para acceder nuevamente o volver a la página inicial." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 proporcione a continuación las informaciones sobre el problema." @@ -2887,7 +3057,7 @@ msgstr "Por favor proporcione a continuación las informaciones sobre el problem 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, complete el siguiente formulario con los detalles del problema y describa la ubicación con la mayor precisión posible en el cuadro de detalles." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2895,8 +3065,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique si le gustaría recibir algún otro cuestionario" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2922,11 +3100,11 @@ 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:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Por favor, proveer una actualización pública para este reporte." @@ -2943,15 +3121,19 @@ msgstr "Proporcione un texto y una foto" 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." -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Por favor, seleccione un organismo administrativo" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Por favor, seleccione el tipo de listado que desea" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Por favor, seleccione el tipo de alerta que desea" @@ -2959,19 +3141,20 @@ msgstr "Por favor, seleccione el tipo de alerta que desea" msgid "Please state whether or not the problem has been fixed" msgstr "Por favor, indique si el problema se ha solucionado" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Por favor, suba solo una imagen" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Por favor, escriba un mensaje" @@ -2979,23 +3162,23 @@ msgstr "Por favor, escriba un mensaje" msgid "Post" msgstr "Publicar" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Publicado por %s (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" @@ -3003,20 +3186,32 @@ msgstr "Publicado por %s - %s" msgid "Powered by FixMyStreet Platform" msgstr "Con la tecnología de 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 "" + +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridad" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacidad" @@ -3026,15 +3221,14 @@ msgstr "Privacidad" msgid "Privacy and cookies" msgstr "Privacidad y cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privado" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3046,10 +3240,30 @@ msgstr "Problema" 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 la lista de pre-seleccionados" + #: 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" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problema %d creado" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Eliminar de los pre-seleccionados" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problema %s enviado al Ayuntamiento %s" @@ -3060,7 +3274,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3068,7 +3282,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3077,11 +3292,11 @@ msgstr "Problemas" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemas cercanos" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemas en el mapa" @@ -3089,37 +3304,43 @@ msgstr "Problemas en el mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas recientemente notificados como arreglados en CuidoMiCiudad" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemas dentro %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Dirección de la propiedad:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Proporcionar una actualización" @@ -3128,32 +3349,37 @@ 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:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detalles públicos" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Actualización pública:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicar foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Cuestionario" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3170,23 +3396,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Cuestionario %d enviado para el problema %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Cuestionario cumplimentado por el notificador problema" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3194,52 +3421,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Listado RSS de los problemas locales más recientes" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Listado RSS de actualizaciones sobre este problema" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Recibido por unos %s momentos tarde" @@ -3253,11 +3484,12 @@ msgstr "Problemas locales recientes, %s" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Recientemente actualizado" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3265,15 +3497,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3289,21 +3517,26 @@ msgstr "Eliminar marca" msgid "Remove from shortlist" msgstr "Eliminar de los pre-seleccionados" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Eliminar de la site" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Eliminar de la site" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Responder al usuario:" @@ -3311,30 +3544,38 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/js/translation_strings.html:88 +#: 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" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3344,17 +3585,20 @@ msgstr "" msgid "Report as" msgstr "Notificar como:" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Notificar como:" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Notificar sobre %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Notifique su incidencia" @@ -3367,24 +3611,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Notificado por:" @@ -3392,59 +3636,63 @@ msgstr "Notificado por:" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 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:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Notificado:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Informes" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Las notificaciones tienen una longitud máxima de %s. Por favor, acorte su notificación." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3452,14 +3700,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Informes en espera de aprobación" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Lo informes hechos por usuarios acreditados serán enviados al organismo administrativo responsable sin ser antes inspeccionados." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3468,63 +3712,61 @@ msgstr "" msgid "Reports published" msgstr "Notificaciones publicadas" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Informes esperando a ser enviados" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Los informes serán automáticamente enviados sin necesidad de verificar si la reputación del usuario está al nivel o más de este valor. Ajustar a strong>0 si todos los informes deben ser verificados sí o sí. " - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Umbral de reputación" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Vuelva a enviar la notificación" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioridades de las respuestas" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioridades de las respuestas por %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioridad de la respuesta por %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Plantilla de respuesta por %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Plantillas de respuesta" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Plantillas de respuesta por %s" @@ -3540,56 +3782,77 @@ msgstr "Volver al texto original" msgid "Revert to original title" msgstr "Volver al titulo original" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "¿Es correcto el lugar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rotar a la derecha" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rotar esta foto eliminará los cambios no guardados al informe." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Guardar cambios" @@ -3597,58 +3860,62 @@ msgstr "Guardar cambios" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "Guardando reportes sin conexión" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Notificaciones" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Buscar Usuarios" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Buscar informes" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "La búsqueda no encontró notificaciones." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "La búsqueda no encontró usuarios." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Ver nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3658,12 +3925,12 @@ msgid "Select a body" msgstr "Selecciona un órgano administrativo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3675,19 +3942,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Seleccionar:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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 "Enviar estados Open311 extendidos con actualizaciones de pedidos de servicio" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3696,41 +3968,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Devolver el informe" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Enviado:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Servicio:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Ajustar a mi ubicación actual" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Compartir" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3738,14 +4010,14 @@ msgstr "Compartir" msgid "Shortlist" msgstr "Pre-seleccionados" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Entre los pre-seleccionados" @@ -3758,7 +4030,7 @@ msgstr "Pre-seleecionados por %s" msgid "Show Photo?" msgstr "Mostrar foto" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3774,7 +4046,8 @@ msgstr "Mostrar el nombre públicamente" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3782,9 +4055,10 @@ msgstr "" msgid "Show photo" msgstr "Mostrar foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Mostrar marcadores" @@ -3796,20 +4070,20 @@ msgstr "Mostrar el nombre del reportero" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Iniciar sesión" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "" @@ -3818,16 +4092,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Salir" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Algunas categorías pueden requerir información adicional." @@ -3840,12 +4115,12 @@ msgstr "" "Algunos puntos finales requieren una clave de API para indicar que las notificaciones provienen\n" "de tu sistema CuidoMiCiudad." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Algunas fotos de notificaciones recientes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Algún texto para localizar" @@ -3853,11 +4128,13 @@ msgstr "Algún texto para localizar" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3865,7 +4142,8 @@ msgstr "Lo sentimos, ése parece ser un código postal dependiente de La Corona, msgid "Sorry, that wasn’t a valid link" msgstr "Lo sentimos, este no fue’ un enlace válido" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3874,9 +4152,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Lo sentimos, no hemos podido encontrar ese lugar." @@ -3886,174 +4164,195 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Lo sentimos, no pudimos guardar su(s) imagen(es), por favor inténtelo de nuevo." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: templates/web/base/offline/fallback.html:6 +#, fuzzy +msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "Disculpa, no tenemos una buena conexión de internet para grabar este página, o no encontremos la página, o era un fallo del servidor. Por favor, inténtalo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Root.pm:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Lo sentimos, no tiene permiso para hacer eso." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Seleccionado por" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Personal:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Personal:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Estadísticas" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Estado" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Vista de calle" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Título" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Título:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4061,11 +4360,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4073,19 +4379,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Resumen" @@ -4099,11 +4406,11 @@ msgstr "Resumen de notificaciones" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Súperusuario:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 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." @@ -4117,29 +4424,33 @@ msgstr "Resultados de la Encuesta" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Plantillas" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" +#: 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 "Versión solo texto" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" @@ -4164,7 +4475,7 @@ msgstr "Gracias por su consulta" msgid "Thank you for your feedback" msgstr "Gracias por su feedback" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así que por favor escriba el nombre o código postal de una calle cercana en el cuadro de arriba:" @@ -4172,7 +4483,12 @@ msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuevo." @@ -4180,55 +4496,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Esa notificación no se puede ver en %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"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." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4239,11 +4549,8 @@ msgstr "" "El destino es la URL del servicio al que CuidoMiCiudad se conectará \n" "cuando envíe notificaciones al organismo administrativo." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4253,8 +4560,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "La jurisdicción solo es necesaria si los límites incluyen a más de un municipio. Si el organismo administrativo funciona solo con sus propios límites puede dejar en blanco esto." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4264,6 +4575,14 @@ msgstr "" "El método de envío determina como serán enviados las notificaciones al organismo.\n" "Si está en blanco, el método de envío por defecto será por 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 "" + +#: 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 "El atributo Open311 v2 agency_responsible se utiliza para listar las administraciones que han recibido la notificación de problemas, que no es exactamente la forma en que se define dicho atributo en la especificación Open311 v2." @@ -4277,11 +4596,16 @@ msgstr "" "El nombre del organismo identifica al propio organismo administrativo (por ejemplo, Ayuntamiento de Elche)\n" "y puede ser mostrado públicamente. " -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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." + +#: 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 "El ayuntamiento necesita la mayor cantidad de detalles posibles para atender su notificación. Por favor, describa la ubicación exacta del problema (e.g. \"sobre tal o cual pared\"), en qué consiste éste, el tiempo que lleva ahí, una descripción y si es posible también una foto que permita localizarlo, etc." @@ -4296,15 +4620,11 @@ msgstr "Los premios a la responsabilidad muestran la actividad de los editores ( msgid "The error was: %s" msgstr "El error fue: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4341,10 +4661,6 @@ msgstr "El enlace podría haber caducado, o quizá usted no’ lo copió y p msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La lista de áreas disponibles está siendo ofrecida por el servicio MapIt en %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4354,24 +4670,24 @@ msgstr "Las contraseñas no coinciden." msgid "The requested URL '%s' was not found on this server" msgstr "La URL solicitada, '%s', no fue encontrada en el servidor" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4379,7 +4695,20 @@ msgstr "" "El usuario name aparece públicamente en los informes que no han sido marcados como anónimos.\n" "Los nombres no son necesariamente únicos." +#: 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." @@ -4389,7 +4718,11 @@ msgstr "No hay ninguna notificación que mostrar." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4397,30 +4730,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -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." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." @@ -4428,12 +4757,16 @@ msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4455,16 +4788,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Estos serán publicados online para que otros los vean: de acuerdo con nuestra política de privacidad." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Estos serán enviados al %s y también publicados online para que otros los vean, de acuerdo a nuestra política de privacidad." +#: 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 "" + #: 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 "Esta implementación de la API es un trabajo aún en progreso y no es estable todavía. Se cambiará sin advertencias en el futuro." @@ -4492,34 +4830,31 @@ msgstr "" "A este organismo sólo se enviarán informes de problemas que se encuentran en el área cubierta.\n" "Un organismo no recibirá ningún informe salvo que represente al menos un área." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cubren la ubicación del problema, ya que el usuario no lo categorizó. Por favor, haga caso omiso del mismo si usted no es el organismo administrativo responsable de este problema, o háganos saber qué clase de problema es para que lo podamos añadir a nuestro sistema." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Esta información es necesaria" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -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." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4539,7 +4874,8 @@ msgstr "Este problema no se ha arreglado" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4547,41 +4883,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Tiempo invertido (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Cronología" @@ -4590,23 +4930,23 @@ msgid "Tips for perfect photos" msgstr "Tips para fotos perfectas" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Título:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Para saber cuáles son las alertas locales que tenemos para usted, por favor introduzca su código postal o el nombre de la calle y el área" @@ -4618,12 +4958,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4640,15 +4985,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4660,21 +5005,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Confiables por los organismos administrativos:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Acreditado para hacer informes que no requieren inspección" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Acreditado:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Inténtelo de nuevo" @@ -4682,30 +5017,36 @@ msgstr "Inténtelo de nuevo" msgid "Try emailing us directly:" msgstr "Pruebe enviándonos un correo directamente:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Sin confirmar" @@ -4718,26 +5059,27 @@ msgstr "Desconocido" msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID de problema desconocido" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4751,20 +5093,25 @@ msgstr "" 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" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Actualización %s creada para el problema %d; por %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "La actualización de abajo fue añadida de forma anónima en %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "La actualización de abajo fue añadida por %s en %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Actualizar órgano" @@ -4789,43 +5136,44 @@ msgstr "La actualización marcó el problema como arreglado" msgid "Update reopened problem" msgstr "La actualización reabrió el problema" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Actualización de estados" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "¡Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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." @@ -4843,17 +5191,6 @@ msgstr "Actualizaciones a este problema, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4862,14 +5199,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Abrir la extension Open311 de envío de actualización" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Use este campo para registrar detalles que solo se muestran en el administrador. Estas entradas no son públicas y no se enviarán al organismo administrativo." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Mapa usado" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4879,36 +5211,36 @@ msgstr "ID de usuario a quien atribuir los comentarios obtenidos" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Usuario marcado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcciones de email." @@ -4916,24 +5248,37 @@ msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcc msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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. " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Los usuarios pueden realizar las siguientes acciones dentro de sus organismos administrativos o áreas asignadas. " + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Valores actualizados" @@ -4942,25 +5287,25 @@ msgstr "Valores actualizados" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" @@ -4968,7 +5313,7 @@ msgstr "Ver notificaciones por barrio" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4978,6 +5323,7 @@ msgid "Viewing a location" msgstr "Visualizando una ubicación" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Visualizando un problema" @@ -4985,7 +5331,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5008,7 +5354,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Necesitamos su dirección de email, por favor escríbala debajo." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Somos conscientes de este problema podría ser responsabilidad de %s; sin embargo, actualmente no disponemos de sus datos de contacto. Si conoce la dirección de contacto adecuada, por favor contáctenos." @@ -5017,7 +5363,7 @@ msgid "We send it to the council on your behalf" msgstr "Se lo enviamos al Ayuntamiento en su nombre" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "Selecciona uno de los enlaces proporcionados, y si aún no encuentras la ubicación exacta, realiza una búsqueda diferente hasta encontrar tu ubicación." @@ -5030,7 +5376,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos que el problema no esté arreglado. ¿Por qué no prueba a escribir directamente a sus representantes locales?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5051,19 +5397,11 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "¿Ese reporte es un reporte duplicado de qué reporte?" @@ -5075,7 +5413,7 @@ msgstr "¿Por qué detenerse ahí? Configure más alertas msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_responsible para limitar las solicitudes a las enviados a una sola administración. El término de búsqueda es el ID de administración proporcionada por MapIT." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5083,7 +5421,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5095,9 +5433,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5105,22 +5443,26 @@ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuac #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "SÍ" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Usted se está quejando de que la notificación fue innecesariamente moderada:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Está sin conexion" @@ -5128,20 +5470,21 @@ msgstr "Está sin conexion" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Estás denunciando la siguiente notificación por ser abusiva, contener información personal, o similar:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Usted puede ver el problema en este sitio." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5149,7 +5492,7 @@ msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que ocul 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Puede ponerse en contacto con el soporte técnico en %s" @@ -5163,10 +5506,10 @@ msgstr "" "Por ejemplo, si quiere tener vigilado a un usuario que envió algún informe\n" "inapropiado anteriormente." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Puede ayudarnos a encontrar una dirección de email de contacto para los problemas locales para %s y enviárnosla a %s." @@ -5174,11 +5517,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Usted rechazó finalmente; por favor, rellene el formulario de arriba" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5186,12 +5535,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 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:87 +#: 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 "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)." @@ -5205,12 +5559,11 @@ msgstr "Ha cerrado la sesión correctamente" 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 "Has ubicado el problema en el punto marcado con el pin verde en el mapa. Si este no es el lugar correcto, simplemente haga clic en el mapa de nuevo. " -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Ha confirmado correctamente su dirección de correo electrónico." @@ -5219,7 +5572,7 @@ msgstr "Ha confirmado correctamente su dirección de correo electrónico." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5228,11 +5581,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus detalles son correctos:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -5258,21 +5611,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Su cuenta" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Su email:" @@ -5281,8 +5640,8 @@ msgstr "Su email:" msgid "Your email address" msgstr "Su dirección de email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5291,7 +5650,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Su nombre" @@ -5299,46 +5659,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Su contraseña" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Inicie sesión con su dirección de email, proporcionando una nueva contraseña. Cuando haga click en el enlace en su correo electrónico su clave será actualizada." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Su número de teléfono" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Su informe" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Sus notificaciones" @@ -5355,11 +5722,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Su reporte está guardado para subir cuando tenga una conexión internet." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Sus actualizaciones" @@ -5376,24 +5744,29 @@ msgstr "Usted mismo" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "todo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5401,17 +5774,17 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "ayuntamiento" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "no utilizó mapa" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "por ejemplo, '%s' o '%s'" @@ -5419,7 +5792,7 @@ msgstr "por ejemplo, '%s' o '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5442,54 +5815,64 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "nada" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " o " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "o localízame automáticamente" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Visualizando una ubicación" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "consignados inicialmente:" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "otras áreas:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5501,7 +5884,7 @@ msgstr "salir" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "ayuntamiento" @@ -5514,7 +5897,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -5522,15 +5905,17 @@ msgstr "este tipo de problema local" msgid "today" msgstr "hoy" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "mapa utilizado" @@ -5542,16 +5927,16 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "barrio" @@ -5611,7 +5996,7 @@ msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5632,7 +6017,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5653,21 +6038,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5702,16 +6087,118 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ 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." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Marcar privado si los reportes en esta categoría no deben ser desplegados en el sitio.\n" +#~ "\n" +#~ "Normalmente, las categorías no son privadas.\n" +#~ "\n" +#~ "Esto resulta útil para los problemas que se pueden ser reportados por un usuario a un órgano, pero para los cuales\n" +#~ "no hay mayor interés en ser desplegados. En el Reino Unido, hemos utilizado esto para servicios como requerir un\n" +#~ "basurero extra en una dirección específica" + +#~ msgid "Coordinates:" +#~ msgstr "Coordenadas:" + +#~ msgid "Defect type" +#~ msgstr "Tipo de defecto" + +#~ msgid "Description:" +#~ msgstr "Descripción:" + +#~ msgid "Didn't use map" +#~ msgstr "No usó el mapa" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Si utiliza un método de envío distinto del email, introduzca el ID de servicio (Open311) o identificador equivalente aquí." + +#~ msgid "Inspection required" +#~ msgstr "Inspección requerida" + +#~ msgid "Internet glitch" +#~ msgstr "Fallo de Internet" + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Enlace permanente" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Lo informes hechos por usuarios acreditados serán enviados al organismo administrativo responsable sin ser antes inspeccionados." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Los informes serán automáticamente enviados sin necesidad de verificar si la reputación del usuario está al nivel o más de este valor. Ajustar a strong>0
si todos los informes deben ser verificados sí o sí. " + +#~ msgid "Reputation threshold" +#~ msgstr "Umbral de reputación" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioridades de las respuestas por %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Esa notificación no se puede ver en %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "El email indica dónde serán enviadas las notificaciones de esta categoría.\n" +#~ "Otras categorías de este mismo órgano administrativo podrían usar el mismo email." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuevo." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Este es un sitio para desarrolladores, las cosas podrían romperse en cualquier momento, y la base de datos se eliminará periódicamente." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Confiables por los organismos administrativos:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Acreditado para hacer informes que no requieren inspección" + +#~ msgid "Trusted:" +#~ msgstr "Acreditado:" + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Use este campo para registrar detalles que solo se muestran en el administrador. Estas entradas no son públicas y no se enviarán al organismo administrativo." + +#~ msgid "Used map" +#~ msgstr "Mapa usado" + +#~ msgid "or locate me automatically" +#~ msgstr "o localízame automáticamente" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index e7e7d0a06f0..df60f37ae08 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +22,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " et " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " ou " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d caractères maximum" @@ -54,8 +55,10 @@ msgstr "de %d à %d de %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Rapports résumés" @@ -78,7 +81,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contacts administratifs – %s confirmés, %s non confirmés" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -89,7 +92,7 @@ msgstr "" "problèmes à une certaine distance d'un lieu particulier." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -103,8 +106,8 @@ msgstr "" msgid "%s live updates" msgstr "%s mises à jour en temps réel" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s ouvert, %s fermé, %s fixé" @@ -124,13 +127,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Défaut & emplacement du défaut)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Sans Nom)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Sans numéro de téléphone)" @@ -142,7 +145,7 @@ msgstr "(Touches a-z et espace uniquement)" msgid "(closed)" msgstr "(fermé)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(couvre environ 200 000 personnes)" @@ -150,10 +153,6 @@ msgstr "(couvre environ 200 000 personnes)" msgid "(fixed)" msgstr "(résolu)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignoré si le type est \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public)" @@ -180,13 +179,13 @@ msgid "(sent to both)" msgstr "(envoyé aux deux)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" @@ -194,6 +193,11 @@ msgstr "-- Choisissez une catégorie --" msgid "-- Pick an option --" msgstr "- Choisissez une option -" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Veuillez sélectionner une administration." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Choisissez un modèle--" @@ -214,11 +218,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s les rapports %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%senregistré." @@ -243,23 +249,29 @@ msgstr "Non, laissez-moi confirmer ma mise à jour par email :" msgid "No Let me confirm my update by email/text" msgstr "Non Laissez-moi confirmer ma mise à jour par email/texte" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr " Remarque: Ce rapport a été envoyé pour action. Toutes les modifications apportées ne seront pas transmises." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr " Remarque: Ce rapport n'a pas encore été envoyé pour action. Toutes les modifications apportées ne peuvent pas être transmises." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Oui, j'ai un mot de passe :" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "A propos du problème" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Activer l’authentification à deux facteurs" @@ -282,13 +294,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Ajouter une nouvelle catégorie" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Ajouter un interlocuteur" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Ajouter une adresse email" @@ -297,7 +314,7 @@ msgstr "Ajouter une adresse email" msgid "Add extra fields" msgstr "Ajouter des champs supplémentaires" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Ajouter un champ" @@ -305,16 +322,16 @@ msgstr "Ajouter un champ" msgid "Add fixed state" msgstr "Ajouter un état fixe" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Ajouter une nouvelle catégorie" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Ajouter une option" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Ajouter un téléphone" @@ -328,24 +345,25 @@ msgid "Add to shortlist" msgstr "Ajouter à la liste" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Ajouter un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Ajouter/modifier des catégories de problèmes" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Ajouter/modifier les priorités de réponse" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Ajouté %s" @@ -353,7 +371,7 @@ msgstr "Ajouté %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "L'ajout de ce rapport à votre liste va le supprimer de la liste %s’s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -369,19 +387,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "M'alerter de futures mises à jour" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Alertes:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Tous" @@ -394,8 +413,8 @@ msgid "All Reports as CSV" msgstr "Tous les rapports au format CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Toutes catégories" @@ -407,9 +426,9 @@ msgstr "Toutes les administrations" msgid "All languages" msgstr "Toutes les langues" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -436,7 +455,17 @@ msgstr "Alternativement, nous pouvons cacher votre nom sur tous vos rapp msgid "Always fetch all problems" msgstr "Toujours chercher tous les problèmes" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Ajouter une adresse email" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Une mise à jour a marqué ce problème comme résolu" @@ -450,7 +479,7 @@ msgstr "Anonyme" msgid "Anonymous user" msgstr "Utilisateur anonyme" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -462,24 +491,29 @@ msgstr "Anonyme :" msgid "Another user" msgstr "un autre utilisateur" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Zone couverte" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Région:" @@ -488,28 +522,33 @@ msgstr "Région:" 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 "Comme ceci est un site de développement et %s est un test, les rapports produits sur ce site seront envoyés au gestionnaire du problème FixMyStreet et non au contact de l'administration indiqué pour la catégorie choisie." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Affecter des utilisateurs aux zones" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Attribuer à l'organisme compétent:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Affecté à une catégorie différente:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Affecté à un \"interlocuteur\" externe:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Affecter des utilisateurs aux zones" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Affecté à %s" @@ -521,31 +560,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Réponse auto" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Réponse automatique:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automatique" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "Remplir automatiquement le sujet/le détail du rapport" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Catégories disponibles" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Temps moyen entre un problème signalé et corrigé sur les 100 derniers rapports." @@ -554,12 +584,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En attente de modération" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Retour" @@ -567,29 +598,39 @@ msgstr "Retour" msgid "Back to all reports" msgstr "Retour vers tous les rapports" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Bannir un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Interlocuteurs" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Interlocuteur" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Interlocuteur:" @@ -597,10 +638,6 @@ msgstr "Interlocuteur:" msgid "CSV File" msgstr "Fichier CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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" - #: 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 "Si vous ne trouvez pas notre e-mail? Vérifiez dans votre dossier spam." @@ -609,39 +646,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Catégories" -#: templates/web/base/admin/category-checkboxes.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 "Catégories:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Catégorie" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Catégorie et Statistique" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Changement de catégorie de ‘%s’ à ‘%s’" @@ -650,12 +690,12 @@ msgstr "Changement de catégorie de ‘%s’ à ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Taux de résolution pour les problèmes > 4 semaines" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Catégorie :" @@ -664,45 +704,28 @@ msgstr "Catégorie :" msgid "Change" msgstr "Changer" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Changer l'adresse email" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Changer le mot de passe" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Changer le Téléphone" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "Vérifiez inspection requise si les rapports dans cette catégorie doivent être inspectés avant d'être envoyés." +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Activer l’authentification à deux facteurs" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Cochez privé si les rapports de cette catégorie ne doivent jamais être affichés sur le site web.\n" -"
\n" -"Normalement, les catégories ne sont pas privées.\n" -"
\n" -"C'est intéressant pour des problèmes pour lesquels vous voulez autoriser les utilisateurs à rapporter à l'interlocuteur, mais pour lesquels il n'y a pas d'intérêt public\n" -"à afficher le rapport. Au Royaume Uni, nous l'avons utilisé pour des services tels que demander une poubelle supplémentaire \n" -"à une adresse donnée." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -711,11 +734,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Choisissez un autre" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Effacer les données hors ligne" @@ -752,57 +776,61 @@ msgid "Close" msgstr "Fermer" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Clos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Clos par l'administration" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "Fermé aux mises à jour" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Coordonnées" #: 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 "Collaboration" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Données de collaboration :" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Collaboration :" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Code" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Réduire la carte" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuration" @@ -811,12 +839,12 @@ msgstr "Configuration" msgid "Confirm" msgstr "Confirmer" -#: templates/web/base/auth/2faform.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 "Confirmer le compte" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Confirmez par email à la place, Si vous fournissez un nouveau mot de passe à cette étape, lorsque vous confirmez, votre mot de passe sera mis à jour." @@ -828,16 +856,16 @@ msgstr "Confirmez par email à la place, Si vous fournissez un nouveau mot de pa msgid "Confirmation" msgstr "Confirmation" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Confirmé" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmé :" @@ -852,10 +880,12 @@ msgstr "Contacter %s" msgid "Contact Us" msgstr "Nous contacter" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Contacter l'équipe" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Poursuivre" @@ -868,17 +898,13 @@ msgstr "Remplacer automatiquement le sujet/le détail du rapport" msgid "Convert location from Easting/Northing" msgstr "Convertir l’emplacement Est/Nord" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Coordonnées:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Impossible de trouver l'utilisateur" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Le lieu n'a pas pu être trouvé" @@ -898,7 +924,7 @@ msgstr "Contacts de l'administration pour %s" msgid "Council ref: %s" msgstr "Ref. de la mairie : %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Administration :" @@ -907,6 +933,8 @@ msgstr "Administration :" msgid "Count" msgstr "Nombre" +#: 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 "Créer" @@ -915,38 +943,42 @@ msgstr "Créer" msgid "Create a report" msgstr "Créer un rapport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Créer un compte" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Créer une catégorie" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Créer une priorité" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 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:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Créer des rapports/mises à jour de l'administration" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 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/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Créé" @@ -955,7 +987,7 @@ msgid "Created %d new users" msgstr "Création %d de nouveaux utilisateurs" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -965,11 +997,11 @@ msgstr "Créé :" msgid "Current password:" msgstr "Mot de passe actuel:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Jeton actuel:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Actuellement regroupé par %s" @@ -978,19 +1010,19 @@ 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:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Le client est injoignable" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Tableau de bord" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Désactiver l’authentification à deux facteurs" @@ -998,35 +1030,33 @@ msgstr "Désactiver l’authentification à deux facteurs" msgid "Dealt with by subdivision within 5 working days" msgstr "Traité par la subdivision dans les 5 jours ouvrables" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Défaut" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Priorité par défaut" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "Par défaut pour créer des rapports/mises à jour en tant que conseil" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Type de défaut" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Effacer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Supprimer le modèle" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Supprimer le modèle" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Effacé" @@ -1035,49 +1065,45 @@ msgstr "Effacé" msgid "Describe why you are moderating this" msgstr "Décrivez pourquoi vous modérez ceci" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Description" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Description :" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Description" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Les informations détaillées se à %d caractàre." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Détails :" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Détails :" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "Dispositif et site" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Transféré(e)" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Ne pas utiliser la carte" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" @@ -1086,6 +1112,15 @@ msgstr "Tableau d'honneur de la réactivité" msgid "Disable" msgstr "Désactiver" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Désactivé:" @@ -1095,6 +1130,14 @@ msgstr "Désactivé:" msgid "Discard changes" msgstr "Annuler les modifications" +#: 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 "Ne pas envoyer d'alertes par email concernant les commentaires sur le problème au créateur" @@ -1104,15 +1147,11 @@ msgstr "Ne pas envoyer d'alertes par email concernant les commentaires sur le pr msgid "Do you have a %s password?" msgstr "Avez-vous un mot de passe %s ?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "Voulez-vous élever automatiquement un défaut?" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Je ne sais pas" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Vous n'aimez pas les formulaires ?" @@ -1120,19 +1159,25 @@ msgstr "Vous n'aimez pas les formulaires ?" msgid "Down one" msgstr "En bas d’un" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Glissez et déposez les photos ici ou cliquer pour les envoyer " -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Dupliquer de" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Dupliqués" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1143,32 +1188,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Abscisse/Ordonnée :" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Éditer" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Editer les détails de l'intelocuteur" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Modifier les autorisations des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Éditer la catégorie des rapports" @@ -1176,15 +1224,17 @@ msgstr "Éditer la catégorie des rapports" msgid "Edit report details" msgstr "Éditer les détails du rapport" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Éditer la priorité des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Éditer les rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "Modifier les détails des utilisateurs/rechercher leurs rapports" @@ -1192,13 +1242,13 @@ msgstr "Modifier les détails des utilisateurs/rechercher leurs rapports" msgid "Edit your update" msgstr "Éditer votre mise à jour" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Édition du problème %d" @@ -1220,7 +1270,10 @@ msgstr "Éditeur" #: 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:17 +#: 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 @@ -1228,15 +1281,14 @@ msgstr "Éditeur" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Adresse e-mail" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Adresse e-mail (facultatif)" @@ -1249,21 +1301,21 @@ msgstr "Alerte E-mail créé" msgid "Email alert deleted" msgstr "Alerte E-mail supprimé" -#: templates/web/base/auth/general.html:99 +#: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" msgstr "Envoyez-moi un lien par SMS ou envoyez-moi un code pour vous connecter" -#: templates/web/base/auth/general.html:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "Envoyez-moi un courriel électronique pour me connecter" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Email verifié:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email :" @@ -1328,7 +1380,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activer cela supprimera le message d’erreur qui est normalement émis lorsqu’une mise à jour n’a pas de description" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Date de fin" @@ -1336,11 +1388,12 @@ msgstr "Date de fin" msgid "Endpoint" msgstr "destinataire" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Saisir un nom de rue Zücomplet" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 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é" @@ -1349,7 +1402,6 @@ msgstr "Saisir un code postal proche, ou un nom de rue ou de localité" msgid "Enter a nearby postcode, or street name and area" msgstr "Saisir un code postal proche, ou une rue et une localité" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Saisissez un nom de rue proche, la localité ou le code postal" @@ -1358,8 +1410,9 @@ msgstr "Saisissez un nom de rue proche, la localité ou le code postal" msgid "Enter details of the problem" msgstr "Saisissez les détails du problème" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1367,8 +1420,10 @@ msgstr "Saisissez les détails du problème" msgid "Error" msgstr "Erreur" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Tout" @@ -1381,7 +1436,7 @@ msgstr "Exemple de code postal %s" msgid "Examples:" msgstr "Exemples :" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Catégorie existante" @@ -1389,20 +1444,20 @@ msgstr "Catégorie existante" msgid "Existing users won't be modified." msgstr "Les utilisateurs existants ne seront pas modifiés." -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Agrandir la carte" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Expliquez le problème" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exporter en tant que CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID externe" @@ -1410,12 +1465,12 @@ msgstr "ID externe" msgid "External URL" msgstr "URL externe" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Body extérieur" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "Code de’état externe" @@ -1423,32 +1478,37 @@ msgstr "Code de’état externe" msgid "External status code:" msgstr "Code de’état externe:" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Équipe externe" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Précisions supplémentaires" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Champs supplémentaires:" +#: 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 "Échec de l'envoi du message" @@ -1458,18 +1518,27 @@ msgstr "Échec de l'envoi du message" msgid "Fields" msgstr "Champs" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "Introduisez vos informations manuellement" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Première fois" @@ -1481,21 +1550,20 @@ msgstr "Résoudre ceci en chosissant une zone couverte dans le #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Résolu" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Résolu - Administration" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Résolu - Usager" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Signaler comme supprimé" @@ -1503,8 +1571,8 @@ msgstr "Signaler comme supprimé" msgid "Flag user" msgstr "Signaler l'usager" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Signalé" @@ -1512,7 +1580,7 @@ msgstr "Signalé" msgid "Flagged reports and users" msgstr "Rapports signalés et utilisateurs" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Les utilisateurs signalés sont listés dans la page signalé" @@ -1520,8 +1588,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Signalé :" @@ -1533,29 +1601,25 @@ msgstr "Suivez un lien de localité pour voir uniquement les rapports à l'inté msgid "For best results include a close-up and a wide shot" msgstr "Pour de meilleurs résultats veuillez joindre un gros plan et un plan large" -#: templates/web/base/admin/extra-metadata-form.html:62 -msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." -msgstr "Pour chaque option, La clé est la valeur qui est stockée dans la base de données pour cette option et Nom est la valeur affichée pour l’utilisateur." - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Pour plus d'information, Lire comment FixMyStreet utilise Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "Mot de passe oublié ?" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Vous avez oublié votre mot de passe? " -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Transmis à l'administration" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Souhait transmis à l'administration" @@ -1565,28 +1629,34 @@ msgstr "Souhait transmis à l'administration" msgid "Frequently Asked Questions" msgstr "Foire Aux Questions" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Générer un jeton" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Recevoir les mises à jour" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Recevoir les mises à jours de %s problèmes" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Donnez-moi un flux RSS" @@ -1598,60 +1668,66 @@ msgstr "Donnez à cette collection un nom de champs. Il n'est pas affiché publi msgid "Glad to hear it’s been fixed!" msgstr "Heureux d'entendre qu'il a été résolu!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Ok" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Envoi du questionnaire ?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Accorder l'accès à l'admin" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graphique historique des problèmes créés, par statut" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "Groupe" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Groupé par %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Groupé par:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Est-ce que le problème a été réglé ?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Est-ce que vous aviez déjà signalé un problème à une administration, ou est-ce que c'est votre première fois ?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Aide" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Aide %s résoud votre problème plus rapidement, en fournissant quelques détails supplémentaires. Cette information supplémentaire ne sera pas publié en ligne." @@ -1663,18 +1739,18 @@ msgstr "Voici quelques autres rapports à proximité:" msgid "Hi %s" msgstr "Bienvenue %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Caché(s)" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Champ caché" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Masquer tous les rapports et mises à jour" @@ -1699,12 +1775,18 @@ msgstr "Cacher mon nom dans cette mise à jour" msgid "Hide my name on this report" msgstr "Cacher mon nom sur ce rapport" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Cacher les épingles" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Rapporté dans la catégorie %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Masquer la mise à jour complètement?" @@ -1714,15 +1796,11 @@ msgstr "Masquer la mise à jour complètement?" msgid "Hide your name?" msgstr "Cacher votre nom?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Allusion" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historique" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Retour" @@ -1730,7 +1808,8 @@ msgstr "Retour" msgid "How to report a problem" msgstr "Comment signaler un problème" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Comment envoyer des rapports réussis" @@ -1749,15 +1828,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Je suis désolé, nous n'avons pas trouvé votre problème dans notre base de données.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1772,29 +1851,33 @@ msgstr "Identifier un parent si cet interlocuteur fait lui-mêm msgid "If there's a user associated with the address you entered, we've sent a confirmation email." msgstr "S’il y a un utilisateur associé à l’adresse que vous avez saisie, nous avons envoyé un courrier électronique de confirmation." -#: templates/web/base/admin/responsepriorities/edit.html:23 +#: 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 "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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -msgstr "Si coché, l'utilisateur ne verra pas un champ de saisie, juste le texte 'Description'." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 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." -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Si deux interlocuteurs ou plus servent le même lieu, FixMyStreet combine les catégories identiques dans une saisie unique du menu. Vérifiez que vous utilisez le même nom de catégorie pour les interlocuteurs si vous voulez que ce mode de fonctionnement. " -#: templates/web/base/contact/index.html:112 +#: 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 "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:61 +#: templates/web/base/auth/generate_token.html:83 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." @@ -1806,28 +1889,27 @@ msgstr "Si vous obtenez un peu plus d'informations sur l'état de votre problèm msgid "If you let us know your email address, we’ll notify you when this problem is updated or fixed." msgstr "Si vous nous indiquez votre adresse électronique, nous vous informerons lorsque ce problème sera mis à jour ou résolu." -#: templates/web/base/admin/responsepriorities/edit.html:45 +#: 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 "Si vous voulez que seulement cette priorité soit une option pour des catégories spécifiques, choisissez-les ici. Par défaut, elles seront visibles pour toutes les catégories." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Si vous voulez que seulement ce modèle soit une option pour des catégories spécifiques, choisissez-les ici. Par défaut, ils seront visibles pour toutes les catégories." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "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." -#: templates/web/base/admin/template_edit.html:49 +#: 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 "Si vous souhaitez utiliser ce modèle pour prétraiter le champ de mise à jour lorsque vous modifiez l'état d'un rapport, sélectionnez le ici." -#: templates/web/base/questionnaire/index.html:70 +#: 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)." @@ -1835,10 +1917,6 @@ msgstr "" "Si vous souhaitez effectuer une mise à jour publique concernant ce problème, s'il vous plaît renseigné le ici\n" "(Veuillez noter qu'elle ne sera pas envoyée à l'administration)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Si vous utilisez une méthode d'envoi autre que le courriel, saisissez le service ID (Open311) ou un identifiant équivalent ici." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1862,11 +1940,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID invalide" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Sélection de flux invalide" @@ -1882,7 +1964,8 @@ 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)" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inactif" @@ -1890,44 +1973,46 @@ msgstr "Inactif" msgid "Inbox zero, here we come!" msgstr "Boîte de réception zéro, nous voilà!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Inclure les détails personnels du reporter" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Valeur has_photo invalide \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Inspecter le rapport" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "inspection requise" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instruire entrepreneurs pour résoudre les problèmes" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Notes internes" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notes internes" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Conflit Internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Format spécifié %s invalide" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1939,10 +2024,6 @@ msgstr "Il est souvent plus rapide de parcourir notre FAQs et msgid "It’s on its way to the council right now." msgstr "Il est sur le chemin de l’administration en ce moment." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "Clé" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1966,11 +2047,16 @@ msgstr "Les 7 dernièrs jours" msgid "Last editor" msgstr "Dernier auteur" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Dernière actualisation :" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "dernières mise à jour" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Dernière actualisation :" @@ -1978,13 +2064,14 @@ msgstr "Dernière actualisation :" msgid "Last update:" msgstr "Dernière actualisation :" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Moins récemment mis à jour" @@ -1992,10 +2079,6 @@ msgstr "Moins récemment mis à jour" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Laisser ce champ vide si tous les rapports pour cet interlocuteur doivent être envoyés en utilisant la même méthode (cead, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Liste" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Lister tous les problèmes rapportés" @@ -2004,25 +2087,26 @@ msgstr "Lister tous les problèmes rapportés" msgid "Loading reports…" msgstr "Chargement des rapports…" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Chargement…" #: 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:1 +#: 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 "Flux RSS et alertes email locaux" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Flux RSS et alertes email locales pour « %s »" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertes locales" @@ -2035,77 +2119,98 @@ msgstr "Localisez le problème sur un plan des alentours" msgid "Log in with Facebook" msgstr "Se connecter avec Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Se connecter avec Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Se connecter par email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Connectez-vous avec email/texte" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Se déconnecter de toutes les sessions" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Se connecter par email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Chercher" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "CARTE" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "Rendre anonyme tous les rapports et mises à jour" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Gérer la liste" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Commande manuelle" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Carte" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marqué comme envoyé" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Marquer les détails du problème" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Message" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Message à l'organisme compétent:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Message à l'organisme externe compétent:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Organismes disparus :" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id manquant" @@ -2113,7 +2218,8 @@ msgstr "jurisdiction_id manquant" msgid "Moderate" msgstr "Modérer" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Modérer les détails du rapport" @@ -2136,36 +2242,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Historique de la modération" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mois" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2173,28 +2287,27 @@ msgstr "Les plus commentés" msgid "Name" msgstr "Nom" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nom :" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 msgid "Names are limited to %d characters in length." msgstr "Les noms sont limités à %d caractères.." -#: templates/web/base/report/_inspect.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Accédez à ce problème" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Adresse calculée la plus proche:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2202,12 +2315,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2223,16 +2336,16 @@ msgstr "Presque fini!" msgid "Nearly done! Now check your email…" msgstr "Presque fini! Maintenant, veuillez vérifier votre email" -#: templates/web/base/auth/2faform.html:8 +#: templates/web/base/auth/2fa/form.html:8 #: templates/web/base/auth/smsform.html:19 msgid "Nearly done! Now check your phone…" msgstr "Presque fini! Maintenant, vérifiez votre téléphone…" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" @@ -2240,8 +2353,14 @@ msgstr "Nouveau contact de catégorie rajouté" msgid "New email address:" msgstr "Nouvelle adresse émail :" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Sauvegarder de nouveaux champs" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nouvelle note interne:" @@ -2249,13 +2368,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Nouvelle note à DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nouveau mot de passe :" @@ -2263,8 +2382,8 @@ msgstr "Nouveau mot de passe :" msgid "New phone number:" msgstr "Nouveau numéro de téléphone:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nouvelle priorité" @@ -2321,10 +2440,10 @@ msgstr "Nouveaux rapports" msgid "New state" msgstr "Nouvel état" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Nouveau modèle" @@ -2332,7 +2451,8 @@ msgstr "Nouveau modèle" msgid "New updates on report %s" msgstr "Nouvelles mises à jour sur le rapport %s" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Plus récents" @@ -2344,33 +2464,37 @@ msgstr "Suivant" msgid "Next:" msgstr "Suivant:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Non" +#: templates/web/base/admin/category-checkboxes.html:31 +#, fuzzy +msgid "No Group" +msgstr "Groupe" + #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "Vous n'avez pas de compte ?" -#: templates/web/base/admin/users/form.html:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Aucun intelocuteur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Aucune administration sélectionnée" @@ -2386,24 +2510,22 @@ msgstr "Aucun problème coché trouvé." msgid "No flagged users found." msgstr "Aucun utilisateur coché trouvé." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Pas d'autres mises à jour" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Aucune inspection effectuée par cet inspecteur dans la fourchette de dates sélectionnée." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Aucune inspection dans la plage de dates sélectionnée." +#: 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 "Aucun rapport à afficher sur la carte, en voici quelques-uns à proximité:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Aucun résultat retourné" @@ -2416,19 +2538,19 @@ msgstr "" "Aucune zone spécifique n'est pour l'instant disponible, parce que MAPIT_URL dans \n" "votre fichier de config ne pointe pas vers un service MapIt valide." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Aucun supporter" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Aucun" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2436,8 +2558,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2449,7 +2571,7 @@ msgstr "" "Suivant l'implémentation, les utilisateurs autorisés peuvent avoir accès au tableau de bord (résumé de \n" "l'activité concernant leur interloculteur), et la faculté de cacher des rapports ou de définir des statuts spéciaux pour les rapports." -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Pas pour ma subdivision" @@ -2467,7 +2589,7 @@ msgstr "Non signalé à l'administration" msgid "Note" msgstr "Note" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Note :" @@ -2479,8 +2601,13 @@ msgstr "Note : %s" msgid "Notes from SDM to DM" msgstr "Notes du SDM pour DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Notification" #: templates/web/base/reports/index.html:127 @@ -2491,15 +2618,17 @@ msgstr "Nombre de problèmes signalés dans chaque catégorie, au cours des 7 de msgid "Number of problems reported in each ward, in the last 7 days." msgstr "Nombre de problèmes signalés dans chaque service au cours des 7 derniers jours." -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Données hors ligne effacées" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Données de mise à jour hors ligne enregistrées" @@ -2507,22 +2636,27 @@ msgstr "Données de mise à jour hors ligne enregistrées" msgid "Old state" msgstr "Ancien état" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Plus anciens" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "De la part de %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ouvert" @@ -2547,7 +2681,7 @@ msgstr "Page web de l'initiative Open311" msgid "Open311 specification" msgstr "Spécification Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Options" @@ -2559,25 +2693,26 @@ 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:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "Ou abonnez-vous par RSS" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Commander" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Autres" @@ -2607,21 +2742,37 @@ msgstr "Page Introuvable" msgid "Parent" msgstr "Parent" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Autres catégories" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Partiel" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Mot de passe (facultatif)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Lien permanent" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Votre mot de passe a été changé" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Mot de passe (facultatif)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Autorisations :" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Autorisations :" @@ -2629,7 +2780,7 @@ msgstr "Autorisations :" msgid "Permit blank updates" msgstr "Autoriser les mises à jour vierges" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Téléphone Reporter:" @@ -2640,39 +2791,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Téléphone (facultatif)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 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:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Téléphone vérifié:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Téléphone" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2680,20 +2831,20 @@ msgstr "Téléphone" msgid "Photo" msgstr "Photo" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "La photo est nécessaire." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Photo requise" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "Échec du téléchargement de la photo." -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2703,6 +2854,10 @@ msgstr "Photos" msgid "Photos of recent nearby reports" msgstr "Photos de rapports récents à proximité" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2713,8 +2868,9 @@ msgstr "Choisissez votre administration" msgid "Pick your ward" msgstr "Choisissez votre quartier" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Placer l'épingle sur la carte" @@ -2738,31 +2894,31 @@ msgstr "Merci de vérifier les mots de passe et de réessayer" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Merci de corriger les erreurs ci-dessous" @@ -2780,104 +2936,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Merci de ne pas être injurieux — Calomnier l'administration dévalue le service pour tous les utilisateurs." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 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:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Merci d'entrer un mot de passe :" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Merci d'enter un sujet" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Merci d'entrer un email valide" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Merci d'entrer une adresse email valide" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Veuillez entrer un email ou un numéro de téléphone valide" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Merci d'entrer quelques détails" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Merci d'entrer votre email" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Saisissez votre prénom" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Merci de saisir votre nom" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Saisissez votre numéro de téléphone" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Saisissez votre nom de famille" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Saisissez votre profession" @@ -2886,7 +3060,7 @@ msgstr "Saisissez votre profession" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Vous pouvez vous connecter à nouveau, ou retourner à la page d'acceuil." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Merci d'entrer les détails du problème ci-dessous" @@ -2896,7 +3070,7 @@ msgstr "Merci d'entrer les détails du problème ci-dessous" 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 "Merci de remplir le formulaire ci-dessous avec les détails du problème, et de décrir l'emplacement aussi précisément que possible dans les détails." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 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:" @@ -2904,8 +3078,16 @@ msgstr "Veuillez générer un code à deux facteurs et entrez-le ci-dessous:" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Merci d'indiquer si vous souhaitez recevoir un autre questionnaire" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: 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" @@ -2931,11 +3113,11 @@ 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:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 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:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Veuillez fournir une mise à jour publique de ce rapport." @@ -2952,15 +3134,19 @@ msgstr "Merci de fournir du texte ainsi qu'une photo." 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." -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Veuillez sélectionner une administration." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Merci de sélectionner le type de flux que vous voulez" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Merci de sélectionner le type d'alerte que vous voulez" @@ -2968,19 +3154,20 @@ msgstr "Merci de sélectionner le type d'alerte que vous voulez" 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." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Veuillez uniquement envoyer une image" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "Merci de vérifier au moins l’un des e-mail/téléphone" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Merci de saisir un message" @@ -2988,23 +3175,23 @@ msgstr "Merci de saisir un message" msgid "Post" msgstr "Envoyer" -#: templates/web/base/alert/index.html:33 +#: 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:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Signalé anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Signalé par %s à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Envoyé par %s (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Envoyé par %s à %s" @@ -3012,20 +3199,32 @@ msgstr "Envoyé par %s à %s" msgid "Powered by FixMyStreet Platform" msgstr "Powered by 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 "" + +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Précédent" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Priorités" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorité" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Confidentialité" @@ -3035,15 +3234,14 @@ msgstr "Confidentialité" msgid "Privacy and cookies" msgstr "Vie privée et cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privé" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "Privé uniquement" @@ -3055,10 +3253,30 @@ msgstr "Problème" msgid "Problem %d created" msgstr "Problème %d créé" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Ajouter à la liste" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problème %d confirmé" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problème %d créé" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problème %d créé" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Supprimer de votre liste" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problème %d signalé à l’administration %s" @@ -3069,7 +3287,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -3077,7 +3295,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" @@ -3086,11 +3305,11 @@ msgstr "Problèmes" msgid "Problems in an area" msgstr "Problèmes dans une zone" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problèmes aux alentours" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problèmes sur la carte" @@ -3098,37 +3317,43 @@ msgstr "Problèmes sur la carte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problèmes récemment signalés sur FixMyStreet.fr" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problèmes entre %.1fkm de %s " -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problèmes dans la localité %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "Problems within %s ward, %s" msgstr "Problèmes entre%squartier,%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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problèmes dans %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Adresse de propriété:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Apporter une mise à jour" @@ -3137,32 +3362,37 @@ 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:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Un mot de passe n'est pas obligatoire, mais vous permettra de créer, mettre à jour et administrer vos rapports plus facilement." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Détails public" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Réponse publique:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Mise à jour publique :" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publier une photo" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Questionnaire" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3179,23 +3409,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Questionnaire %d envoyé pour le problème %s" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Questionnaire rempli par le requérant" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Flux RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Flux RSS pour %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Flux RSS pour la localité %s, %s" @@ -3203,52 +3434,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Flux RSS de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Flux RSS des problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Flux RSS de problèmes à l'intérieur de la localité %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Flux RSS des problèmes locaux récents" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 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:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Reçu par %s un peu plus tard" @@ -3262,11 +3497,12 @@ msgstr "Les problèmes récents, %s" msgid "Recently reported problems" msgstr "Problèmes signalés récemment" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Récemment mis à jour" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Rejeter le rapport" @@ -3274,15 +3510,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Retirer" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Supprimer les détails du compte" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Retirer le champ" @@ -3298,21 +3530,26 @@ msgstr "Effacer le signalement" msgid "Remove from shortlist" msgstr "Supprimer de votre liste" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Retirer du site" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Retirer le champ" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Remplacer le jeton" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Répondre à l'utilisateur:" @@ -3320,30 +3557,38 @@ msgstr "Répondre à l'utilisateur:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Signaler un problème" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Signaler un problème ici" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Signaler un abus" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Signalé anonymement à %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3353,17 +3598,20 @@ msgstr "Signaler un autre problème ici" msgid "Report as" msgstr "Signaler comme" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Éditer les détails du rapport" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Signaler sur %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "État du rapport:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Signaler votre problème" @@ -3376,24 +3624,24 @@ 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:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Signalé anonymement à %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Signalé avant" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Signalé par %s à %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Rapporté par:" @@ -3401,59 +3649,63 @@ msgstr "Rapporté par:" msgid "Reported in the %s category" msgstr "Rapporté dans la catégorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Signalé dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Signalé par %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Signalé par %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Remis:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Signalisation d'un problème" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Rapports" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Les rapports sont limités à %s caractères de long. Merci de raccourcir votre texte" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3461,14 +3713,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rapports attendant une validation" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "Rapports par destination" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Les déclarations faites par les utilisateurs de confiance seront envoyés à l'organisme responsable sans être inspecté en premier." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Selon le type de problème, les rapports à proximité sont envoyés à différentes administrations, " @@ -3477,63 +3725,61 @@ msgstr "Selon le type de problème, les rapports à proximité sont envoyés à msgid "Reports published" msgstr "Rapports publiés" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Rapports enregistrés hors ligne." -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Rapports envoyés à %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "Rapports envoyés à %s, entre %s quartier" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Rapports en attente d'être envoyés" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Les rapports seront automatiquement envoyés sans avoir besoin d'être inspecté si la réputation de l'utilisateur est égale ou supérieure à cette valeur. Réglez sur 0 si tous les rapports doivent être inspectés indépendamment." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Seuil de réputation" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Obligatoire" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Renvoyer le rapport" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Priorités de réponse" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Priorités de réponse pour %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Priorité de réponse pour %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Modèle de réponse pour %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Modèles de réponse" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Modèles de réponse pour %s" @@ -3549,56 +3795,77 @@ msgstr "Revenir au texte original" msgid "Revert to original title" msgstr "Revenir au titre original" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Lieu correct?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Pivoter à droite" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "La rotation de cette photo annulera les modifications non enregistrées dans le rapport." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satellite" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Enregistrer + fermer en double" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Enregistrer les modifications" @@ -3606,58 +3873,62 @@ msgstr "Enregistrer les modifications" msgid "Save new fields" msgstr "Sauvegarder de nouveaux champs" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Sauvegardez avec une mise à jour publique" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "Enregistrement des rapports hors ligne" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Rechercher rapports" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Rechercher les utilisateurs" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Rechercher les rapports" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Rechercher :" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Aucun rapport trouvé lors de la recherche." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Aucun utilisateur trouvé lors de la recherche." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/my/my.html:75 msgid "Security" msgstr "Sécurité" #: templates/web/base/report/form/private_details.html:14 -#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Voir notre politique de confidentialité" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 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" @@ -3667,12 +3938,12 @@ msgid "Select a body" msgstr "Sélectionnez un interlocuteur" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Sélectionnez une zone" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "Sélectionnez si c’est la priorité par défaut" @@ -3684,19 +3955,24 @@ msgstr "Sélectionnez plusieurs services pour afficher uniquement les rapports d msgid "Select multiple wards?" msgstr "Sélectionnez plusieurs quartiers?" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Sélectionner :" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Envoyé" +#: 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 "Envoyer un statuts Open311 étendus avec des mises à jour de demande de service" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "Envoyer un e-mail de connexion" @@ -3705,41 +3981,41 @@ 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:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Envoyé le rapport en retour" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Envoyé à %s %s plus tard)" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Envoyé :" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "Définir le serveur" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Service:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Définir un mot de passe" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Situé à mon emplacement actuel" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Partagez" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3747,14 +4023,14 @@ msgstr "Partagez" msgid "Shortlist" msgstr "Liste" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 msgid "Shortlist all visible" msgstr "Liste abrégée visible" #: 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Shortlisté" @@ -3767,7 +4043,7 @@ msgstr "Shortlisté par %s" msgid "Show Photo?" msgstr "Afficher la photo ?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Afficher toutes les mises à jour" @@ -3783,7 +4059,8 @@ msgstr "Afficher le nom publiquement ?" msgid "Show older" msgstr "Montrer les plus vieux" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Afficher les anciens rapports" @@ -3791,9 +4068,10 @@ msgstr "Afficher les anciens rapports" msgid "Show photo" msgstr "Afficher la photo" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Montrer les épingles" @@ -3805,20 +4083,20 @@ msgstr "Afficher le nom du déclarant" msgid "Show reports in your area" msgstr "Afficher les rapports dans votre région" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "S'authentifier" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "Connectez-vous par e-mail ou texte, en fournissant un nouveau mot de passe. Lorsque vous cliquez sur le lien dans votre e-mail ou entrez le code d’authentification SMS, votre mot de passe sera mis à jour." @@ -3827,16 +4105,17 @@ msgstr "Connectez-vous par e-mail ou texte, en fournissant un nouveau mot de pas msgid "Sign in or create an account" msgstr "Connectez-vous ou créez un compte" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "Se connecter avec un mot de passe" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Déconnexion" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Certaines catégories peuvent exiger des renseignements supplémentaires." @@ -3849,12 +4128,12 @@ msgstr "" "Certains destinataires nécessitent une clé API pour indiquer que les rapports \n" "sont envoyés depuis votre application FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Photos de rapports récents" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Du texte pour localiser" @@ -3862,11 +4141,13 @@ msgstr "Du texte pour localiser" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3874,7 +4155,8 @@ msgstr "Désolé, ceci semble être un code postal d'une dépendance de la Couro msgid "Sorry, that wasn’t a valid link" msgstr "Désolé, cela n'est pas un lien valide" -#: templates/web/base/auth/2faform.html:5 +#: 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 "Désolé, ce n’était pas le bon code" @@ -3883,9 +4165,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Désolé, nous n'avons pas pu trouver cet emplacement." @@ -3895,176 +4177,197 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Désolé, nous ne pouvions pas enregistrer votre image(s), veuillez essayer à nouveau." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: templates/web/base/offline/fallback.html:6 +#, fuzzy +msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" "Désolé, nous n’avons pas une connexion assez bonne pour récupérer cette page ou\n" "la page n’a pas été trouvée ou il y a eu une erreur de serveur. Veuillez réessayer plus tard." -#: perllib/FixMyStreet/App/Controller/Root.pm:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Désolé, vous n'êtes pas autorisé à faire cette action." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Trier par" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Personnel :" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Personnel :" -#: templates/web/base/dashboard/index.html:74 +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:75 msgid "Start Date" msgstr "Date de début" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "État actuel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 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:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "L’état a changé pour:" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "État actuel :" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "État" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistiques" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Statut" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.html:22 +#: templates/web/base/report/updates.html:25 msgid "Still open, via questionnaire" msgstr "Toujours ouvert, via questionnaire" #: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Street View" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "Chaîne" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Sous-catégorie" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Subdivision/Interlocuteur" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Sujet" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Sujet :" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Envoyer" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Envoyer les modifications" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Envoi du questionnaire" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Soumis" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "S'abonner" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "S’abonner par email" @@ -4072,11 +4375,18 @@ msgstr "S’abonner par email" msgid "Subscribed:" msgstr "Abonné:" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Les résumés sont limités à {0} caractères. Veuillez raccourcir votre résumé" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Les résumés sont limités à {0} caractères. Veuillez raccourcir votre résumé" @@ -4084,19 +4394,20 @@ 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:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Résumez vos modifications" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Résumé" @@ -4110,11 +4421,11 @@ msgstr "Rapports résumés" msgid "Summary statistics" msgstr "Statistiques récapitulatives" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superuser :" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 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." @@ -4128,29 +4439,34 @@ msgstr "Résultats de l'enquête" msgid "Tell us about you" msgstr "A propos de vous" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Modèle «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Modèles" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texte" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Champs supplémentaires:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Version texte seulement" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texte :" @@ -4175,7 +4491,7 @@ msgstr "Merci pour votre enquête" msgid "Thank you for your feedback" msgstr "Merci pour vos commentaires" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Merci d'avoir chargé votre photo. Nous avons besoin maintenant de localiser le problème, saisissez l'adresse et le code postal dans le champ ci-dessus :" @@ -4183,7 +4499,12 @@ msgstr "Merci d'avoir chargé votre photo. Nous avons besoin maintenant de local msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Merci, heureux d'apprendre que cela a été résolu ! Pourrions-nous juste vous demander si vous aviez déjà signalé un problème à une administration auparavant ?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Cette image ne ​​semble pas avoir été chargée correctement (% s), réessayez s'il vous plaît." @@ -4191,55 +4512,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Ce code postal n'a pas été reconnu, désolé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Ce rapport ne peut pas être vu sur %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Cet utilisateur a été déconnecté." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 msgid "That user has been made anonymous on all reports and updates." msgstr "Cet utilisateur a été rendu anonyme sur tous les rapports et mises à jour." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:541 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." msgstr "Les informations personnelles de cet utilisateur ont été supprimées." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "Les rapports et mises à jour de cet utilisateur ont été masqués." -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Cette adresse courriel est le destinataire à qui le rapport sera envoyé pour cette catégorie. \n" -"D'autres catégories de cet interlocuteur peuvent avoir la même adresse courriel." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4250,14 +4565,9 @@ msgstr "" "Le destinataire est l'URL du service auquel FixMyStreet se connectera\n" "quand il enverra des rapports à cet interlocuteur." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 "" -"Le groupe est utilisé pour le champ catégorie lorsque\n" -" le regroupement des sous-catégories est activé." #: templates/web/base/admin/bodies/open311-form-fields.html:27 #: templates/web/base/admin/bodies/open311-form-fields.html:28 @@ -4268,8 +4578,12 @@ msgstr "" "La juridiction est seulement nécessaire si le destinataire en gère plus d'une.\n" " Si l'interlocuteur possède son propre destinataire, vous pouvez laisser ce champ vide." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4279,6 +4593,14 @@ msgstr "" "La méthode d'envoi détermine comment les rapports seront envoyés à l'interlocuteur.\n" "Si vous laissez le champ vide, la méthode d'envoi par défaut sera le courriel ." +#: 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 "L'attribut Open311 v2 agency_responsible est utilisé pour lister les administrations qui ont reçu le rapport de problème, ce qui n'est pas tout à fait la façon dont l'attribut est défini dans la spécification Open311 v2." @@ -4292,11 +4614,16 @@ msgstr "" "Le nom identifie l'interlocuteur (par exemple, La communauté de communes du Borsetshire)\n" "et peut être affichée au public." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." -msgstr "Le code utilisé pour stocker cette valeur de champ dans la base de données. par exemple. address serait disponible sous la forme problem.extra.address dans les modèles." +#: 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 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Ce problème a été marqué comme envoyé." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "L'administration ne pourra intervenir que si vous laissez autant de détails que possible. Décrivez la localisation exacte du problème, ce que c'est, depuis combien de temps il est présent, une description (et une photo du problème si vous en possédez une), etc. " @@ -4311,15 +4638,11 @@ msgstr "Le classement du prix d'assiduité montre l'activité des utilisateurs ( msgid "The error was: %s" msgstr "L'erreur était : %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "Le nom du champ tel qu’indiqué á l’utilisateur sur le formulaire de rapport." - #: 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 "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:150 +#: 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 "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." @@ -4356,10 +4679,6 @@ msgstr "Le lien à expiré, ou peut-être vous ne l’avez pas copier coller cor msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La liste des zones disponibles est donnée par le service Mapit de %s. " -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "L’ordre de ce champ sur la page de rapport. Les champs sont affichés en ordre croissant selon cette valeur." - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4369,24 +4688,25 @@ msgstr "Les mots de passe ne correspondent pas" msgid "The requested URL '%s' was not found on this server" msgstr "L'URL demandée « %s » n'a pas été trouvée sur ce serveur" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." -msgstr "Le type de champ de saisie à afficher à l’utilisateur.Text est un champ de texte simple, Liste est une sélection déroulante." +#: 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 must have the following fields (in this order):" +#, fuzzy +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "Le fichier CSV téléchargé doit contenir une ligne d'en-tête et les enregistrements doivent avoir les champs suivants (dans cet ordre):" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "L'utilisateur n'a pas pu localiser le problème sur une carte, mais pour voir la zone autour de l'endroit qu'il ou elle a entré" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 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:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4394,7 +4714,20 @@ msgstr "" "Le nom des utilisateurs est affiché publiquement sur les rapports qui n'ont pas été signalés comme anonymes.\n" "Les noms sont nécessairement uniques." +#: 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." @@ -4404,7 +4737,12 @@ msgstr "Il n'y a pas de rapports à montrer." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "Nous connaissons déjà des problèmes similaires à proximité. L’un d’eux est-il le vôtre?" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 +#, fuzzy +msgid "There is already a template with that title." +msgstr "Il existe déjà un modèle de réponse automatique pour cette catégorie/Emplacement." + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 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." @@ -4412,22 +4750,18 @@ msgstr "Il existe déjà un modèle de réponse automatique pour cette catégori msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Il y a eu un problème pour montrer la page tous les rapports. Réessayez s'il vous plaît ultérieurement." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Il y a eu un problème pour afficher cette page. Merci de réessayer ultérieurement." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessayez s'il vous plaît." - #: 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 "Il y avait un problème avec vos informations de connexion." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 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." @@ -4435,7 +4769,7 @@ msgstr "Il y a un problème avec vos informations de connexion. Si vous ne vous 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 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." @@ -4443,12 +4777,16 @@ msgstr "Il y a un problème avec votre rapport. Voir s'il vous plaît plus bas." 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." +#: 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:5 +#: 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 "Ces détails seront envoyés au conseil, mais ne seront jamais affichés en ligne sans votre permission." -#: templates/web/base/report/new/councils_text_private.html:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "Ces détails ne seront jamais affichés en ligne sans votre permission." @@ -4469,16 +4807,21 @@ msgstr "" msgid "These users weren't updated." msgstr "Ces utilisateurs n’ont pas été mis à jour." -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Ceux-ci seront publiés en ligne pour les autres, conformément à la politique de confidentialité." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Ceux-ci seront envoyés à %s et également publié en ligne pour les autres, conformément à notre politique de confidentialité." +#: 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 "" + #: 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 "Cette implémentation de l'API est en cours de travaux et n'est pas encore stabilisée. Elle est susceptible de changer sans avertissement préalable à l'avenir." @@ -4506,34 +4849,31 @@ msgstr "" "Cet intelocuteur recevra seulement des rapports pour des problèmes qui sont situés sur sa zone couverte.\n" "Un interlocuteur ne recevra aucun rapport tant qu'il ne couvre aucune zone." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacement du problème parce que l'utilisateur ne l'a pas classé ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question, ou faites-nous savoir la bonne catégorie de problèmes afin que nous puissions l'ajouter à notre système." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" -#: templates/web/base/admin/template_edit.html:19 +#: 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 "Ceci est un nom privé pour ce modèle afin que vous puissiez l’identifier lors de la mise à jour de rapports ou de sa modification dans la section d’administration." -#: templates/web/base/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Ceci est un site en développement, le service peut être interrompu à tout moment, et la base de données sera régulièrement effacée." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "Ceci est le texte public qui sera affiché sur le site." -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "Voici le problème" @@ -4553,7 +4893,8 @@ msgstr "Ce problème n'a pas été résolu" msgid "This problem is still ongoing" msgstr "Ce problème est toujours en cours" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "Ce rapport" @@ -4561,41 +4902,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Ce rapport est actuellement marqué comme fermé." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Ce rapport est actuellement marqué comme résolu." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "Ce rapport est maintenant fermé aux mises à jour." -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Le temps passé (en minutes):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Chronologie" @@ -4604,23 +4949,23 @@ msgid "Tips for perfect photos" msgstr "Conseils pour des photos adaptées" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titre" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titre:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Pour afficher les alertes qui vous concernent, saisissez votre code postal ou le nom d'une rue et une localité" @@ -4632,12 +4977,19 @@ msgstr "Pour limiter cette collection de champs à un seul cobrand, sélectionne msgid "To limit this collection of fields to a single language, select it here." msgstr "Pour limiter cette collection de champs à une seule langue, sélectionnez-la ici." -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "ou se connecter" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "Jeton:" #: templates/web/base/reports/index.html:126 @@ -4654,15 +5006,15 @@ msgstr "Les 5 meilleurs quartiers" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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 ?" @@ -4674,21 +5026,11 @@ msgstr "Traduction" msgid "Translations" msgstr "Traductions" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Accrédité par les organismes:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Accrédité pour faire des rapports sans être inspectés" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Accrédité :" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Essayez à nouveau" @@ -4696,30 +5038,37 @@ msgstr "Essayez à nouveau" msgid "Try emailing us directly:" msgstr "Essayez en nous envoyant un e-mail directement:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Activer l’authentification à deux facteurs" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "L’authentification à deux facteurs a été activée" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "L’authentification à deux facteurs a été désactivée" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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 "Type" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "Débannir" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Non confirmé" @@ -4732,26 +5081,27 @@ msgstr "Inconnu" msgid "Unknown alert type" msgstr "Type d'alerte inconnu" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "erreur inconnue" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID de problème inconnu" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "ID de mise à jour inconnu" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "Dé-Sélectionné" @@ -4765,20 +5115,25 @@ msgstr "Remonter d’un" msgid "Update" msgstr "Mise à jour" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Mise à jour %s créée pour le problème %d; par %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Mise à jour %s créée pour le problème %d; par %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Mise à jour ci-dessous ajoutée anonymement à %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Mise à jour ci-dessous ajoutée par %s à %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Interlocuteur pour la mise à jour " @@ -4803,43 +5158,44 @@ msgstr "Une mise à jour a marqué ce problème comme résolu" msgid "Update reopened problem" msgstr "Mettre a jour le problème réouvert" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Mettre à jour les statuts" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Mis à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "Mis à par %s (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "Mis à par %s à %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Mis à jour !" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Mises à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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" @@ -4857,23 +5213,6 @@ msgstr "Mises à jour de ce problème, %s" msgid "Usage notes" msgstr "Notes d’utilisation" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -msgid "" -"Use confirmed to indicate that this contact has been\n" -"confirmed as correct. If you are not sure of the origin or validity of the\n" -"contact, use unconfirmed. inactive will\n" -"remove the category from use when reporting problems, but keep it available in\n" -"map filters, and deleted will remove the category from there\n" -"as well." -msgstr "" -"L’utilisation confirmed est pour indiquer que ce contact a été\n" -"confirmé comme valide. Si vous n’êtes pas sûr de l’origine ou de la validité du\n" -"contact, utiliser unconfirmed. inactive\n" -"supprimera la catégorie de l’utilisation lors de la déclaration de problèmes, mais la\n" -"conserve dans les filtres de la carte, et deleted supprime la \n" -"catégorie." - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "Utiliser la récupération de problèmes Open311" @@ -4882,14 +5221,9 @@ msgstr "Utiliser la récupération de problèmes Open311" msgid "Use Open311 update-sending extension" msgstr "Utiliser l'extension de mise à jour d'envoi Open311" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Utilisez ce champ pour enregistrer les détails qui sont affichés uniquement dans le portail d'admin du site. L'entrée n'est pas affichée publiquement, et n'est pas envoyée à l'administration." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Carte utilisée" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4899,36 +5233,36 @@ msgstr "ID utilisateur de récupération des commentaires à" msgid "User Import" msgstr "Import utilisateur" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Utilisateur ajouté à la liste d’abus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "L’utilisateur existe déjà" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" msgstr "Utilisateur déjà dans la liste d’abus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Utilisateur dé–signalé" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Utilisateur signalé" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilisateur dans le tableau d’abus" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "La recherche utilisateurs parcourt les noms et adresses courriel." @@ -4936,24 +5270,37 @@ msgstr "La recherche utilisateurs parcourt les noms et adresses courriel." msgid "User's alerts" msgstr "Alertes de l'utilisateur" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Utilisateur:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Utilisateurs" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Les utilisateurs peuvent effectuer les actions suivantes concernant leur administration ou dans la zone affectée." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -4962,25 +5309,25 @@ msgstr "Valeurs mises à jour" msgid "Verify" msgstr "Vérifier" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 msgid "Verify email address" msgstr "Vérifier votre email" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" msgstr "Vérifier votre numéro de téléphone" -#: templates/web/base/admin/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Voir le rapport sur le site" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Afficher les rapports par quartier" @@ -4988,7 +5335,7 @@ msgstr "Afficher les rapports par quartier" msgid "View wards" msgstr "Voir les quartiers" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "Voir / Marquer les rapports privés" @@ -4998,6 +5345,7 @@ msgid "Viewing a location" msgstr "Consultation d'un lieu" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Consultation d'un problème" @@ -5005,7 +5353,7 @@ msgstr "Consultation d'un problème" msgid "Ward:" msgstr "Quartier:" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Localités de cette administration" @@ -5028,7 +5376,7 @@ msgstr "Nous avons envoyé un code de confirmation à votre téléphone. Veuille msgid "We need your email address, please give it below." msgstr "Nous avons besoin de votre adresse e-mail, veuillez l'indiquer ci-dessous." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Nous sommes conscients que ce problème pourrait être la responsabilité de %s, mais nous n'avons actuellement pas leurs coordonnées. Si vous connaissez une adresse de contact approprié, faites-le nous savoir s'il vous plaît." @@ -5037,7 +5385,7 @@ msgid "We send it to the council on your behalf" msgstr "Nous l'envoyons à l'administration en votre nom" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "Nous trouvons jusqu’à dix résultats, veuillez essayez une recherche différente si la vôtre n’est trouvée." @@ -5050,7 +5398,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Nous sommes désolés d’apprendre que le problème n’est pas résolu. Pourquoi ne pas essayer d'écrire directement à vos élus locaux ?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Website" @@ -5071,19 +5419,11 @@ msgstr "Édité le" msgid "When sent" msgstr "Envoyé le" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "Indique si le champ est affiché pour l'utilisateur, inclus en tant que champ masqué et renseigné automatiquement ou défini par le serveur lors de la soumission d'Open311. Ce champ est généralement défini automatiquement." - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "l’utilisateur doit fournir une valeur pour ce domaine." - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "De quels problèmes voulez-vous alerter?" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "De quel rapport ? s’agit-il d’un double exemplaire?" @@ -5095,7 +5435,7 @@ msgstr "Pourquoi arrêter là ? déclarer plus d’alertes < msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Avec les recherches à requètes, il est également possible de rechercher des agency_responsible pour limiter les demandes à celles qui sont envoyées à une administration unique. Le terme de recherche est l'ID de l'administration fourni par MapIt." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "Dans les délais spécifiés:" @@ -5103,7 +5443,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5115,9 +5455,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5125,22 +5465,26 @@ msgstr "Si vous rédigez votre message entièrement en capitales, ou sans ponctu #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Oui" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Vous ne comprenez pas les raisons pour lesquelles ce rapport a été inutilement retiré:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "vous êtes hors ligne" @@ -5148,20 +5492,21 @@ msgstr "vous êtes hors ligne" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Vous signalez le rapport de problème suivant comme étant violent, contenant des renseignements personnels, ou similaires :" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "Vous pouvez créer un nouveau rapport au même endroit.." -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Vous pouvez consulter le problème sur ce site." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5169,7 +5514,7 @@ msgstr "Vous pouvez ajouter un courriel d'utilisateur abusif dans la liste des a msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Vous pouvez choisir de vous abonner à tous les problèmes signalés dans une zone ou des rapports suivant leur destination." -#: templates/web/base/contact/index.html:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Vous pouvez contacte le support technique par le courriel %s" @@ -5183,10 +5528,10 @@ msgstr "" "Par exemple, ce la peut être utile si vous voulez garder un œil sur un utilisateur qui a envoyé des rapports inappropriés \n" "par le passé." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Vous pouvez nous aider en trouvant une adresse e-mail de contact pour les problèmes locaux pour %s et en nous l'envoyant à %s." @@ -5194,11 +5539,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Vous avez refusé; merci de remplir le champ ci-dessus" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "vous avez %s sauvegradé à publié." @@ -5206,12 +5557,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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é)." + +#: 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 "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:87 +#: 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 "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)." @@ -5225,12 +5581,11 @@ msgstr "Vous avez été déconnecté" 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 "Vous avez localisé le problème au point marqué avec une épingle verte sur la carte. Si ce n'est pas le bon endroit, il suffit de cliquer à nouveau sur la carte." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "Vous avez ajouté votre numéro de téléphone avec succès." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Votre adresse courriel a bien été confirmée." @@ -5239,7 +5594,7 @@ msgstr "Votre adresse courriel a bien été confirmée." msgid "You have successfully confirmed your phone number." msgstr "Vous avez confirmé votre numéro de téléphone." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Vous avez supprimé votre numéro de téléphone avec succès." @@ -5248,11 +5603,11 @@ msgstr "Vous avez supprimé votre numéro de téléphone avec succès." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Vous avez réussi à vous connecter ; veuillez vérifier et confirmer que vos coordonnées sont exactes :" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Vous avez vérifié votre numéro de téléphone avec succèès." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Vous n'avez encore créés aucun rapport. Rapportez un problème maintenant." @@ -5275,21 +5630,28 @@ msgstr "Vous devez ajouter des interlocuteurs (comme des municipalités ou des s msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Votre compte" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Désactiver l’authentification à deux facteurs" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Votre email" @@ -5298,8 +5660,8 @@ msgstr "Votre email" msgid "Your email address" msgstr "Votre adresse email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "Votre email ou mobile" @@ -5308,7 +5670,8 @@ msgstr "Votre email ou mobile" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Votre nom" @@ -5316,46 +5679,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Votre nom a été caché." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Vos rapports hors ligne" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Votre mot de passe" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Votre mot de passe a été changé" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Connectez-vous par e-mail à la place en fournissant un nouveau mot de passe. Lorsque vous cliquez sur le lien dans votre e-mail, votre mot de passe sera mis à jour." + +#: 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 msgid "Your password should include %d or more characters." msgstr "Votre mot de passe doit inclure %d ou plus de caractères." #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Votre numéro de téléphone" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Votre rapport" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Vos rapports" @@ -5372,11 +5742,12 @@ msgstr "Votre jeton a été généré" msgid "Your update" msgstr "Votre mise à jour" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Votre mise à jour a été sauvegardée en mode hors connexion pour la soumission en ligne." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Vos mises à jour" @@ -5393,24 +5764,29 @@ msgstr "Vous" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "admin" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "Tous" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "et un défaut soulevé" @@ -5418,17 +5794,17 @@ msgstr "et un défaut soulevé" msgid "by %s" msgstr "par %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "administration" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "n'a pas utilisé le plan" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "Par exemple '%s' ou '%s'" @@ -5436,7 +5812,7 @@ msgstr "Par exemple '%s' ou '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "par exemple. 'Nid de poule de 10cm sur la route St, près de la boîte aux lettres'" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "par exemple. 'Ce nid de poule existe depuis deux mois et…'" @@ -5459,54 +5835,64 @@ msgstr "dernière mise à jour %s" msgid "less than a minute" msgstr "moins d'une minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "s.o." -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "aucun" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" msgstr "pas la responsabilité de l’administration" +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/index.html:99 +#, fuzzy +msgid "optional" +msgstr "(facultatif)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " ou " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "ou créez un compte" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "ou se connecter" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "Clickez ici pour vous localiser automatiquement" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "ce lieu" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "saisi initialement: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "autres lieux:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "montrer" @@ -5518,7 +5904,7 @@ msgstr "déconnexion" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "l'ID de base de données de l’administration auquel est associer cet utilisateur, par ex.2217 pour Versailles." -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "L'administration locale" @@ -5531,7 +5917,7 @@ msgstr "Il n'y a aucune épingle affichée parce que l'utilisateur n'a pas utili msgid "this location" msgstr "ce lieu" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "Ce type de problème local" @@ -5539,15 +5925,17 @@ msgstr "Ce type de problème local" msgid "today" msgstr "aujourd'hui" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "mettre à jour" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "mises à jour" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "plan utilisé" @@ -5559,16 +5947,16 @@ msgstr "l'utilisateur est de la même administration que le problème - %d" msgid "user is problem owner" msgstr "L'utilisateur est propriétaire du problème" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "utilisateur ne figurant pas dans la liste d’abus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "localité" @@ -5628,7 +6016,7 @@ msgid_plural "%d years" msgstr[0] "%d année " msgstr[1] "%d année" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5649,7 +6037,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problème signalé " msgstr[1] "%s problèmes signalés" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5670,21 +6058,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5719,16 +6107,206 @@ msgid_plural "last updated %d days ago" msgstr[0] "dernier enregistrement %d jours" msgstr[1] "dernière %d mise à jour" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "month" msgstr[1] "mois" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapports" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(ignoré si le type est \"String\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr " Remarque: Ce rapport a été envoyé pour action. Toutes les modifications apportées ne seront pas transmises." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr " Remarque: Ce rapport n'a pas encore été envoyé pour action. Toutes les modifications apportées ne peuvent pas être transmises." + +#~ msgid "Automated" +#~ msgstr "Automatique" + +#~ msgid "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" + +#~ msgid "Check inspection required if reports in this category must be inspected before being sent." +#~ msgstr "Vérifiez inspection requise si les rapports dans cette catégorie doivent être inspectés avant d'être envoyés." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Cochez privé si les rapports de cette catégorie ne doivent jamais être affichés sur le site web.\n" +#~ "
\n" +#~ "Normalement, les catégories ne sont pas privées.\n" +#~ "
\n" +#~ "C'est intéressant pour des problèmes pour lesquels vous voulez autoriser les utilisateurs à rapporter à l'interlocuteur, mais pour lesquels il n'y a pas d'intérêt public\n" +#~ "à afficher le rapport. Au Royaume Uni, nous l'avons utilisé pour des services tels que demander une poubelle supplémentaire \n" +#~ "à une adresse donnée." + +#~ msgid "Coordinates:" +#~ msgstr "Coordonnées:" + +#~ msgid "Default priority" +#~ msgstr "Priorité par défaut" + +#~ msgid "Defect type" +#~ msgstr "Type de défaut" + +#~ msgid "Description:" +#~ msgstr "Description :" + +#~ msgid "Didn't use map" +#~ msgstr "Ne pas utiliser la carte" + +#~ msgid "Do you want to automatically raise a defect?" +#~ msgstr "Voulez-vous élever automatiquement un défaut?" + +#~ msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." +#~ msgstr "Pour chaque option, La clé est la valeur qui est stockée dans la base de données pour cette option et Nom est la valeur affichée pour l’utilisateur." + +#~ msgid "Hidden Field" +#~ msgstr "Champ caché" + +#~ msgid "Hint" +#~ msgstr "Allusion" + +#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#~ msgstr "Si coché, l'utilisateur ne verra pas un champ de saisie, juste le texte 'Description'." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Si vous utilisez une méthode d'envoi autre que le courriel, saisissez le service ID (Open311) ou un identifiant équivalent ici." + +#~ msgid "Inspection required" +#~ msgstr "inspection requise" + +#~ msgid "Internet glitch" +#~ msgstr "Conflit Internet" + +#~ msgid "Key" +#~ msgstr "Clé" + +#~ msgid "List" +#~ msgstr "Liste" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Aucune inspection effectuée par cet inspecteur dans la fourchette de dates sélectionnée." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Aucune inspection dans la plage de dates sélectionnée." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Lien permanent" + +#~ msgid "Remove" +#~ msgstr "Retirer" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Les déclarations faites par les utilisateurs de confiance seront envoyés à l'organisme responsable sans être inspecté en premier." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Les rapports seront automatiquement envoyés sans avoir besoin d'être inspecté si la réputation de l'utilisateur est égale ou supérieure à cette valeur. Réglez sur 0 si tous les rapports doivent être inspectés indépendamment." + +#~ msgid "Reputation threshold" +#~ msgstr "Seuil de réputation" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Priorités de réponse pour %s" + +#~ msgid "Server Set" +#~ msgstr "Définir le serveur" + +#~ msgid "String" +#~ msgstr "Chaîne" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Ce rapport ne peut pas être vu sur %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Cette adresse courriel est le destinataire à qui le rapport sera envoyé pour cette catégorie. \n" +#~ "D'autres catégories de cet interlocuteur peuvent avoir la même adresse courriel." + +#~ msgid "" +#~ "The group is used for the top-level category field when\n" +#~ " subcategory grouping is enabled." +#~ msgstr "" +#~ "Le groupe est utilisé pour le champ catégorie lorsque\n" +#~ " le regroupement des sous-catégories est activé." + +#~ msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#~ msgstr "Le code utilisé pour stocker cette valeur de champ dans la base de données. par exemple. address serait disponible sous la forme problem.extra.address dans les modèles." + +#~ msgid "The field name as shown to the user on the report form." +#~ msgstr "Le nom du champ tel qu’indiqué á l’utilisateur sur le formulaire de rapport." + +#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +#~ msgstr "L’ordre de ce champ sur la page de rapport. Les champs sont affichés en ordre croissant selon cette valeur." + +#~ msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#~ msgstr "Le type de champ de saisie à afficher à l’utilisateur.Text est un champ de texte simple, Liste est une sélection déroulante." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessayez s'il vous plaît." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Ceci est un site en développement, le service peut être interrompu à tout moment, et la base de données sera régulièrement effacée." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Accrédité par les organismes:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Accrédité pour faire des rapports sans être inspectés" + +#~ msgid "Trusted:" +#~ msgstr "Accrédité :" + +#~ msgid "" +#~ "Use confirmed to indicate that this contact has been\n" +#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" +#~ "contact, use unconfirmed. inactive will\n" +#~ "remove the category from use when reporting problems, but keep it available in\n" +#~ "map filters, and deleted will remove the category from there\n" +#~ "as well." +#~ msgstr "" +#~ "L’utilisation confirmed est pour indiquer que ce contact a été\n" +#~ "confirmé comme valide. Si vous n’êtes pas sûr de l’origine ou de la validité du\n" +#~ "contact, utiliser unconfirmed. inactive\n" +#~ "supprimera la catégorie de l’utilisation lors de la déclaration de problèmes, mais la\n" +#~ "conserve dans les filtres de la carte, et deleted supprime la \n" +#~ "catégorie." + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Utilisez ce champ pour enregistrer les détails qui sont affichés uniquement dans le portail d'admin du site. L'entrée n'est pas affichée publiquement, et n'est pas envoyée à l'administration." + +#~ msgid "Used map" +#~ msgstr "Carte utilisée" + +#~ msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." +#~ msgstr "Indique si le champ est affiché pour l'utilisateur, inclus en tant que champ masqué et renseigné automatiquement ou défini par le serveur lors de la soumission d'Open311. Ce champ est généralement défini automatiquement." + +#~ msgid "Whether the user is required to provide a value for this field." +#~ msgstr "l’utilisateur doit fournir une valeur pour ce domaine." + +#~ msgid "or locate me automatically" +#~ msgstr "Clickez ici pour vous localiser automatiquement" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index d8c390713a6..91ad8e5c53b 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" @@ -20,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "וגם" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "או" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d תווים לכל היותר" @@ -52,8 +53,10 @@ 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - דיווחי סיכום " @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s עדכונים חיים" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "© מתנדבי O msgid "(Defect & location of defect)" msgstr "(מפגע ומיקום המפגע)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(אין מספר טלפון)" @@ -134,7 +137,7 @@ msgstr "(a-z ורווח בלבד)" msgid "(closed)" msgstr "" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(נשלח לשניהם)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- נא לבחור קטגוריה --" @@ -186,6 +185,10 @@ msgstr "-- נא לבחור קטגוריה --" 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 "--נא לבחור תבנית--" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "הוספת כתובת דוא״ל" @@ -283,7 +299,7 @@ msgstr "הוספת כתובת דוא״ל" msgid "Add extra fields" msgstr "הוספת שדות נוספים" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "הוספת שדה" @@ -291,16 +307,16 @@ msgstr "הוספת שדה" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "הוספת אפשרות" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "הוספת מספר טלפון" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "הוספה לרשימה מקוצרת" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "הוספת משתמש" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "הוספה/עריכה של קטגוריות תקלות" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "הוספה/עריכה של עדיפויות מענה" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "הוספה/עריכה של תבניות תגובה" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -339,7 +356,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "להודיע לי על עדכונים עתידיים" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "הכול" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "כל הדיווחים כ־CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "כל הקטגוריות" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "כל השפות" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "הוספת כתובת דוא״ל" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "" @@ -436,7 +464,7 @@ msgstr "אלמוני" msgid "Anonymous user" msgstr "משתמש אלמוני" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "אלמוני:" msgid "Another user" msgstr "משתמש אחר" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "לבטל את ההעלאה הזאת?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "שטח כיסוי" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "שטח:" @@ -474,28 +507,32 @@ msgstr "שטח:" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +544,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "מענה אוטומטי" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "מענה אוטומטי:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "קטגוריות זמינות" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +568,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "חזרה" @@ -553,29 +582,39 @@ msgstr "חזרה" 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 "חסימת משתמש" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -583,10 +622,6 @@ msgstr "" msgid "CSV File" msgstr "קובץ CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +630,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "אין לך אפשרות לצפות במפה? ניתן לדלג על שלב זה" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "קטגוריות" -#: templates/web/base/admin/category-checkboxes.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 "קטגוריות:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "קטגוריה" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "קטגוריה ומדינה" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +674,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "קטגוריה" @@ -650,48 +688,38 @@ msgstr "קטגוריה" msgid "Change" msgstr "שינוי" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "החלפת מספר טלפון" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +756,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "קוד" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "תצורה" @@ -787,12 +819,12 @@ msgstr "תצורה" msgid "Confirm" msgstr "אישור" -#: templates/web/base/auth/2faform.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 "אישור חשבון" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +836,16 @@ msgstr "" msgid "Confirmation" msgstr "אישור" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "אושר:" @@ -828,10 +860,12 @@ msgstr "" msgid "Contact Us" msgstr "יצירת קשר" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -844,17 +878,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "נקודות ציון:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "לא ניתן למצוא את המשתמש" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "לא ניתן לחפש את המיקום" @@ -874,7 +904,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -883,6 +913,8 @@ msgstr "" 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 "יצירה" @@ -891,38 +923,42 @@ msgstr "יצירה" msgid "Create a report" msgstr "יצירת דוח" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "יצירת קטגוריה" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -931,7 +967,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +977,11 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +990,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "לוח מחוונים" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1010,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "בררת מחדל" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "עדיפות בררת מחד" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "מחיקת תבנית" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "נמחק" @@ -1011,49 +1045,45 @@ msgstr "נמחק" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "תיאור" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "תיאור:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "תיאור" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "התקן ואתר" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "לא נעשה שימוש במפה" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1092,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1110,14 @@ msgstr "" 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 "" @@ -1080,15 +1127,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "לא ידוע לי" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "לא בא לך על טפסים?" @@ -1096,19 +1139,24 @@ msgstr "לא בא לך על טפסים?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "כפיל של" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1164,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "עריכה" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1200,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "עריכת דוחות" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1218,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "ערוך בעיה %d" @@ -1193,7 +1246,10 @@ msgstr "עורך" #: 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:17 +#: 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 @@ -1201,15 +1257,14 @@ msgstr "עורך" msgid "Email" msgstr "דוא״ל" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "כתובת דוא״ל" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "כתובת דוא״ל (רשות)" @@ -1222,21 +1277,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "כתובת דוא״ל אומתה:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "דוא\"ל:" @@ -1290,7 +1345,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "מועד סיום" @@ -1298,11 +1353,11 @@ msgstr "מועד סיום" msgid "Endpoint" msgstr "נקודת סיום" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1311,7 +1366,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1320,8 +1374,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "נא להקליד את פרטי התקלה" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1384,10 @@ msgstr "נא להקליד את פרטי התקלה" msgid "Error" msgstr "שגיאה" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "הכול" @@ -1343,7 +1400,7 @@ msgstr "" msgid "Examples:" msgstr "דוגמאות:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "קטגוריה קיימת" @@ -1351,20 +1408,20 @@ msgstr "קטגוריה קיימת" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "הרחבת המפה" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "הסבר מה לא תקין" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "יצוא כ־CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "מזהה חיצוני" @@ -1372,12 +1429,12 @@ msgstr "מזהה חיצוני" msgid "External URL" msgstr "כתובת חיצונית" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1442,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "צוות חיצוני" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "פרטים נוספים" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "שליחת ההודעה נכשלה" @@ -1420,18 +1482,27 @@ msgstr "שליחת ההודעה נכשלה" msgid "Fields" msgstr "שדות" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "שם פרטי" @@ -1443,21 +1514,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1535,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1544,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "" @@ -1482,8 +1552,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1495,29 +1565,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1593,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1560,60 +1632,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "קיבוץ לפי %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "קיבוץ לפי:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "התקלה הזאת תוקנה?" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1703,18 @@ msgstr "להלן מספר דיווחים נוספים בקרבת מקום:" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1739,18 @@ msgstr "הסתרת השם שלי בעדכון זה" msgid "Hide my name on this report" msgstr "הסתרת השם שלי בדוח זה" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "הסתרת נעצים" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "הסתרת השם שלי בעדכון זה" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "להסתיר את העדכון לחלוטין?" @@ -1676,15 +1760,11 @@ msgstr "להסתיר את העדכון לחלוטין?" msgid "Hide your name?" msgstr "להסתיר את השם שלך?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "רמז" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "היסטוריה" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "בית" @@ -1692,7 +1772,8 @@ msgstr "בית" msgid "How to report a problem" msgstr "כיצד לדווח על תקלה" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "איך לשלוח דיווחים מוצלחים" @@ -1711,15 +1792,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "מזהה" @@ -1734,29 +1815,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1853,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1902,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "בחירת שדות שגויה" @@ -1842,7 +1926,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "בלתי פעיל" @@ -1850,44 +1935,46 @@ msgstr "בלתי פעיל" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "חקירת דוח" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "נדרשת חקירה" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 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 +#, fuzzy +msgid "Internal key" +msgstr "הערות פנימיות" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "הערות פנימיות" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "נפילה באינטרנט" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1986,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2009,16 @@ msgstr "" msgid "Last editor" msgstr "" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "עדכון אחרון:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "עדכון אחרון" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "עדכון אחרון:" @@ -1938,13 +2026,14 @@ msgstr "עדכון אחרון:" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2041,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1964,25 +2049,26 @@ msgstr "" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1995,77 +2081,98 @@ msgstr "" msgid "Log in with Facebook" msgstr "כניסה עם פייסבוק" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "כניסה עם טוויטר" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "כניסה עם דוא״ל" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "כניסה עם דוא״ל" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "חיפוש" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "סדר ידני" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "הודעה" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2180,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2204,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "חודש" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2249,27 @@ msgstr "" msgid "Name" msgstr "שם" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "שם:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "ניווט לבעיה הזאת" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2277,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2296,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2198,8 +2313,14 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "הוספת שדה" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "" @@ -2207,13 +2328,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "ססמה חדשה:" @@ -2221,8 +2342,8 @@ msgstr "ססמה חדשה:" msgid "New phone number:" msgstr "מספר טלפון חדש:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "עדיפות חדשה" @@ -2279,10 +2400,10 @@ msgstr "דיווחים חדשים" msgid "New state" msgstr "מצב חדש" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "תבנית חדשה" @@ -2290,7 +2411,8 @@ msgstr "תבנית חדשה" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2424,36 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2344,24 +2469,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2372,26 +2495,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "אין תומכים" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2522,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2540,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2429,8 +2552,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2568,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "אישור" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2586,27 @@ msgstr "" msgid "Old state" msgstr "מצב ישן" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "בשם %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2497,7 +2631,7 @@ msgstr "אתר היזמה Open311" msgid "Open311 specification" msgstr "פירוט Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "אפשרויות" @@ -2509,25 +2643,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "אחר" @@ -2557,21 +2692,37 @@ msgstr "העמוד לא נמצא" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "קטגוריות אחרות" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "ססמה (רשות)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "קישור קבוע" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "הססמה שלך הוחלפה" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "ססמה (רשות)" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "הרשאות:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "הרשאות:" @@ -2579,7 +2730,7 @@ msgstr "הרשאות:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2741,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "מספר טלפון (רשות)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "טלפון:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2781,20 @@ msgstr "טלפון:" msgid "Photo" msgstr "תמונה" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "נדרשת תמונה." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "נדרשת תמונה" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2804,10 @@ msgstr "תמונות" msgid "Photos of recent nearby reports" msgstr "תמונות של דיווחים אחרונים בקרבת מקום" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2818,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "הצבת נעץ על מפה" @@ -2688,31 +2844,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "נא לבחור קטגוריה" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2883,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "נא לכתוב הודעה" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "נא להקליד מספר טלפון" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "נא להזין שם" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "נא להקליד ססמה" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "נא להקליד נושא" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "נא להקליד כתובת דוא״ל תקנית" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "נא להקליד כתובת דוא״ל תקנית" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "נא להקליד כתובת דוא״ל או טלפון תקניים" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2833,7 +3007,7 @@ msgstr "" 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:1 +#: 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 "" @@ -2843,7 +3017,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3025,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3060,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3081,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2915,19 +3101,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2935,23 +3122,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2959,20 +3146,32 @@ msgstr "" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2982,15 +3181,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3200,27 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "הוספה לרשימה מקוצרת" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3016,7 +3231,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3024,7 +3239,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3033,11 +3249,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3045,37 +3261,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3084,32 +3306,36 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 @@ -3126,23 +3352,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3150,52 +3377,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3440,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3221,15 +3453,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3245,21 +3473,26 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3500,37 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: 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:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3540,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "פרטים נוספים" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3323,24 +3566,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3348,59 +3591,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3655,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3667,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3737,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3553,58 +3815,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "הצגת מדיניות הפרטיות שלנו" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3880,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "בחירת אזור" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3897,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "לבחור מספר מחלקות?" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "בחירה:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3923,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "הגדרת ססמה" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "הגדרה למיקום הנוכחי שלי" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3965,14 @@ msgstr "שיתוף" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3985,7 @@ msgstr "" msgid "Show Photo?" msgstr "להציג תמונה?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "הצגת כל העדכונים" @@ -3730,7 +4001,8 @@ msgstr "להציג את השם לקהל הרחב?" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +4010,10 @@ msgstr "" msgid "Show photo" msgstr "הצגת תמונה" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "הצגת נעצים" @@ -3752,20 +4025,20 @@ msgstr "הצגת שם המדווח" msgid "Show reports in your area" msgstr "הצגת דיווחים באזור שלך" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "כניסה" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4047,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "כניסה או יצירת חשבון" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "לחלק מהקטגוריות נדרש מידע נוסף." @@ -3794,12 +4068,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "כל מיני תמונות של דיווחים אחרונים" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4081,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4095,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4105,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3840,174 +4117,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4310,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4328,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4053,11 +4355,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4373,34 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "הוספת שדות נוספים" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4118,7 +4425,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4126,7 +4433,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4446,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4497,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4508,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4521,14 @@ msgid "" " 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 "" @@ -4223,11 +4540,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "" @@ -4242,15 +4563,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4604,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4613,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4659,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4671,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4372,12 +4698,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4725,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4762,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4806,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4815,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4862,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4553,12 +4890,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4917,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4937,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4617,30 +4949,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "סוג" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4653,26 +4991,27 @@ msgstr "לא ידוע" msgid "Unknown alert type" msgstr "סוג ההתרעה אינו מוכר" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "מזהה התקלה לא ידוע" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "מזהה העדכון לא ידוע" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5025,24 @@ msgstr "" msgid "Update" msgstr "עדכון" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5067,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5122,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5130,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5142,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5179,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5217,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5243,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5253,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4920,7 +5261,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4943,7 +5284,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5293,7 @@ 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:17 +#: 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 "" @@ -4965,7 +5306,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "אתר" @@ -4986,19 +5327,11 @@ msgstr "מתי נערך" msgid "When sent" msgstr "מתי נשלח" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "האם על המשתמש לספק ערך לשדה הזה." - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "באילו תקלות מעניין אותך להתעדכן?" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "הדיווח הזה הוא כפיל של איזה דיווח?" @@ -5010,7 +5343,7 @@ msgstr "למה לעצור כאן? ניתן להגדיר עו msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "במסגרת הזמן שצוינה:" @@ -5018,7 +5351,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5030,9 +5363,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5373,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "כן" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5063,20 +5400,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5422,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5095,10 +5433,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5444,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5462,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5485,11 @@ msgstr "יצאת" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "הוספת את מספר הטלפון שלך בהצלחה." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "אישרת את כתובת הדוא״ל שלך בהצלחה." @@ -5151,7 +5498,7 @@ msgstr "אישרת את כתובת הדוא״ל שלך בהצלחה." msgid "You have successfully confirmed your phone number." msgstr "אישרת את מספר הטלפון שלך בהצלחה." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "הסרת את מספר הטלפון שלך." @@ -5160,11 +5507,11 @@ msgstr "הסרת את מספר הטלפון שלך." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "נכנסת בהצלחה, נא לבדוק ולאשר שהפרטים שלך נכונים:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "אימתת את מספר הטלפון שלך בהצלחה." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "לא יצרת דיווחים עדיין. ניתן לדווח על תקלה כעת." @@ -5187,21 +5534,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "החשבון שלך" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "כתובת הדוא״ל שלך" @@ -5210,8 +5563,8 @@ msgstr "כתובת הדוא״ל שלך" msgid "Your email address" msgstr "כתובת הדוא״ל שלך" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "כתובת הדוא״ל או מספר הנייד שלך" @@ -5220,7 +5573,8 @@ msgstr "כתובת הדוא״ל או מספר הנייד שלך" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "השם שלך" @@ -5228,46 +5582,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "השם שלך מוסתר בכל הדיווחים והעדכונים שלך." -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "השם שלך הוסתר." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "הדיווחים הבלתי מקוונים שלך" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "על הססמה שלך להכיל %d תווים או יותר." #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "דיווח שלך" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "דיווחים שלך" @@ -5284,11 +5644,12 @@ msgstr "האסימון שלך נוצר" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "העדכון שלך נשמר באופן בלתי מקוון להגשה בעת חידוש החיבור לאינטרנט." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "העדכונים שלך" @@ -5305,24 +5666,29 @@ msgstr "עצמך" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "הכול" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5696,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5348,7 +5714,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5737,64 @@ msgstr "עדכון אחרון: %s" msgid "less than a minute" msgstr "פחות מדקה" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(רשות)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "או" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "המיקום הזה" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "אזורים אחרים:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "הצגה" @@ -5430,7 +5806,7 @@ msgstr "יציאה" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5443,7 +5819,7 @@ msgstr "" msgid "this location" msgstr "המיקום הזה" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "סוג זה של בעיה מקומית" @@ -5451,15 +5827,17 @@ msgstr "סוג זה של בעיה מקומית" msgid "today" msgstr "היום" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "עדכון" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "עדכונים" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5471,16 +5849,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "מחלקה" @@ -5556,7 +5934,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5583,7 +5961,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5610,7 +5988,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5619,7 +5997,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5628,7 +6006,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5673,7 +6051,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5682,7 +6060,7 @@ msgstr[1] "חודשיים" msgstr[2] "חודשים" msgstr[3] "חודשים" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5690,3 +6068,39 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "Available categories" +#~ msgstr "קטגוריות זמינות" + +#~ msgid "Coordinates:" +#~ msgstr "נקודות ציון:" + +#~ msgid "Default priority" +#~ msgstr "עדיפות בררת מחד" + +#~ msgid "Defect type" +#~ msgstr "סוג המפגע" + +#~ msgid "Description:" +#~ msgstr "תיאור:" + +#~ msgid "Didn't use map" +#~ msgstr "לא נעשה שימוש במפה" + +#~ msgid "Hint" +#~ msgstr "רמז" + +#~ msgid "Inspection required" +#~ msgstr "נדרשת חקירה" + +#~ msgid "Internet glitch" +#~ msgstr "נפילה באינטרנט" + +#~ msgid "OK" +#~ msgstr "אישור" + +#~ msgid "Permalink" +#~ msgstr "קישור קבוע" + +#~ msgid "Whether the user is required to provide a value for this field." +#~ msgstr "האם על המשתמש לספק ערך לשדה הזה." diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index f6b68e7e076..b644ba7a101 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "i" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ili" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "Najviše %dznakova" @@ -52,8 +53,10 @@ msgstr "%d do %d od %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Sažetak prijava" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kontakti vijeća – %s potvrđeni, %s nepotvrđeni" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "%s omogućava pretplate na razne RSS izvore te dojave e-mailom za lokalne probleme (u granicama neke jedinice mjesne samouprave ili u nekom radijusu od zadane točke)." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "%s omogućava pretplate na razne RSS izvore te dojave putem e-maila za l msgid "%s live updates" msgstr "%s ažuriranje uživo" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s otvoreno, %s zatvoreno, %s riješeno" @@ -116,13 +119,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Bez imena)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Nije unesen broj telefona)" @@ -134,7 +137,7 @@ msgstr "(dopušteni znakovi a-z i razmaci)" msgid "(closed)" msgstr "(zatvoreno)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(pokriva otprilike 200,000 ljudi)" @@ -142,10 +145,6 @@ msgstr "(pokriva otprilike 200,000 ljudi)" msgid "(fixed)" msgstr "(popravljeno)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(zanemaruje se ako je tip podatka \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe...)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(poslano na obje adrese)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberite kategoriju --" @@ -186,6 +185,10 @@ msgstr "-- Izaberite kategoriju --" 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 "-- Odaberite predložak --" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s prijave %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s spremljeno." @@ -235,23 +240,29 @@ msgstr "No Potvrdi moje ažuriranje e-mailom" msgid "No Let me confirm my update by email/text" msgstr "Ne - Želim ažurirati svoju prijavu putem e-maila ili SMS poruke." -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Pažnja: Ovaj prijavak je poslan nadležnima na rješavanje. Naknadne izmjene neće biti automatski proslijeđene. " - -#: templates/web/base/report/_inspect.html:202 -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. " - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Da Imam svoju lozinku." +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" @@ -271,13 +282,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Dodaj novu kategoriju" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Dodajte tijelo javne vlasti" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Dodajte e-mail adresu" @@ -286,7 +302,7 @@ msgstr "Dodajte e-mail adresu" msgid "Add extra fields" msgstr "Dodajte dodatna polja" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Dodajte polja" @@ -294,16 +310,16 @@ msgstr "Dodajte polja" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Dodaj novu kategoriju" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Dodajte opciju" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Dodajte telefonski broj" @@ -317,24 +333,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Dodajte korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Dodajte ili uredite kategorije problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Dodajte ili uredite prioritete za odgovor" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Dodajte ili uredite predloške za odgovor" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Dodano %s" @@ -342,7 +359,7 @@ msgstr "Dodano %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Administrator" @@ -358,19 +375,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Javi mi buduće promjene" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Sve" @@ -383,8 +401,8 @@ msgid "All Reports as CSV" msgstr "Sve prijave u CSV formatu" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Sve kategorije" @@ -396,9 +414,9 @@ msgstr "" msgid "All languages" msgstr "Svi jezici" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -425,7 +443,17 @@ msgstr "Alternativno, možemo prikriti Vaše ime uz sve Vaše prijave i msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Dodajte e-mail adresu" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." @@ -439,7 +467,7 @@ msgstr "Anonimno" msgid "Anonymous user" msgstr "Anonimni korisnik" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -451,24 +479,29 @@ msgstr "Anonimno:" msgid "Another user" msgstr "Drugi korisnik" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Jeste li sigurni da želite otkazati ovo slanje?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Jeste li sigurni?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Područje pokrivenosti" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Područje:" @@ -477,28 +510,33 @@ msgstr "Područje:" 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 "Budući da je ovo probno-eksperimentalna stranica i %sne važi, prijave poslane putem ove stranice bit će poslane osobi koja prijavljuje, a ne na adrese navedene kao nadležne za ovu kategoriju problema." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Pridodajte korisnike određenom području:" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Dodijelite nadležnom tijelu:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Promijenite kategoriju:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Dodijelite vanjskom tijelu:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Dodijelite radnoj jedinici:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Pridodajte korisnike određenom području:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Dodijeljeno %s" @@ -510,31 +548,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Automatski odgovor" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Automatski odgovor:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Dostupne kategorije" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Prosječno vrijeme između dojave i rješenja problema (za posljednjih 100 prijava)." @@ -543,12 +572,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čeka odluku moderatora" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Povratak" @@ -556,29 +586,39 @@ msgstr "Povratak" msgid "Back to all reports" msgstr "Povratak na sve prijave" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Zabranite korisniku pristup" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Tijela" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Tijelo" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Tijelo" @@ -586,10 +626,6 @@ msgstr "Tijelo" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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." - #: 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 "Ne možete pronaći našu e-mail adresu u svom pretincu? Provjerite svoj pretinac za neželjenu poštu (\"spam\") - to je rješenje u 99% slučajeva." @@ -598,39 +634,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorije" -#: templates/web/base/admin/category-checkboxes.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 "Kategorije: " +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategorija" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Kategorija i stanje" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorija promijenjena iz \"%s\" u \"%s\"" @@ -639,12 +678,12 @@ msgstr "Kategorija promijenjena iz \"%s\" u \"%s\"" msgid "Category fix rate for problems > 4 weeks old" msgstr " Postotak popravaka za kategoriju > staro 4 tjedna" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorija:" @@ -653,53 +692,39 @@ msgstr "Kategorija:" msgid "Change" msgstr "Promijenite" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Promijenite e-mail adresu" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Promijenite lozinku" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Promijenite telefonski broj" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "Uključite potrebna provjeraako prijave u ovoj kategoriju moraju proći provjeru prije nego se proslijede na postupanje." +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" -"Uključite privatnoako prijave u ovoj kategoriji ne treba prikazivati na stranici.\n" -"
\n" -"Normalno stanje je da kategorije nisu označene kao privatne.\n" -"
\n" -"Ovo je primjereno za probleme za koje želite omogućiti korisnicima da prijave nadležnim tijelima, ali za koje nema velikog interesa javnosti da se prikazuje u izvještaju. Obično to može biti zahtjev za uslugama poput postavljanja dodatne kante za smeće na određenoj adresi." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Odaberite iduće" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Izbrišite preuzete podatke (offline data)" @@ -736,57 +761,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zatvorene" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Zatvorilo je odgovorno tijelo" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinate:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand podaci:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Kod / šifra (code)" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Umanjite prikaz karte" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfiguracija" @@ -795,12 +824,12 @@ msgstr "Konfiguracija" msgid "Confirm" msgstr "Potvrdi" -#: templates/web/base/auth/2faform.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 "Potvrdi račun" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Provjerite svoj e-mail pretinac i postavite novu lozinku." @@ -812,16 +841,16 @@ msgstr "Provjerite svoj e-mail pretinac i postavite novu lozinku." msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Potvrđeno" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Potvrđeno:" @@ -836,10 +865,12 @@ msgstr "Kontaktirajte %s" msgid "Contact Us" msgstr "Kontaktiraj nas" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontaktiraj tim" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -852,17 +883,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinate" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Nepoznati korisnik" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Nismo mogli pronaći lokaciju" @@ -882,7 +909,7 @@ msgstr "Kontakti vijeća za %s" msgid "Council ref: %s" msgstr "odgovorno tijelo ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Vijeće:" @@ -891,6 +918,8 @@ msgstr "Vijeće:" msgid "Count" msgstr "Brojač" +#: 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 "Izradite" @@ -899,38 +928,42 @@ msgstr "Izradite" msgid "Create a report" msgstr "Kreiraj izvješće" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Izradite prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Izradite izvještaj ili ažurirajte problem kao anonimni korisnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Izradite izvještaj ili ažurirajte problem kao tijelo javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Izradite izvještaj ili ažurirajte problem u ime korisnika" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Kreirano" @@ -939,7 +972,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -949,11 +982,11 @@ msgstr "Kreirano:" msgid "Current password:" msgstr "Trenutno važeća lozinka:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Trenutni token:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Trenutno grupirano prema %s" @@ -962,19 +995,19 @@ 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:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Ne možemo kontaktirati mušteriju" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Nadzorna ploča" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Isključite dvo-stupanjsku autentikaciju" @@ -982,35 +1015,33 @@ msgstr "Isključite dvo-stupanjsku autentikaciju" msgid "Dealt with by subdivision within 5 working days" msgstr "Riješeno unutar 5 radnih dana" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Zadano" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Zadani prioritet" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Vrsta nepravilnosti" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbrišite predložak" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Izbrišite predložak" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Izbrisano" @@ -1019,49 +1050,45 @@ msgstr "Izbrisano" msgid "Describe why you are moderating this" msgstr "Opišite zašto ste odlučili moderirati ovo" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Opis" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Detaljni opis ograničen je na %dznakova." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalji" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalji:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "Uređaj i stranica" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Prenešeno" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Karta nije bila korištena" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Ljestvica marljivosti" @@ -1070,6 +1097,15 @@ msgstr "Ljestvica marljivosti" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1079,6 +1115,14 @@ msgstr "" msgid "Discard changes" msgstr "Odbacite izmjene" +#: 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 "Nemojte slati e-mail obavijesti o komentarima autoru prijave" @@ -1088,15 +1132,11 @@ msgstr "Nemojte slati e-mail obavijesti o komentarima autoru prijave" msgid "Do you have a %s password?" msgstr "Imate li svoju lozinku?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "Želite li automatski prijaviti nepravilnost?" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Ne’znam" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Ne dopadaju Vam se obrasci?" @@ -1104,19 +1144,25 @@ msgstr "Ne dopadaju Vam se obrasci?" msgid "Down one" msgstr "Jedan manje" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, 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/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplikat s" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplikati" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1127,32 +1173,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Uredi" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Uredite podatke o tijelu javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Uredite ovlaštenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Uredite kategoriju kojoj pripada prijava" @@ -1160,15 +1209,17 @@ msgstr "Uredite kategoriju kojoj pripada prijava" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Uredite razinu prioriteta ove prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Uredite prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1176,13 +1227,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Uređivanje problema %d" @@ -1204,7 +1255,10 @@ msgstr "Urednik" #: 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:17 +#: 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 @@ -1212,15 +1266,14 @@ msgstr "Urednik" msgid "Email" msgstr "E-mail" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Uredite adresu" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "E-mail adresa (neobavezno)" @@ -1233,21 +1286,21 @@ msgstr "Izrađeno automatsko obavještavanje e-mailom" msgid "Email alert deleted" msgstr "Izbrisano automatsko obavještavanje e-mailom" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Potvrđena e-mail adresa:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-mail:" @@ -1301,7 +1354,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Zaključni datum" @@ -1309,11 +1362,12 @@ msgstr "Zaključni datum" msgid "Endpoint" msgstr "Krajnja točka" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Unesite ime ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesite obližnji poštanski broj ili ime ulice i kvarta" @@ -1322,7 +1376,6 @@ msgstr "Unesite obližnji poštanski broj ili ime ulice i kvarta" msgid "Enter a nearby postcode, or street name and area" msgstr "Unesite obližnji poštanski broj ili ime ulice i kvarta" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Unesite ime obližnje ulice i kvarta" @@ -1331,8 +1384,9 @@ msgstr "Unesite ime obližnje ulice i kvarta" msgid "Enter details of the problem" msgstr "Unesite detalje o problemu" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1340,8 +1394,10 @@ msgstr "Unesite detalje o problemu" msgid "Error" msgstr "Greška" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Sve" @@ -1354,7 +1410,7 @@ msgstr "Primjer poštanskog broja %s" msgid "Examples:" msgstr "Primjeri:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Postojeća kategorija" @@ -1362,20 +1418,20 @@ msgstr "Postojeća kategorija" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Proširite prikaz karte" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Opišite što nije u redu:" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Izvoz u CSV formatu" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Vanjski ID / IB" @@ -1383,12 +1439,12 @@ msgstr "Vanjski ID / IB" msgid "External URL" msgstr "Vanjski URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Vanjsko tijelo javne vlasti" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1396,32 +1452,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Vanjska ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Dodatni detalji" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Slanje poruke nije uspjelo" @@ -1431,18 +1492,27 @@ msgstr "Slanje poruke nije uspjelo" msgid "Fields" msgstr "Polja" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Prvi put" @@ -1454,21 +1524,20 @@ msgstr "Popravite ovo tako da odaberete područje pokrivenosti #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Popravljene" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Popravljeno - odgovorno tijelo" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Popravljeno - Korisnik" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Zastavica je izbrisana" @@ -1476,8 +1545,8 @@ msgstr "Zastavica je izbrisana" msgid "Flag user" msgstr "Označi korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Označen" @@ -1485,7 +1554,7 @@ msgstr "Označen" msgid "Flagged reports and users" msgstr "Označene prijave i korisnici" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Označeni korisnici su izlistani na zasebnoj stranici." @@ -1493,8 +1562,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Označen:" @@ -1506,29 +1575,25 @@ msgstr "Kliknite na poveznicu JLS kako biste vidjeli samo prijave unutar granica msgid "For best results include a close-up and a wide shot" msgstr "Bilo bi najbolje poslati fotku izdaleka te iz blizine." -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Zaboravili ste šifru?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Proslijeđeno vanjskom tijelu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Proslijeđeno vanjskom tijelu." @@ -1538,28 +1603,34 @@ msgstr "Proslijeđeno vanjskom tijelu." msgid "Frequently Asked Questions" msgstr "Često postavljana pitanja" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Izradite token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Primite ažuriranja" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Primite ažuriranja %s problema" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Primite ažuriranja problema u ovom %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Pretplatite se na RSS izvor" @@ -1571,60 +1642,66 @@ msgstr "Dajte ime ovoj zbirci polja. Neće biti prikazano javno, nego samo za ad msgid "Glad to hear it’s been fixed!" msgstr "Drago nam je čuti da je stvar riješena!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Idi" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Odobri pristup adminu" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafikon nastanka problema prema položaju tijekom vremena" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Grupirati prema %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Grupirati prema:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Je li ovaj problem popravljen?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Jeste li prije prijavljivali problem odgovornom tijelu ili je ovo prvi put?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Pomoć" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Dajte detaljniji opis i tako pomozite %s da brže riješi problem. Ove dodatne informacije neće biti vidljive ostalim korisnicima." @@ -1636,18 +1713,18 @@ msgstr "Evo drugih prijava iz okolice:" msgid "Hi %s" msgstr "Zdravo %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skriveno" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Sakriti sve prijave i novosti" @@ -1672,12 +1749,18 @@ msgstr "Sakrijte svoje ime u ovom ažuriranju novosti" msgid "Hide my name on this report" msgstr "Sakrijte svoje ime u ovoj prijavi" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Sakrij pinove" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Prijavljeno u kategoriji %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Posve sakriti ažuriranje novosti?" @@ -1687,15 +1770,11 @@ msgstr "Posve sakriti ažuriranje novosti?" msgid "Hide your name?" msgstr "Sakriti Vaše ime?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Savjet" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Povijest" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1703,7 +1782,8 @@ msgstr "" msgid "How to report a problem" msgstr "Kako prijaviti problem:" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Kako sastaviti što uspješniju prijavu" @@ -1722,15 +1802,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Nažalost, ne možemo locirati Vaš problem u bazi podataka.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1745,29 +1825,33 @@ msgstr "" msgid "If there's a user associated with the address you entered, we've sent a confirmation email." msgstr "Ako postoji korisnik povezan s adresom koju ste unijeli, poslali smo na tu adresu e-mail za potvrdu." -#: templates/web/base/admin/responsepriorities/edit.html:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -msgstr "Ako je ova postavka uključena, korisnik neće vidjeti polje za unos, nego samo tekst opisa." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 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 !!!" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Ako više tijela javne vlasti ima nadležnost na istom prostoru, @PopraviKv.art spaja iste kategorije u jednu stavku na izborniku. Budite sigurni da koristite isti naziv kategorije u tijelima javne vlasti ako želite da se to dogodi." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 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." @@ -1779,37 +1863,32 @@ msgstr "Ako dobijete nove informacije o stanju prijavljenog problema, molimo Vas 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:45 +#: 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 "Ako želite da ovaj prioritet !!! bude opcija samo za određene kategorije, ovdje ih odaberite. Inače je zadano da budu prikazani za sve kategorije." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Ako želite da ovaj predložak bude opcija samo za pojedine kategorije, ovdje ih odaberite. Inače je zadano da bude ponuđen za sve kategorije." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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 "Ako želite koristiti ovaj predložak kako biste unaprijed popunili polja za ažuriranje novosti o problemu kod promjene statusa prijave, ovdje odaberite status. !!!" -#: templates/web/base/questionnaire/index.html:70 +#: 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 "Ako želite ostaviti javni komentar o novostima u vezi prijavljenog problema, molimo Vas da to upišete ovdje. (Imajte na umu da ovaj komentar neće automatski biti proslijeđen nadležnoj instituciji.)" -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Ako za slanje koristite neki alat koji nije e-mail, unesite ovdje ID usluge (Open311) ili sličan identifikator." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1833,11 +1912,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ilegalan ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ilegalan odabir izvora" @@ -1853,7 +1936,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Neaktivno" @@ -1861,44 +1945,46 @@ msgstr "Neaktivno" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Uključite osobne podatke prijavitelja" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Pogrešno ima_foto vrijednost\"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Provjerite prijavu" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Potrebna provjera" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Izdajte nalog izvođačima da riješe prijavljene probleme" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne bilješke" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne bilješke" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Greška u vezi s internetima" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 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:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1910,10 +1996,6 @@ msgstr "Obično je najbrži način provjeriti što piše u Često msgid "It’s on its way to the council right now." msgstr "Upravo je na putu prema tijelu javne vlasti." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1937,11 +2019,16 @@ msgstr "Posljednjih 7 dana" msgid "Last editor" msgstr "Posljednji " -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Posljednje ažuriranje" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Zadnje ažuriranje / novosti" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Posljednje ažuriranje" @@ -1949,13 +2036,14 @@ msgstr "Posljednje ažuriranje" msgid "Last update:" msgstr "Posljednje ažuriranje:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Najdavnije uređeno" @@ -1963,10 +2051,6 @@ msgstr "Najdavnije uređeno" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Ostavite ovo prazno ako sve prijave ovom tijelu javne vlasti trebaju biti poslane istom metodom (npr. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Popis" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Izlistaj sve prijavljene probleme" @@ -1975,25 +2059,26 @@ msgstr "Izlistaj sve prijavljene probleme" msgid "Loading reports…" msgstr "Dohvaćanje prijava iz baze..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Dohvaćanje..." #: 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:1 +#: 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 "Lokalni RSS izvori i e-mail upozorenja" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokalni RSS izvori i e-mail upozorenja za‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokalna upozorenja" @@ -2006,77 +2091,98 @@ msgstr "Precizno locirajte problem na karti područja" msgid "Log in with Facebook" msgstr "Prijavite se Facebook računom" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Prijavite se Twitter računom" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Prijavite se e-mail računom" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Prijavite se e-mailom ili SMS-om" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Odjavite se s cijele stranice" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Prijavite se e-mail računom" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Potražite" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "KARTA !!!" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "Anonimizirajte korisnika !!! kod svih prijava i ažuriranja novosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ručni poredak" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Karta" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Označite kao poslano" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Poruka" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Poruka nadležnom tijelu:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Poruka vanjskom tijelu:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Nedostajuća tijela:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Nedostaje nadležni_ID" @@ -2084,7 +2190,8 @@ msgstr "Nedostaje nadležni_ID" msgid "Moderate" msgstr "Moderirajte" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Moderirajte detalje prijave" @@ -2107,36 +2214,44 @@ msgstr "Moderirao/la %s u %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mjesec" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2144,28 +2259,27 @@ msgstr "Najviše komentara" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Pogledajte ovaj problem" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Najbliža procijenjena adresa:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2173,12 +2287,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2194,16 +2308,16 @@ msgstr "Skoro gotovo!" msgid "Nearly done! Now check your email…" msgstr "Skoro gotovo! Sada pogledajte svoj e-mail sandučić..." -#: templates/web/base/auth/2faform.html:8 +#: templates/web/base/auth/2fa/form.html:8 #: templates/web/base/auth/smsform.html:19 msgid "Nearly done! Now check your phone…" msgstr "Skoro gotovo! Sada pogledajte svoj telefon..." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Dodano novo tijelo javne vlasti" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" @@ -2211,8 +2325,14 @@ msgstr "Novi kontakt dodan u kategoriju" msgid "New email address:" msgstr "Nova e-mail adresa" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Dodajte polja" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nova interna poruka:" @@ -2220,13 +2340,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 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:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nova lozinka:" @@ -2234,8 +2354,8 @@ msgstr "Nova lozinka:" msgid "New phone number:" msgstr "Novi broj telefona:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Novi prioritet" @@ -2292,10 +2412,10 @@ msgstr "Nove prijave" msgid "New state" msgstr "Novo stanje" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Novi predložak" @@ -2303,7 +2423,8 @@ msgstr "Novi predložak" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovije" @@ -2315,33 +2436,36 @@ msgstr "Sljedeće" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Ne" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nema tijela javne vlasti" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nije odabrano odgovorno tijelo" @@ -2357,24 +2481,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Nema novosti" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Navedeni inspektor nema zabilježenih nadzora u zadanom periodu." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Nisu zabilježeni nadzori u navedenom periodu." +#: 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 "Nema prijava za prikazati na karti, no evo nekih u blizini:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Nisu pronađeni traženi rezultati !!!" @@ -2385,26 +2507,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Bez podrške" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Nijedan" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2412,7 +2534,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Nije za ovaj odjel !!!" @@ -2430,7 +2552,7 @@ msgstr "Nije prijavljeno odgovornom tijelu" msgid "Note" msgstr "Napomena" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Napomena:" @@ -2442,8 +2564,13 @@ msgstr "Napomena: %s" msgid "Notes from SDM to DM" msgstr "Bilješke od SDM-a za DM-a" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Bilješka" #: templates/web/base/reports/index.html:127 @@ -2454,15 +2581,17 @@ msgstr "Broj prijavljenih problema u svakoj kategoriji, unutar posljenjih 7 dana msgid "Number of problems reported in each ward, in the last 7 days." msgstr "Broj problema u pojedinoj samoupravi, u posljednjih 7 dana" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Preuzeti podaci su izbrisani" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Preuzeti podaci su sačuvani" @@ -2470,22 +2599,27 @@ msgstr "Preuzeti podaci su sačuvani" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstarije" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "U ime %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otvorene" @@ -2510,7 +2644,7 @@ msgstr "Open311 prvotna web stranica" msgid "Open311 specification" msgstr "Open311 specifikacija" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Postavke" @@ -2522,25 +2656,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "Ili se pretplatite na RSS izvor" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Drugo" @@ -2570,21 +2705,37 @@ msgstr "Stranica nije pronađena" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Ostale kategorije" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Djelomično" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Lozinka (neobvezno)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Stalna poveznica (permalink)" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Vaša lozinka je promijenjena" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Lozinka (neobvezno)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Ovlaštenja:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Ovlaštenja:" @@ -2592,7 +2743,7 @@ msgstr "Ovlaštenja:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Telefonski prijavitelj" @@ -2603,39 +2754,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonski broj (neobavezan)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Provjeren broj telefona:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2643,20 +2794,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Fotografija" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Potrebna je fotografija" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Potrebna je fotografija" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2666,6 +2817,10 @@ msgstr "Fotografije:" msgid "Photos of recent nearby reports" msgstr "Fotografije posljednjih obližnjih prijava" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2676,8 +2831,9 @@ msgstr "Odaberite svoje tijelo javne vlasti" msgid "Pick your ward" msgstr "Odaberite svoju jedinicu lokalne samouprave" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Postavite zastavicu na kartu" @@ -2701,31 +2857,31 @@ msgstr "Provjeri lozinku i pokušaj ponovno" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Izaberite kategoriju" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Molimo Vas da ispravite pogreške koje se nalaze ispod" @@ -2743,104 +2899,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Molimo Vas da budete pristojni; vrijeđanje službenika u tijelu javne vlasti nanosi štetu svim budućim korisnicima ovog sustava." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Unesite poruku" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Molimo da ostavite broj telefona" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Molimo da unesete ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Molimo da unesete ime ovog tijela javne vlasti" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Unesite lozinku" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Unesite predmet (naslov)" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Unesite valjanu e-mail adresu" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Unesite valjanu e-mail adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Molimo da unesete valjanu e-mail adresu ili broj telefona" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Unesite detalje" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Unesite svoju e-mail adresu" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Unesite svoje ime" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Unesite svoje ime" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Molimo da ostavite svoj broj telefona" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Unesite svoje prezime" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Unesite svoju titulu" @@ -2849,7 +3023,7 @@ msgstr "Unesite svoju titulu" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Možete se ponovno prijaviti ili se vratiti na početnu stranicu." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Popunite detalje o problemu u nastavku." @@ -2859,7 +3033,7 @@ msgstr "Popunite detalje o problemu u nastavku." 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 "Popunite detalje o problemu u nastavku i opišite lokaciju što preciznije." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2867,8 +3041,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Molimo navedite želite li primiti novi upitnik" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: 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" @@ -2894,11 +3076,11 @@ 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:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Objavio %s na %s" @@ -2975,20 +3162,32 @@ msgstr "Objavio %s na %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Prethodno" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioriteti" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privatnost" @@ -2998,15 +3197,14 @@ msgstr "Privatnost" msgid "Privacy and cookies" msgstr "Privatnost i kolačići" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privatno" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3018,10 +3216,29 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problem %d oblikovan" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Problem %s poslan odgovornom tijelu %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s potvrđen" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d oblikovan" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d oblikovan" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s poslan odgovornom tijelu %s" @@ -3032,7 +3249,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s" msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3040,7 +3257,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3049,11 +3267,11 @@ msgstr "Problemi" msgid "Problems in an area" msgstr "Problemi na ovom području" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Okolni problemi" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemi na karti" @@ -3061,37 +3279,43 @@ msgstr "Problemi na karti" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemi nedavno prijavljeni kao popravljeni na Popravi.to" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problemi unutar radijusa %.1f km od %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemi unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemi unutar %s ward" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "Problems within %s ward, %s" msgstr "Problemi unutar %s JLS, %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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemi unutar %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Adresa objekta:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Ažuriranje" @@ -3100,32 +3324,37 @@ msgstr "Ažuriranje" msgid "Provide update as" msgstr "Pošaljite novosti kao: " -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Lozinka nije obvezna, ali će vam omogućiti lakše prijavljivanje problema, ažuriranja i upravljanje vašim izvješćima." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Javni detalji:" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Javno ažuriranje novosti:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Objavite fotografiju:" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Upitnik" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3142,23 +3371,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Upitnik %d poslan za problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Upitnik popunila osoba koja je prijavila problem" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS izvor" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS izvor za %s JLS, %s" @@ -3166,52 +3396,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s JLS" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS izvor za probleme unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS izvor za probleme unutar %s JLS" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS izvor za nedavne lokalne probleme" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS izvor za novosti u vezi ovog problema" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Pristiglo kod %s malo kasnije" @@ -3225,11 +3459,12 @@ msgstr "Nedavni lokalni problemi, %s" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno dodano" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3237,15 +3472,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Uklonite" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Uklonite detalje računa" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Uklonite polje" @@ -3261,21 +3492,26 @@ msgstr "Ukloni oznaku" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Uklonite sa stranice" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Uklonite polje" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Zamijenite token" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Odgovor za korisnika:" @@ -3283,30 +3519,38 @@ msgstr "Odgovor za korisnika:" msgid "Report" msgstr "Prijava" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavite problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Prijavite zloupotrebu" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Prijavljeno anonimno %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3316,17 +3560,20 @@ msgstr "" msgid "Report as" msgstr "Prijavite kao " -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Prijavite kao " + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Prijava za %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Status prijave: " -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Prijavite svoj problem:" @@ -3339,24 +3586,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavite, pregledajte ili raspravljajte o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Prijavljeno anonimno %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Prije prijavljeno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Prijavio %s za %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Prijava od strane: " @@ -3364,59 +3611,63 @@ msgstr "Prijava od strane: " msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno %s u kategoriju anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Prijavio %s u kategoriju %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Prijavio %s anonimno %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Prijavio %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Prijave" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Prijave su ograničene na broj od %s znakova duljine. Molimo da skratite svoju prijavu." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3424,14 +3675,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Prijave koje čekaju odobrenje" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "Podjela prijava s obzirom na odredište" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Prijave od strane pouzdanih korisnika bit će poslane odgovornim tijelima bez dodatne moderatorske provjere." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Prijave u blizini %s su poslane različitim tijelima javne vlasti, ovisno o vrsti problema." @@ -3440,63 +3687,61 @@ msgstr "Prijave u blizini %s su poslane različitim tijelima javne vlasti, ovisn msgid "Reports published" msgstr "Prijave objavljene" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Prijave sačuvane offline" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Prijave poslane na adresu %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Prijave koje čekaju slanje " -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Prijave će biti automatski poslane bez potrebe za moderatorskom provjerom ako je koristnička reputacija jednaka ili veća od ove vrijednosti. Postavite vrijednost na 0 ako sve prijave treba provjeriti neovisno o reputaciji korisnika." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Ponovno pošalji prijavu" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3512,56 +3757,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Spremi promjene" @@ -3569,58 +3835,62 @@ msgstr "Spremi promjene" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Pretraži prijave" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Pretraži korisnike" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Pretraži:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3630,12 +3900,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3647,19 +3917,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3668,41 +3943,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Pošalji %s %s naknadno" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Poslano:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Servis:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Podijeli" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3710,14 +3985,14 @@ msgstr "Podijeli" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3730,7 +4005,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3746,7 +4021,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3754,9 +4030,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Prikaži pinove" @@ -3768,20 +4045,20 @@ msgstr "" msgid "Show reports in your area" msgstr "Prikaz prijava u Vašoj okolini" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Prijavite se" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3790,16 +4067,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Prijavite se ili kreirajte korisnički račun" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Odjavite se" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Neke kategorije mogu zahtijevati dodatne informacije." @@ -3810,12 +4088,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Fotografije nedavnih prijava" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Tekst za lakšu lokalizaciju" @@ -3823,11 +4101,13 @@ msgstr "Tekst za lakšu lokalizaciju" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3835,7 +4115,8 @@ msgstr "Žao nam je,ne pokrivamo područje na kojem se nalazi taj problem." msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3844,9 +4125,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Žao nam je, ne možemo pronaći tu lokaciju." @@ -3856,174 +4137,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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 "Žao nam je, nije moguće analizirati tu lokaciju. Molimo pokušajte ponovno." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Kriterij sortiranja" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stanje" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Stanje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistika" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Predmet" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Predmet:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Pošalji" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Pošalji promjene" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Pošalji upitnik" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4031,11 +4331,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Prijave su ograničene na broj od %s znakova duljine. Molimo da skratite svoju prijavu." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4043,19 +4350,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Ukratko opišite svoj problem:" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Ukratko opišite unesene izmjene" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Sažetak" @@ -4069,11 +4377,11 @@ msgstr "Sažetak prijava" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "Super-korisnici imaju ovlasti da poduzimaju sve radnje u administratorskom sučelju." @@ -4087,29 +4395,34 @@ msgstr "Rezultati ispitivanja" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Predlošci" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Dodajte dodatna polja" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Tekst samo verzija" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" @@ -4134,7 +4447,7 @@ msgstr "Hvala Vam na upitu" msgid "Thank you for your feedback" msgstr "Hvala Vam na povratnoj informaciji" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Hvala na učitavanju slike. Sada trebamo locirati problem pa Vas molimo da unesete naziv obližnje ulice ili poštanski broj u gornji okvir : :" @@ -4142,7 +4455,12 @@ msgstr "Hvala na učitavanju slike. Sada trebamo locirati problem pa Vas molimo msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Hvala, drago nam je čuti da je Vaš problem riješen! Htjeli bismo Vass još samo upitati jeste li do sada prijavljivali problem odgovornom tijelu?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Slika nije ispravno učitana (%s), molimo pokušajte ponovno." @@ -4150,55 +4468,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Žao nam je, poštanski broj nije prepoznat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 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.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Ovaj izvještaj se ne može pregledati na %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Taj korisnik se odjavio iz sustava." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 msgid "That user has been made anonymous on all reports and updates." msgstr "Osobni podaci tog korisnika su anonimizirani u svim prijavama i ažuriranjima." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:541 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." msgstr "Osobni podaci tog korisnika su uklonjeni." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "Prijave i ažuriranja od strane tog korisnika su označene kao sakrivene." -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Na ovu e-mail adresu će se slati prijave iz ove kategorije. \n" -"Pažnja: I neke druge kategorije iz nadležnosti ovog tijela javne vlasti možda imaju istu adresu." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4207,11 +4519,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4221,8 +4530,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4230,6 +4543,14 @@ msgid "" " 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 "Open311 v2 atribut agency_responsible koristi se za popis uprava koje su zaprimile prijavu problema te ne odgovara posve načinu na koji je atribut definiran u specifikaciji Open311 v2." @@ -4241,11 +4562,16 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Ovaj problem ima oznaku da je poslan nadležnom tijelu na postupanje." + +#: 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 "Nadležno tijelo Vam vjerojatno neće moći pomoći u vezi ovog problema ako ne ostavite što više korisnih detalja. Molimo Vas da precizno opišete lokaciju problema, što je točno problem, koliko je dugo prisutan (ako znate), te Vas molimo da nam pošaljete fotografiju problema ako ju imate." @@ -4260,15 +4586,11 @@ msgstr "" msgid "The error was: %s" msgstr "Greška je: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "Naziv polja na način na koji je vidljiv korisniku u izvještajnom obrascu." - #: 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:150 +#: 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 "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" @@ -4305,10 +4627,6 @@ msgstr "Poveznica je možda istekla, ili ju niste posve točno upisali." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Popis dostupnih područja preuzet je sa servisa MapIt %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4318,30 +4636,43 @@ msgstr "Lozinke se ne podudaraju" msgid "The requested URL '%s' was not found on this server" msgstr "Traženi URL '%s' nije pronađen na ovom serveru" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti područje oko navedene lokacije" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4351,7 +4682,12 @@ msgstr "Nemamo Vaših prijava za prikaz." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 +#, fuzzy +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 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." @@ -4359,30 +4695,27 @@ msgstr "Već postoji predložak za automatsko odgovaranje za ovu kategoriju ili msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Došlo je do problema pri učitavanju svih prijava. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Došlo je do problema s kombinacijom Vaše e-maila i lozinke. Molimo pokušajte ponovno." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#, 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:354 msgid "There was a problem with your update. Please try again." msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." @@ -4390,12 +4723,16 @@ msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." msgid "There were problems with your update. Please see below." msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4413,16 +4750,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Ove prijave će biti vidljive ostalim korisnicima, sukladno našim pravilima privatnosti." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Ove prijave će biti poslane %s te javno vidljive ostalim korisnicima, sukladno našim pravilima privatnosti." +#: 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 "" + #: 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 "Razvoj API implementacije je u tijeku te još nije stabilizrana. Ubuduće će se mijenjati bez upozorenja." @@ -4445,34 +4787,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kako korisnik nije kategorizirao problem, ovaj e-mail je automatski poslan na odgovornim tijelima koja pokrivaju mjesto problema. Molimo Vas da zanemarite e-mail ako problem ne ulazi u Vašu nadležnost ili nam se povratno javite kako bismo u svom sustavu mogli ispravno kategorizirati prijavu." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Potrebna informacija" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Ovo je stranica za razvojne programere; ovdje se sve može prekinuti u bilo kojem trenutku. Baza će biti povremeno izbrisana." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4492,7 +4831,8 @@ msgstr "Problem još nije riješen." msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4500,41 +4840,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Ova prijava je trenutno označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Prijava je trenutno označena kao popravljena." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Vremenska skala" @@ -4543,23 +4887,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Naslov" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Kako biste vidjeli lokalne probleme,molimo Vas da unesete poštanski broj ili naziv ulice i područje." @@ -4571,12 +4915,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4593,15 +4942,15 @@ msgstr "5 najboljih JLS" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Ukupno" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4613,21 +4962,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4635,30 +4974,37 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Nepotvrđeno" @@ -4671,26 +5017,27 @@ msgstr "Nepoznato" msgid "Unknown alert type" msgstr "Nepoznat tip upozorenja" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Nepoznat IB problema" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4704,20 +5051,25 @@ msgstr "" msgid "Update" msgstr "Ažuriranje" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Problem %s ažurirao %d; korisnik %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Problem %s ažurirao %d; korisnik %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Ažuriranje u nastavku dodao je anonimni korisnik u %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Ažuriranje u nastavku dodao %s u %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4742,43 +5094,44 @@ msgstr "Označite problem kao popravljen / riješen." msgid "Update reopened problem" msgstr "Ažuriranjem je problem ponovno otvoren" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Status ažuriranja" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Ažurirano!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Ažuriranja" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4796,17 +5149,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4815,13 +5157,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4832,36 +5169,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Korisnik je dodan na popis zloupotreba." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Korisnička oznaka uklonjena" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Korisnik označen" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4869,24 +5206,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -4895,25 +5244,25 @@ msgstr "Vrijednosti ažurirane" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Pogledaj prijave na stranici" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Pregled prijava za ward" @@ -4921,7 +5270,7 @@ msgstr "Pregled prijava za ward" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4931,6 +5280,7 @@ msgid "Viewing a location" msgstr "Prikaz lokacije" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Prikaz problema" @@ -4938,7 +5288,7 @@ msgstr "Prikaz problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Općine ove županije" @@ -4961,7 +5311,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Shvaćamo da bi za ovaj problem moglo biti odgovorno% s, međutim, trenutno nemamo nikakve pojedinosti o njihovom kontaktu. Ako znate odgovarajuću kontakt adresu, molimo Vas da nam se javite." @@ -4970,7 +5320,7 @@ msgid "We send it to the council on your behalf" msgstr "Mi ćemo problem prijaviti u Vaše ime." #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "Prikazujemo najviše deset približnih rezultata. Ako se Vaš traženi rezultat ne prikazuje, pokušajte prilagoditi svoju pretragu." @@ -4983,7 +5333,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5004,19 +5354,11 @@ msgstr "Prilikom ažuriranja" msgid "When sent" msgstr "Prilikom slanja" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5028,7 +5370,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Osim pretraživanja prijava, moguće je pretražiti i odgovorne_agencije kako biste ograničili prijave na one poslane određenom uredu. Pojam za pretraživanje je IB pojedinog ureda kojeg možete saznati pomoću MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5036,7 +5378,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5048,9 +5390,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5058,22 +5400,26 @@ msgstr "Podsjećamo, pisanje velikim tiskanim slovima i bez interpunkcijskih zna #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Da" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5081,20 +5427,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Sljedeće izvješće o problemu prijavljujete jer je uvredljivo, sadrži osobne podatke ili slično:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5102,7 +5449,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5113,10 +5460,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Možete nam pomoći u pronalaženju kontakt e-mail adresa za lokalne probleme %s i poslati nam ih e-mailom na %s." @@ -5124,11 +5471,17 @@ 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 "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5136,12 +5489,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5155,12 +5512,11 @@ msgstr "Odjavljeni ste" 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 "Locirali ste problem na mjestu označenom zelenom iglom na karti. Ako to nije točna lokacija, jednostavno opet kliknite na karti ." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5169,7 +5525,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5178,11 +5534,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Uspješno ste se prijavili; molimo provjerite i potvrdite točnost Vaših podataka:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Još niste poslali niti jednu prijavu. Pošaljite prijavu sada." @@ -5205,21 +5561,28 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Vaš profil" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +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/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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Vaša e-mail adresa:" @@ -5228,8 +5591,8 @@ msgstr "Vaša e-mail adresa:" msgid "Your email address" msgstr "Vaša e-mail adresa" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5238,7 +5601,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ime" @@ -5246,46 +5610,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Lozinka" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Vaša lozinka je promijenjena" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Vaš broj telefona" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Vaša prijava" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Vaše prijave" @@ -5302,11 +5672,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Vaša ažuriranja" @@ -5323,24 +5694,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5348,17 +5724,17 @@ msgstr "" msgid "by %s" msgstr "od %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "odgovorno tijelo" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "nije korištena karta" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "npr. ‘%s’ ili‘%s’" @@ -5366,7 +5742,7 @@ msgstr "npr. ‘%s’ ili‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5389,54 +5765,64 @@ msgstr "" msgid "less than a minute" msgstr "manje od minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(nije obavezno)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ili" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "... ili automatski pronađite moju trenutnu lokaciju" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Prikaz lokacije" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "druga područja:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5448,7 +5834,7 @@ msgstr "odjavite se" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "lokalno odgovorno tijelo" @@ -5461,7 +5847,7 @@ msgstr "nema oznake jer korisnik nije označio problem na karti" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "ovaj tip " @@ -5469,15 +5855,17 @@ msgstr "ovaj tip " msgid "today" msgstr "danas" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "korištena karta" @@ -5489,16 +5877,16 @@ msgstr "Korisnik je iz istog područja kao i problem - %d" msgid "user is problem owner" msgstr "korisnik je vlasnik problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5566,7 +5954,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5590,7 +5978,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5614,7 +6002,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/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5622,7 +6010,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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5630,7 +6018,7 @@ msgstr[0] "%s novija prijava" msgstr[1] "%s novije prijave" msgstr[2] "%s novih prijava" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5670,7 +6058,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5678,10 +6066,122 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(zanemaruje se ako je tip podatka \"String\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Pažnja: Ovaj prijavak je poslan nadležnima na rješavanje. Naknadne izmjene neće biti automatski proslijeđene. " + +#~ 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." + +#~ msgid "Check inspection required if reports in this category must be inspected before being sent." +#~ msgstr "Uključite potrebna provjeraako prijave u ovoj kategoriju moraju proći provjeru prije nego se proslijede na postupanje." + +#~ 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 "" +#~ "Uključite privatnoako prijave u ovoj kategoriji ne treba prikazivati na stranici.\n" +#~ "
\n" +#~ "Normalno stanje je da kategorije nisu označene kao privatne.\n" +#~ "
\n" +#~ "Ovo je primjereno za probleme za koje želite omogućiti korisnicima da prijave nadležnim tijelima, ali za koje nema velikog interesa javnosti da se prikazuje u izvještaju. Obično to može biti zahtjev za uslugama poput postavljanja dodatne kante za smeće na određenoj adresi." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinate" + +#~ msgid "Default priority" +#~ msgstr "Zadani prioritet" + +#~ msgid "Defect type" +#~ msgstr "Vrsta nepravilnosti" + +#~ msgid "Description:" +#~ msgstr "Opis" + +#~ msgid "Didn't use map" +#~ msgstr "Karta nije bila korištena" + +#~ msgid "Do you want to automatically raise a defect?" +#~ msgstr "Želite li automatski prijaviti nepravilnost?" + +#~ msgid "Hint" +#~ msgstr "Savjet" + +#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#~ msgstr "Ako je ova postavka uključena, korisnik neće vidjeti polje za unos, nego samo tekst opisa." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Ako za slanje koristite neki alat koji nije e-mail, unesite ovdje ID usluge (Open311) ili sličan identifikator." + +#~ msgid "Inspection required" +#~ msgstr "Potrebna provjera" + +#~ msgid "Internet glitch" +#~ msgstr "Greška u vezi s internetima" + +#~ msgid "List" +#~ msgstr "Popis" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Navedeni inspektor nema zabilježenih nadzora u zadanom periodu." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Nisu zabilježeni nadzori u navedenom periodu." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Stalna poveznica (permalink)" + +#~ msgid "Remove" +#~ msgstr "Uklonite" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Prijave od strane pouzdanih korisnika bit će poslane odgovornim tijelima bez dodatne moderatorske provjere." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Prijave će biti automatski poslane bez potrebe za moderatorskom provjerom ako je koristnička reputacija jednaka ili veća od ove vrijednosti. Postavite vrijednost na 0 ako sve prijave treba provjeriti neovisno o reputaciji korisnika." + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Ovaj izvještaj se ne može pregledati na %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Na ovu e-mail adresu će se slati prijave iz ove kategorije. \n" +#~ "Pažnja: I neke druge kategorije iz nadležnosti ovog tijela javne vlasti možda imaju istu adresu." + +#~ msgid "The field name as shown to the user on the report form." +#~ msgstr "Naziv polja na način na koji je vidljiv korisniku u izvještajnom obrascu." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Došlo je do problema s kombinacijom Vaše e-maila i lozinke. Molimo pokušajte ponovno." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Ovo je stranica za razvojne programere; ovdje se sve može prekinuti u bilo kojem trenutku. Baza će biti povremeno izbrisana." + +#~ msgid "or locate me automatically" +#~ msgstr "... ili automatski pronađite moju trenutnu lokaciju" diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po index 5272107322c..6263f5c7ad9 100644 --- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hu_HU.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: Gyula Rácz , 2020\n" "Language-Team: Hungarian (Hungary) (https://www.transifex.com/mysociety/teams/12067/hu_HU/)\n" @@ -21,23 +21,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " és " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " vagy " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "maximum %d karakter" @@ -53,8 +54,10 @@ 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -85,7 +88,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -96,8 +99,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s nyitott, %s lezárt, %s megoldott" @@ -117,13 +120,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Nincs név)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Nincs telefonszám)" @@ -135,7 +138,7 @@ msgstr "(csak a-z karakterek és szóköz)" msgid "(closed)" msgstr "(lezárva)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -143,10 +146,6 @@ msgstr "" msgid "(fixed)" msgstr "(megoldva)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -173,13 +172,13 @@ msgid "(sent to both)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Válassz kategóriát --" @@ -187,6 +186,10 @@ msgstr "-- Válassz kategóriát --" 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 "--Válassz mintát--" @@ -204,11 +207,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s elmentve." @@ -233,23 +238,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Igen van jelszavam" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "A problémáról" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Kétfaktoros azonosítás aktiválása" @@ -269,13 +280,17 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -284,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -292,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -315,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -340,7 +356,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -356,19 +372,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Mind" @@ -381,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Mindegyik kategória" @@ -394,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "Mindegyik nyelv" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -423,7 +440,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "" @@ -437,7 +463,7 @@ msgstr "Anonymous" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -449,24 +475,29 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Terület:" @@ -475,28 +506,32 @@ msgstr "Terület:" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -508,31 +543,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -541,12 +567,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Vissza" @@ -554,29 +581,39 @@ msgstr "Vissza" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -584,10 +621,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -596,39 +629,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategóriák" -#: templates/web/base/admin/category-checkboxes.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 "Kategóriák:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategória" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -637,12 +673,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategória" @@ -651,48 +687,39 @@ msgstr "Kategória" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Jelszó megváltoztatása" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Kétfaktoros azonosítás aktiválása" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -729,57 +756,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -788,12 +819,12 @@ msgstr "" msgid "Confirm" msgstr "" -#: templates/web/base/auth/2faform.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 "" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -805,16 +836,16 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "" @@ -829,10 +860,12 @@ msgstr "" msgid "Contact Us" msgstr "" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -845,17 +878,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -875,7 +904,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -884,6 +913,8 @@ msgstr "" 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 "" @@ -892,38 +923,42 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -932,7 +967,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -942,11 +977,11 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -955,19 +990,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -975,35 +1010,32 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "" @@ -1012,49 +1044,44 @@ msgstr "" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1063,6 +1090,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1072,6 +1108,14 @@ msgstr "" 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 "" @@ -1081,15 +1125,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1097,19 +1137,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1117,32 +1162,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1150,15 +1198,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1166,13 +1216,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "" @@ -1194,7 +1244,10 @@ msgstr "" #: 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:17 +#: 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 @@ -1202,15 +1255,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1223,21 +1275,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "" @@ -1291,7 +1343,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1299,11 +1351,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1312,7 +1364,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1321,8 +1372,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1330,8 +1382,10 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1344,7 +1398,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1352,20 +1406,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1373,12 +1427,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1386,32 +1440,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1421,18 +1480,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1444,21 +1512,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1466,8 +1533,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1475,7 +1542,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "" @@ -1483,8 +1550,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1496,29 +1563,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1528,28 +1591,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1561,60 +1630,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1626,18 +1701,18 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1662,12 +1737,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 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 "" @@ -1677,15 +1757,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1693,7 +1769,8 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1712,15 +1789,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1735,29 +1812,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1769,37 +1850,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1823,11 +1899,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1843,7 +1923,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1851,44 +1932,45 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" msgstr "" -#: templates/web/zurich/admin/list_updates.html:35 -msgid "Internal notes" +#: templates/web/base/admin/extra-metadata-option.html:6 +msgid "Internal key" msgstr "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" +#: templates/web/zurich/admin/list_updates.html:35 +msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1900,10 +1982,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1927,11 +2005,15 @@ msgstr "" msgid "Last editor" msgstr "" -#: templates/web/base/questionnaire/index.html:53 +#: 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/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "" @@ -1939,13 +2021,14 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1953,10 +2036,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1965,25 +2044,26 @@ msgstr "" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1996,77 +2076,97 @@ msgstr "" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2074,7 +2174,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2097,36 +2198,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2134,28 +2243,27 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2163,12 +2271,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2182,16 +2290,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2199,8 +2307,13 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2208,13 +2321,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2222,8 +2335,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2280,10 +2393,10 @@ msgstr "" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2291,7 +2404,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2303,33 +2417,36 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2345,24 +2462,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2373,26 +2488,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2400,7 +2515,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2418,7 +2533,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2430,8 +2545,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2442,15 +2561,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2458,22 +2579,27 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2498,7 +2624,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2510,25 +2636,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2558,21 +2685,34 @@ msgstr "" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Mindegyik kategória" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2580,7 +2720,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2591,39 +2731,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2631,20 +2771,20 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2654,6 +2794,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2664,8 +2808,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2689,31 +2834,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2728,104 +2873,121 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: 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:140 +#: perllib/FixMyStreet/DB/Result/Problem.pm:379 +#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2834,7 +2996,7 @@ msgstr "" 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:1 +#: 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 "" @@ -2844,7 +3006,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2852,8 +3014,15 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2879,11 +3048,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2900,15 +3069,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 -msgid "Please select a body." +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: templates/web/zurich/admin/reports/edit.html:194 +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:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2916,19 +3089,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2936,23 +3110,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2960,20 +3134,32 @@ msgstr "" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2983,15 +3169,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3003,10 +3188,26 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3017,7 +3218,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3025,7 +3226,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3034,11 +3236,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3046,37 +3248,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3085,32 +3293,36 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 @@ -3127,23 +3339,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3151,52 +3364,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3210,11 +3427,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3222,15 +3440,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3246,21 +3460,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3268,30 +3486,37 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: 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:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3301,17 +3526,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3324,24 +3551,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3349,59 +3576,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3409,14 +3640,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3425,63 +3652,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3497,56 +3722,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3554,58 +3800,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3615,12 +3865,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3632,19 +3882,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3653,41 +3908,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3695,14 +3950,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3715,7 +3970,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3731,7 +3986,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3739,9 +3995,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3753,20 +4010,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3775,16 +4032,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3795,12 +4053,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3808,11 +4066,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3820,7 +4080,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3829,9 +4090,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3841,174 +4102,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4016,11 +4295,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4028,19 +4313,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4054,11 +4340,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4072,29 +4358,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4119,7 +4409,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4127,7 +4417,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4135,52 +4430,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4190,11 +4481,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4204,8 +4492,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4213,6 +4505,14 @@ msgid "" " 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 "" @@ -4224,11 +4524,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "" @@ -4243,15 +4547,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4288,10 +4588,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4301,30 +4597,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4334,7 +4643,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4342,30 +4655,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4373,12 +4682,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4396,16 +4709,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4428,34 +4746,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4475,7 +4790,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4483,41 +4799,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4526,23 +4846,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4554,12 +4874,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4576,15 +4901,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4596,21 +4921,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4618,30 +4933,37 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Kétfaktoros azonosítás aktiválása" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4654,26 +4976,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4687,20 +5010,24 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4725,43 +5052,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4779,17 +5107,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4798,13 +5115,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4815,36 +5127,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4852,24 +5164,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4878,25 +5202,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4904,7 +5228,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4914,6 +5238,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4921,7 +5246,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4944,7 +5269,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4953,7 +5278,7 @@ 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:17 +#: 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 "" @@ -4966,7 +5291,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4987,19 +5312,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5011,7 +5328,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5019,7 +5336,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5031,9 +5348,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5041,22 +5358,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5064,20 +5385,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5085,7 +5407,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5096,10 +5418,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5107,11 +5429,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5119,12 +5447,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5138,12 +5470,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5152,7 +5483,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5161,11 +5492,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5188,21 +5519,28 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Kétfaktoros azonosítás aktiválása" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5211,8 +5549,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5221,7 +5559,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5229,46 +5568,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5285,11 +5630,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5306,24 +5652,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5331,17 +5682,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5349,7 +5700,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5372,54 +5723,63 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opcionális)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " vagy " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5431,7 +5791,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5444,7 +5804,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5452,15 +5812,17 @@ msgstr "" msgid "today" msgstr "ma" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5472,16 +5834,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "kerület" @@ -5541,7 +5903,7 @@ msgid_plural "%d years" msgstr[0] "%d év" msgstr[1] "%d év" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5562,7 +5924,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5583,21 +5945,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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 +#: templates/web/westminster/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 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5632,14 +5994,14 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, 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 cbe26ea966c..258a475ef7b 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "dan" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "atau" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d sampai %d dari %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Laporan ringkasan" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kontak dewan – %s dikonfirmasi, %s belum dikonfirmasi" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "masalah dalam jarak tertentu dari suatu lokasi." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -101,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s pembaruan langsung" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -122,13 +125,13 @@ msgstr "Kontributor © Op msgid "(Defect & location of defect)" msgstr "(Kerusakan& lokasi kerusakan)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Tidak ada nama)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Tidak ada nomor telepon)" @@ -140,7 +143,7 @@ msgstr "" msgid "(closed)" msgstr "(ditutup)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -148,10 +151,6 @@ msgstr "" msgid "(fixed)" msgstr "(diatasi)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti grafiti, pembuangan ilegal, pelat beton rusak, atau lampu jalan)" @@ -178,13 +177,13 @@ msgid "(sent to both)" msgstr "(dikirim ke dua-duanya)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -192,6 +191,11 @@ msgstr "-- Pilih kategori --" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Silakan pilih badan." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Pilih template--" @@ -212,11 +216,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s disimpan." @@ -241,23 +247,29 @@ msgstr "Tidak Biarkan saya mengonfirmasikan pembaruan saya mela msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ya Saya punya kata sandi" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -280,13 +292,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Tambahkan kategori baru" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Tambahkan badan" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -295,7 +312,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -303,16 +320,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Tambahkan kategori baru" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -326,24 +343,25 @@ msgid "Add to shortlist" msgstr "Tambahkan ke daftar pendek" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Tambahkan pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Tambah/sunting kategori masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Tambah/sunting prioritas tanggapan" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Tambah/sunting template tanggapan" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%s ditambahkan" @@ -351,7 +369,7 @@ msgstr "%s ditambahkan" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Menambahkan laporan ini ke daftar pendek Anda akan menghapusnya dari daftar pendek %s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -367,19 +385,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Beri tahu saya tentang pembaruan mendatang" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Semua" @@ -392,8 +411,8 @@ msgid "All Reports as CSV" msgstr "Semua Laporan sebagai CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Semua kategori" @@ -405,9 +424,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -434,7 +453,17 @@ msgstr "Atau, kami dapat menyembunyikan nama Anda pada semua laporan dan msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Ubah alamat surel" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Satu pembaruan menandai masalah ini sebagai diatasi." @@ -448,7 +477,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -460,24 +489,29 @@ msgstr "Anonim:" msgid "Another user" msgstr "Pengguna lain" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Apakah Anda yakin ingin membatalkan unggahan ini?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Apakah Anda yakin?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Area cakupan" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Area:" @@ -486,28 +520,33 @@ msgstr "Area:" 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 "Karena ini adalah situs persiapan dan %s keliru, laporan yang dibuat di situs ini akan dikirimkan ke pelapor masalah, dan bukan kepada kontak yang diberikan untuk kategori laporan." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Tetapkan pengguna pada area" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Tetapkan ke badan kompeten:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Tetapkan ke kategori lain:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Tetapkan ke badan eksternal:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Tetapkan ke subdivisi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Tetapkan pengguna pada area" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ditetapkan ke %s" @@ -519,31 +558,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Tanggapan otomatis:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Kategori yang tersedia" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Waktu rata-rata antara pelaporan masalah dan penyelesaian masalah, 100 laporan terakhir." @@ -552,12 +582,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Menunggu moderasi" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Kembali" @@ -565,29 +596,39 @@ msgstr "Kembali" msgid "Back to all reports" msgstr "Kembali ke semua laporan" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Badan" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Badan:" @@ -595,10 +636,6 @@ msgstr "Badan:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Tidak dapat menemukan surel kami? Periksa folder spam Anda  – ini solusi yang tepat di sebagian besar waktu." @@ -607,39 +644,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategori" -#: templates/web/base/admin/category-checkboxes.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 "Kategori:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" @@ -648,12 +688,12 @@ msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Tingkat perbaikan kategori untuk masalah > 4 minggu lamanya" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -662,45 +702,27 @@ msgstr "Kategori:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Ubah alamat surel" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Ubah kata sandi" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Beri centang pada pribadi jika laporan dalam kategori ini tidak perlu ditampilkan di situs web.\n" -"
\n" -" Pada umumnya, kategori tidak diatur ke pribadi.\n" -"
\n" -" Ini cocok untuk masalah yang dapat dilaporkan oleh pengguna kepada badan, tetapi laporannya\n" -" bukan merupakan kepentingan publik. Di UK, kami menggunakan ini untuk melayani permohonan seperti tempat sampah tambahan\n" -"di alamat tertentu." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -708,11 +730,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Pilih lainnya" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Hapus data offline" @@ -749,57 +772,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Ditutup oleh dewan" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinasi:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Data cobrand:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Ciutkan peta" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfigurasi" @@ -808,12 +835,12 @@ msgstr "Konfigurasi" msgid "Confirm" msgstr "Konfirmasikan" -#: templates/web/base/auth/2faform.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 "Konfirmasikan akun" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Sebaliknya, konfirmasikan melalui surel dan berikan kata sandi yang baru. Saat Anda memberikan konfirmasi, kata sandi Anda akan diperbarui." @@ -825,16 +852,16 @@ msgstr "Sebaliknya, konfirmasikan melalui surel dan berikan kata sandi yang baru msgid "Confirmation" msgstr "Konfirmasi" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Dikonfirmasi" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Dikonfirmasi:" @@ -849,10 +876,12 @@ msgstr "Hubungi %s" msgid "Contact Us" msgstr "Hubungi Kami" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Hubungi tim" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -865,17 +894,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinat:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Tidak dapat menemukan pengguna" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Tidak dapat menemukan lokasi" @@ -895,7 +920,7 @@ msgstr "Kontak dewan untuk %s" msgid "Council ref: %s" msgstr "Referensi dewan: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Dewan:" @@ -904,6 +929,8 @@ msgstr "Dewan:" msgid "Count" msgstr "Jumlah" +#: 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 "" @@ -912,38 +939,42 @@ msgstr "" msgid "Create a report" msgstr "Buat laporan" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Buat kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Buat prioritas" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Buat laporan/pembaruan sebagai dewan" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Buat laporan/pembaruan mewakili pengguna" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Buat template" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Dibuat" @@ -952,7 +983,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -962,11 +993,11 @@ msgstr "Dibuat:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -975,19 +1006,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Saat ini belum ada badan dibuat." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Pelanggan tidak dapat dihubungi" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Dasbor" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -995,35 +1026,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Diatasi oleh subdivisi dalam 5 hari kerja" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Tipe kerusakan" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Hapus template" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Hapus template" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Dihapus" @@ -1032,49 +1061,45 @@ msgstr "Dihapus" msgid "Describe why you are moderating this" msgstr "Jelaskan mengapa Anda memoderasi ini" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Deskripsi" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Deskripsi:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Deskripsi" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detail" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detail:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Dilimpahkan" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Tidak menggunakan peta" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Tabel liga kerajinan" @@ -1083,6 +1108,15 @@ msgstr "Tabel liga kerajinan" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1092,6 +1126,14 @@ msgstr "" msgid "Discard changes" msgstr "Buang perubahan" +#: 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 "Jangan kirimkan surel peringatan atas komentar yang diambil ke pembuat masalah" @@ -1101,15 +1143,11 @@ msgstr "Jangan kirimkan surel peringatan atas komentar yang diambil ke pembuat m msgid "Do you have a %s password?" msgstr "Apakah Anda punya kata sandi %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "Apakah Anda ingin melaporkan kerusakan secara otomatis?" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Tidak tahu" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Tidak suka formulir?" @@ -1117,19 +1155,25 @@ msgstr "Tidak suka formulir?" msgid "Down one" msgstr "Turun satu tingkat" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Tarik dan lepaskan foto di sini atau klik untuk mengunggah" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplikat dari" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplikat" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1140,32 +1184,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Ketimuran/Keutaraan:" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Sunting" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Sunting detail badan" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Sunting perizinan pengguna lain" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Sunting kategori laporan" @@ -1173,15 +1220,17 @@ msgstr "Sunting kategori laporan" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Sunting prioritas laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Sunting laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1189,13 +1238,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Menyunting masalah %d" @@ -1217,7 +1266,10 @@ msgstr "Penyunting" #: 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:17 +#: 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 @@ -1225,15 +1277,14 @@ msgstr "Penyunting" msgid "Email" msgstr "Surel" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Alamat surel" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1246,21 +1297,21 @@ msgstr "Surel peringatan dibuat" msgid "Email alert deleted" msgstr "Surel peringatan dihapus" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Surel:" @@ -1321,7 +1372,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1329,11 +1380,12 @@ msgstr "" msgid "Endpoint" msgstr "Titik Akhir" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Masukkan sebuah nama jalan di Zurich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan kode pos UK, atau nama jalan dan kawasan di sekitar" @@ -1342,7 +1394,6 @@ msgstr "Masukkan kode pos UK, atau nama jalan dan kawasan di sekitar" msgid "Enter a nearby postcode, or street name and area" msgstr "Masukkan kode pos, atau nama jalan dan kawasan di sekitar" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Masukkan nama jalan dan kawasan di sekitar" @@ -1351,8 +1402,9 @@ msgstr "Masukkan nama jalan dan kawasan di sekitar" msgid "Enter details of the problem" msgstr "Masukkan detail masalah" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1360,8 +1412,10 @@ msgstr "Masukkan detail masalah" msgid "Error" msgstr "Galat" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Semuanya" @@ -1374,7 +1428,7 @@ msgstr "Contoh kode pos %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Kategori yang ada" @@ -1382,20 +1436,20 @@ msgstr "Kategori yang ada" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Perluas peta" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Jelaskan apa yang salah" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Ekspor sebagai CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID eksternal" @@ -1403,12 +1457,12 @@ msgstr "ID eksternal" msgid "External URL" msgstr "URL eksternal" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Badan eksternal" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1416,32 +1470,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Tim eksternal" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detail tambahan:" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Gagal mengirim pesan" @@ -1451,18 +1510,27 @@ msgstr "Gagal mengirim pesan" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Pertama kali" @@ -1474,21 +1542,20 @@ msgstr "Atasi ini dengan memilih sebuah area cakupan pada formu #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Diatasi" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Diatasi - Dewan" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Diatasi - Pengguna" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Tandai dihapus" @@ -1496,8 +1563,8 @@ msgstr "Tandai dihapus" msgid "Flag user" msgstr "Tandai pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditandai" @@ -1505,7 +1572,7 @@ msgstr "Ditandai" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditandai" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandai." @@ -1513,8 +1580,8 @@ msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandaiKey is the value which is stored in the database for that option and Name is the value displayed to the user." -msgstr "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Untuk informasi lebih lanjut, lihat Bagaimana FixMyStreet menggunakan Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Lupa kata sandi Anda?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Diteruskan ke badan eksternal" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Meneruskan permohonan ke badan eksternal" @@ -1558,28 +1621,34 @@ msgstr "Meneruskan permohonan ke badan eksternal" msgid "Frequently Asked Questions" msgstr "Tanya Jawab Umum" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Dapatkan pembaruan" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Dapatkan pembaruan atas %s masalah" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Dapatkan pembaruan masalah dalam %s ini" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Beri saya umpan RSS" @@ -1591,60 +1660,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Senang mengetahui masalah telah diatasi!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Mulai" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Akan mengirim kuesioner?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Berikan izin akses untuk admin" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafik pembuatan masalah berdasarkan status sepanjang waktu" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Sudahkah masalah ini diatasi?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Pernahkah Anda melaporkan masalah kepada dewan sebelumnya, atau apakah ini yang pertama kalinya?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Bantuan" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Bantu %s mengatasi masalah Anda lebih cepat, dengan memberikan sejumlah detail tambahan. Informasi tambahan ini tidak akan diterbitkan secara online." @@ -1656,18 +1731,18 @@ msgstr "" msgid "Hi %s" msgstr "Hai %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Tersembunyi" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1692,12 +1767,18 @@ msgstr "Sembunyikan nama saya dalam pembaruan ini" msgid "Hide my name on this report" msgstr "Sembunyikan nama saya dalam laporan ini" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Sembunyikan pin" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Dilaporkan dalam kategori %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Sembunyikan seluruh pembaruan?" @@ -1707,15 +1788,11 @@ msgstr "Sembunyikan seluruh pembaruan?" msgid "Hide your name?" msgstr "Sembunyikan nama Anda?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Riwayat" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Beranda" @@ -1723,7 +1800,8 @@ msgstr "Beranda" msgid "How to report a problem" msgstr "Cara melaporkan masalah" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Cara mengirimkan laporan yang sukses" @@ -1742,15 +1820,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Saya khawatir kami tidak dapat melacak masalah Anda di basis data.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1767,19 +1845,23 @@ msgstr "" 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:23 +#: 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 "Jika prioritas ini diteruskan ke layanan eksternal (mis. Exor/Confirm) masukkan kode prioritas untuk digunakan dengan layanan tersebut di sini." -#: templates/web/base/admin/extra-metadata-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1787,11 +1869,11 @@ msgstr "" "Jika dua badan atau lebih melayani lokasi yang sama, FixMyStreet menggabungkan kategori yang identik menjadi satu entri pada\n" "menu. Pastikan Anda menggunakan nama kategori yang sama pada badan jika Anda ingin menggabungkannya." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1803,28 +1885,27 @@ msgstr "Jika Anda mendapatkan informasi mengenai status masalah Anda, mohon kemb 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:45 +#: 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 "Jika Anda hanya ingin prioritas ini menjadi opsi untuk kategori tertentu, pilih kategorinya di sini. Secara default, prioritas akan ditampilkan untuk semua kategori." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Jika Anda hanya ingin template ini menjadi opsi untuk kategori tertentu, pilih kategorinya di sini. Secara default, template akan ditampilkan untuk semua kategori." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Jika Anda memasukkan masalah di sini, masalah tersebut tidak akan dilaporkan kepada dewan." -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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 "Jika Anda ingin menggunakan template ini sebagai isian default pada kolom pembaruan saat mengubah wilayah laporan, pilih wilayah di sini." -#: templates/web/base/questionnaire/index.html:70 +#: 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)." @@ -1832,10 +1913,6 @@ msgstr "" "Jika Anda ingin menambahkan pembaruan publik pada masalah, silakan masukkan di sini\n" "(harap perhatikan bahwa ini tidak akan dikirimkan ke dewan)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Jika Anda tidak menggunakan surel sebagai metode pengiriman, masukkan ID layanan (Open311) atau pengenal yang setara di sini." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1859,11 +1936,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID tidak sah" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Pemilihan umpan tidak sah" @@ -1879,7 +1960,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Tidak aktif" @@ -1887,44 +1969,46 @@ msgstr "Tidak aktif" msgid "Inbox zero, here we come!" msgstr "Kotak masuk kosong, tunggulah kami!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Sertakan detail pribadi pelapor" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo keliru \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Inspeksi laporan" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Diperlukan inspeksi" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instruksikan kontraktor untuk mengatasi masalah" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Catatan internal" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Catatan internal" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Kesalahan sistem pada internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Format %s yang disebutkan keliru." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "Lokasi keliru. Lokasi baru harus dicakup oleh dewan yang sama." @@ -1936,10 +2020,6 @@ msgstr "Biasanya, cara yang tercepat adalah dengan memeriksa TJU msgid "It’s on its way to the council right now." msgstr "Sedang dikirimkan ke dewan saat ini." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1963,11 +2043,16 @@ msgstr "7 hari terakhir" msgid "Last editor" msgstr "Penyunting terakhir" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Pembaruan terakhir:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Pembaruan terakhir" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Pembaruan terakhir:" @@ -1975,13 +2060,14 @@ msgstr "Pembaruan terakhir:" msgid "Last update:" msgstr "Pembaruan terakhir:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Terlama dari yang baru-baru ini diperbarui" @@ -1989,10 +2075,6 @@ msgstr "Terlama dari yang baru-baru ini diperbarui" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Biarkan ini tetap kosong jika semua laporan ke badan ini harus dikirim menggunakan metode pengiriman yang sama (mis., \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Tampilkan semua masalah yang dilaporkan" @@ -2001,25 +2083,26 @@ msgstr "Tampilkan semua masalah yang dilaporkan" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Memuat..." #: 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:1 +#: 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 "Umpan RSS lokal dan surel peringatan" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Umpan RSS lokal dan surel peringatan untuk '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Peringatan lokal" @@ -2032,77 +2115,98 @@ msgstr "Lacak masalah pada peta area" msgid "Log in with Facebook" msgstr "Masuk dengan Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Masuk dengan Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Masuk dengan surel" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Masuk dengan surel" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Cari" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "PETA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Kelola daftar pendek" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Permintaan manual" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Peta" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Tandai sebagai dikirim" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Detail masalah penggelembungan" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Pesan" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Kirim pesan ke badan kompeten:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Kirim pesan ke badan eksternal:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Badan tidak ditemukan:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id tidak ditemukan" @@ -2110,7 +2214,8 @@ msgstr "jurisdiction_id tidak ditemukan" msgid "Moderate" msgstr "Moderasi" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Detail laporan moderasi" @@ -2133,36 +2238,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Bulan" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2170,28 +2283,27 @@ msgstr "Komentar terbanyak" msgid "Name" msgstr "Nama" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nama:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Beralih ke masalah ini" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2199,12 +2311,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2220,16 +2332,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Hampir selesai! Sekarang, periksa surel Anda…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Badan baru ditambahkan" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Kontak kategori baru ditambahkan" @@ -2237,8 +2349,13 @@ msgstr "Kontak kategori baru ditambahkan" msgid "New email address:" msgstr "Alamat surel baru:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Catatan internal baru:" @@ -2246,13 +2363,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Catatan baru untuk DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Kata sandi baru:" @@ -2260,8 +2377,8 @@ msgstr "Kata sandi baru:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Prioritas baru" @@ -2318,10 +2435,10 @@ msgstr "Laporan baru" msgid "New state" msgstr "Wilayah baru" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Template baru" @@ -2329,7 +2446,8 @@ msgstr "Template baru" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Terbaru" @@ -2341,33 +2459,36 @@ msgstr "Selanjutnya" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Tidak" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Tidak ada badan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Tidak ada dewan dipilih" @@ -2383,24 +2504,22 @@ msgstr "Tidak ditemukan masalah ditandai." msgid "No flagged users found." msgstr "Tidak ditemukan pengguna ditandai." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Tidak ada pembaruan lebih lanjut" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Tidak dilakukan inspeksi oleh inspektor pada kisaran tanggal yang dipilih." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Tidak dilakukan inspeksi pada kisaran tanggal yang dipilih." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Tidak ada hasil dikembalikan" @@ -2413,19 +2532,19 @@ msgstr "" "Tidak ada area spesifik yang tersedia saat ini, karena MAPIT_URL pada\n" " berkas konfigurasi Anda tidak menunjuk pada layanan langsung MapIt." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Tidak ada pendukung" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Tidak Ada" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2433,8 +2552,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2446,7 +2565,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Bukan untuk subdivisi saya" @@ -2464,7 +2583,7 @@ msgstr "Tidak dilaporkan ke dewan" msgid "Note" msgstr "Catatan" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Catatan:" @@ -2476,8 +2595,12 @@ msgstr "Catatan: %s" msgid "Notes from SDM to DM" msgstr "Catatan dari SDM ke DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2488,15 +2611,17 @@ msgstr "Jumlah masalah yang dilaporkan di setiap kategori, selama 7 hari terakhi msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "Oke" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Data offline dihapus" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Data pembaruan offline disimpan" @@ -2504,22 +2629,27 @@ msgstr "Data pembaruan offline disimpan" msgid "Old state" msgstr "Wilayah lama" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Terlama" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Buka" @@ -2544,7 +2674,7 @@ msgstr "Halaman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2556,25 +2686,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Lainnya" @@ -2604,21 +2735,37 @@ msgstr "Halaman Tidak Ditemukan" msgid "Parent" msgstr "Induk" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Kategori lainnya" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parsial" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Kata sandi (opsional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Permalink:" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Kata sandi Anda telah diubah" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Kata sandi (opsional)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Perizinan:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Perizinan:" @@ -2626,7 +2773,7 @@ msgstr "Perizinan:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2637,39 +2784,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Nomor telepon (opsional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telepon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2677,20 +2824,20 @@ msgstr "Telepon:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto diperlukan." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto diperlukan" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2700,6 +2847,10 @@ 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 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2710,8 +2861,9 @@ msgstr "Pilih dewan Anda" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Pasang pin di peta" @@ -2735,31 +2887,31 @@ msgstr "Silakan periksa kata sandi dan coba lagi" msgid "Please check your email address is correct" msgstr "Silakan periksa apakah alamat surel Anda benar" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Silakan pilih kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Mohon koreksi kesalahan-kesalahan di bawah ini" @@ -2777,104 +2929,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Mohon untuk tidak menggunakan bahasa yang kasar — menggunakan bahasa yang kasar terhadap dewan Anda akan menurunkan mutu layanan bagi semua pengguna." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Silakan masukkan pesan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Silakan masukkan nama baru" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Silakan masukkan nama untuk badan ini" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Silakan masukkan kata sandi" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Silakan masukkan subjek" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Silakan masukkan surel yang valid" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Silakan masukkan alamat surel yang valid" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Silakan masukkan detail" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Silakan masukkan surel Anda" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Silakan masukkan nama depan Anda" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Silakan masukkan nama Anda" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Silakan masukkan nomor telepon Anda" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Silakan masukkan nama kedua Anda" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Silakan masukkan sapaan Anda" @@ -2883,7 +3053,7 @@ msgstr "Silakan masukkan sapaan Anda" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Silakan masuk lagi, atau kembali ke halaman utama." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Silakan masukkan detail masalah di bawah." @@ -2893,7 +3063,7 @@ msgstr "Silakan masukkan detail masalah di bawah." 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 "Silakan isi formulir di bawah dengan detail masalah, dan jelaskan lokasinya setepat mungkin pada kotak detail." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2901,8 +3071,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Mohon beri tahukan apakah Anda ingin menerima kuesioner lainnya" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2928,11 +3106,11 @@ msgstr "Harap perhatikan bahwa pembaruan Anda belum terkirim." msgid "Please note:" msgstr "Harap perhatikan:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Mohon berikan pembaruan publik untuk laporan ini." @@ -2949,15 +3127,19 @@ msgstr "Mohon berikan teks dan juga foto" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Silakan pilih badan." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Silakan pilih umpan yang Anda inginkan" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Silakan pilih tipe peringatan yang Anda inginkan" @@ -2965,19 +3147,20 @@ msgstr "Silakan pilih tipe peringatan yang Anda inginkan" msgid "Please state whether or not the problem has been fixed" msgstr "Mohon beri tahu apakah masalah telah diatasi atau belum" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Mohon untuk hanya mengunggah gambar" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Silakan tuliskan pesan" @@ -2985,23 +3168,23 @@ msgstr "Silakan tuliskan pesan" msgid "Post" msgstr "Kirim" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Dikirim secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Dikirim oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Dikirim oleh %s (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Dikirim oleh %s pada %s" @@ -3009,20 +3192,32 @@ msgstr "Dikirim oleh %s pada %s" msgid "Powered by FixMyStreet Platform" msgstr "Didukung oleh Platform FixMyStreet" -#: templates/web/base/pagination.html:4 -msgid "Previous" -msgstr "Sebelumnya" +#: 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 -msgid "Priorities" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" +msgstr "Sebelumnya" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Priorities" msgstr "Prioritas" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritas" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privasi" @@ -3032,15 +3227,14 @@ msgstr "Privasi" msgid "Privacy and cookies" msgstr "Privasi dan kuki" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Pribadi" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3052,10 +3246,30 @@ msgstr "Masalah" msgid "Problem %d created" msgstr "Masalah %d dibuat" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Tambahkan ke daftar pendek" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Masalah %s dikonfirmasi" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Masalah %d dibuat" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Masalah %d dibuat" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Hapus dari daftar pendek" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Masalah %s dikirim ke dewan %s" @@ -3066,7 +3280,7 @@ msgstr "Masalah %s dikirim ke dewan %s" msgid "Problem breakdown by state" msgstr "Uraian masalah berdasarkan wilayah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Masalah ditandai terbuka." @@ -3074,7 +3288,8 @@ msgstr "Masalah ditandai terbuka." msgid "Problem state change based on survey results" msgstr "Perubahan wilayah masalah berdasarkan hasil survei" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah" @@ -3083,11 +3298,11 @@ msgstr "Masalah" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Masalah di sekitar" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Masalah di peta" @@ -3095,37 +3310,43 @@ msgstr "Masalah di peta" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Masalah yang baru-baru ini dilaporkan diatasi di FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Masalah di kelurahan %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Masalah dalam %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Alamat properti:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Berikan pembaruan" @@ -3134,32 +3355,37 @@ msgstr "Berikan pembaruan" msgid "Provide update as" msgstr "Berikan pembaruan sebagai" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Memberikan kata sandi adalah opsional, tetapi dengan begitu Anda akan lebih mudah melaporkan masalah, menambahkan pembaruan, dan mengelola laporan Anda." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detail publik" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Tanggapan publik:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Pembaruan publik:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Terbitkan foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Kuesioner" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3176,23 +3402,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Kuesioner %d dikirim untuk masalah %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Kuesioner diisi oleh pelapor masalah" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Umpan RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Umpan RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Umpan RSS untuk kelurahan %s, %s" @@ -3200,52 +3427,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Umpan RSS dari %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Umpan RSS dari %s, di kelurahan %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Umpan RSS dari masalah di sekitar" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Umpan RSS dari masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Umpan RSS dari masalah di kelurahan %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Umpan RSS dari masalah lokal baru-baru ini" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Umpan RSS dari pembaruan terhadap masalah ini" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Diterima oleh %s beberapa saat kemudian" @@ -3259,11 +3490,12 @@ msgstr "Masalah lokal baru-baru ini, %s" msgid "Recently reported problems" msgstr "Masalah yang baru saja dilaporkan" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Baru saja diperbarui" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3271,15 +3503,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3295,21 +3523,26 @@ msgstr "Hapus tanda" msgid "Remove from shortlist" msgstr "Hapus dari daftar pendek" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Hapus dari situs" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Hapus dari situs" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Balas pengguna:" @@ -3317,30 +3550,38 @@ msgstr "Balas pengguna:" msgid "Report" msgstr "Laporan" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Laporkan masalah" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Laporkan penyalahgunaan" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Dilaporkan secara anonim pada %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3350,17 +3591,20 @@ msgstr "" msgid "Report as" msgstr "Laporkan sebagai" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Laporkan sebagai" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Laporkan tentang %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Wilayah laporan:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Laporkan masalah Anda" @@ -3373,24 +3617,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Laporkan, tampilkan, atau diskusikan masalah lokal" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Dilaporkan secara anonim pada %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Telah dilaporkan sebelumnya" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Dilaporkan oleh %s pada %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Dilaporkan oleh:" @@ -3398,59 +3642,63 @@ msgstr "Dilaporkan oleh:" msgid "Reported in the %s category" msgstr "Dilaporkan dalam kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Dilaporkan dalam kategori %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Dilaporkan melalui %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Dilaporkan melalui %s oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Dilaporkan melalui %s dalam kategori %s oleh %s pada %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Dilaporkan:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Melaporkan masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Laporan" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Panjang laporan dibatasi hingga %s karakter. Mohon persingkat laporan Anda" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3458,14 +3706,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Laporan menunggu persetujuan" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Laporan yang dibuat oleh pengguna tepercaya akan dikirimkan ke badan yang bertanggung jawab tanpa diinspeksi terlebih dulu." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3474,63 +3718,61 @@ msgstr "" msgid "Reports published" msgstr "Laporan diterbitkan" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Laporan disimpan secara offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Laporan menunggu untuk dikirim" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Laporan akan otomatis dikirim tanpa memerlukan inspeksi jika reputasi pengguna setara dengan atau lebih dari nilai ini. Atur ke 0 jika semua laporan harus diinspeksi tanpa terkecuali." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Batas reputasi" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Kirim ulang laporan" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioritas Tanggapan" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioritas Tanggapan untuk %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioritas Tanggapan untuk %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Template Tanggapan untuk %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Template Tanggapan" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Template Tanggapan untuk %s" @@ -3546,56 +3788,77 @@ msgstr "Kembalikan ke teks awal" msgid "Revert to original title" msgstr "Kembalikan ke judul awal" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Tempat yang benar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operator jalan untuk jalan bernama ini (dari OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Putar Kiri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Putar Kanan" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Memutar foto ini akan membuang perubahan yang belum disimpan pada laporan." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelit" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Simpan + tutup sebagai duplikat" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Simpan perubahan" @@ -3603,58 +3866,62 @@ msgstr "Simpan perubahan" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Simpan dengan pembaruan publik" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "Bagikan laporan offline" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Cari Laporan" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Cari Pengguna" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Cari laporan" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Cari:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Tidak ditemukan laporan." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Tidak ditemukan pengguna." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Lihat kebijakan privasi kami." -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "Lihat detail pengguna untuk laporan yang dibuat sebagai dewan" @@ -3664,12 +3931,12 @@ msgid "Select a body" msgstr "Pilih badan" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilih area" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3681,19 +3948,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Pilih:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Kirim" +#: 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 "Kirim status Open311 yang ditambahkan dengan pembaruan permintaan layanan" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3702,41 +3974,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Laporan dikirim kembali" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Dikirimkan ke %s %s kemudian" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Terkirim:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Layanan:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Atur ke lokasi saya saat ini" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Bagikan" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3744,14 +4016,14 @@ msgstr "Bagikan" msgid "Shortlist" msgstr "Daftar Pendek" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 msgid "Shortlist all visible" msgstr "Tampilkan semua dalam daftar pendek" #: 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Dimasukkan ke daftar pendek" @@ -3764,7 +4036,7 @@ msgstr "Dimasukkan ke daftar pendek oleh %s" msgid "Show Photo?" msgstr "Tampilkan Foto?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Tampilkan semua pembaruan" @@ -3780,7 +4052,8 @@ msgstr "Tampilkan nama ke publik?" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3788,9 +4061,10 @@ msgstr "" msgid "Show photo" msgstr "Tampilkan foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Tampilkan pin" @@ -3802,20 +4076,20 @@ msgstr "Tampilkan nama pelapor" msgid "Show reports in your area" msgstr "Tampilkan laporan di area Anda" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Masuk" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "" @@ -3824,16 +4098,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Masuk atau buat akun" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Keluar" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Beberapa kategori mungkin membutuhkan informasi tambahan." @@ -3846,12 +4121,12 @@ msgstr "" "Beberapa titik akhir membutuhkan kunci API untuk menunjukkan bahwa laporan\n" " dikirim dari instalasi FixMyStreet Anda." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Beberapa foto dari laporan terbaru" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Sejumlah teks untuk dilokalisasikan" @@ -3859,11 +4134,13 @@ msgstr "Sejumlah teks untuk dilokalisasikan" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3871,7 +4148,8 @@ msgstr "Maaf, tampaknya ini adalah kode pos Dependensi Kerajaan, yang tidak dica msgid "Sorry, that wasn’t a valid link" msgstr "Maaf, itu bukan tautan yang valid" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3880,9 +4158,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Maaf, kami tidak dapat menemukan lokasi tersebut." @@ -3892,176 +4170,197 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Maaf, kami tidak dapat menyimpan gambar Anda, silakan coba lagi." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: templates/web/base/offline/fallback.html:6 +#, fuzzy +msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" "Maaf, koneksi kami tidak cukup baik untuk menampilkan halaman tersebut, atau\n" "halaman tidak ditemukan atau telah terjadi kesalahan server. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Root.pm:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Maaf, Anda tidak memiliki izin untuk melakukannya." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortir berdasarkan" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Staf:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Staf:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Wilayah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Wilayah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Tampilan Jalan" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Subdivisi/Badan" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Subjek" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Subjek:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Masukkan" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Masukkan perubahan" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Masukkan kuesioner" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dimasukkan" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Berlangganan" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4069,11 +4368,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4081,19 +4387,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Buat ringkasan masalah" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Buat ringkasan tentang perubahan Anda" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Ringkasan" @@ -4107,11 +4414,11 @@ msgstr "Laporan ringkasan" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Pengguna Super:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "Pengguna Super memiliki izin untuk melakukan semua tindakan sebagai admin." @@ -4125,29 +4432,33 @@ msgstr "Hasil Survei" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Template «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Template" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teks" +#: 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 "Versi teks saja" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Teks:" @@ -4172,7 +4483,7 @@ msgstr "Terima kasih atas pertanyaan Anda" msgid "Thank you for your feedback" msgstr "Terima kasih atas umpan balik Anda" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Terima kasih telah mengunggah foto Anda. Sekarang kami perlu melacak masalah Anda, oleh karena itu mohon masukkan nama jalan terdekat atau kode pos pada kotak di atas :" @@ -4180,7 +4491,12 @@ msgstr "Terima kasih telah mengunggah foto Anda. Sekarang kami perlu melacak mas msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Terima kasih, kami senang mendengar masalahnya telah diatasi! Dapatkah kami bertanya apakah Anda sudah pernah melaporkan sebuah masalah kepada dewan sebelumnya?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Gambar tersebut tampaknya tidak terunggah dengan benar (%s), silakan coba lagi." @@ -4188,55 +4504,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Maaf, kode pos tersebut tidak dikenali." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Masalah tersebut telah ditandai sebagai terkirim." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Masalah tersebut sekarang akan dikirim ulang." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Laporan tersebut tidak dapat ditampilkan di %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Laporan tersebut telah dihapus dari FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Alamat surel adalah tujuan pengiriman laporan dalam kategori ini. \n" -" Kategori lain untuk badan ini mungkin memiliki alamat surel yang sama." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4247,11 +4557,8 @@ msgstr "" "Titik akhir adalah URL layanan yang akan terhubung dengan FixMyStreet \n" " saat mengirimkan laporan ke badan in." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4263,8 +4570,12 @@ msgstr "" "Yurisdiksi hanya dibutuhkan jika titik akhir melayani lebih\n" " dari satu. Jika badan memiliki titik akhirnya sendiri, biasanya Anda dapat membiarkan ini tetap kosong." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4274,6 +4585,14 @@ msgstr "" "Metode pengiriman menentukan bagaimana laporan masalah dikirim ke badan.\n" " Jika Anda membiarkan ini kosong, surel akan menjadi metode pengiriman default." +#: 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 "Atribut agency_responsible pada Open311 v2 digunakan untuk mendata administrasi yang menerima laporan masalah, yang cukup berbeda dengan penjelasan atribut dalam spesifikasi Open311 v2." @@ -4287,11 +4606,16 @@ msgstr "" "Nama badan adalah pengenalnya (misalnya, Dewan Kecamatan Borsetshire)\n" " dan dapat ditampilkan ke publik." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Masalah tersebut telah ditandai sebagai terkirim." + +#: 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 "Dewan tidak akan dapat membantu kecuali Anda menyediakan sebanyak mungkin detail. Mohon jelaskan lokasi tepat dari masalah (misal, di dinding), apa masalah tersebut, berapa lama masalah telah berlangsung, berikan keterangan (dan foto masalah jika Anda memilikinya), dan lain-lain." @@ -4306,15 +4630,11 @@ msgstr "Tabel liga kerajinan menampilkan aktivitas penyunting (siapa yang paling msgid "The error was: %s" msgstr "Kesalahannya adalah: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4351,10 +4671,6 @@ msgstr "Tautan ini mungkin telah kedaluwarsa, atau Anda mungkin tidak menyalin d msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Daftar area yang tersedia sedang disiapkan oleh layanan MapIt pada %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4364,24 +4680,24 @@ msgstr "Kata sandi tidak cocok" msgid "The requested URL '%s' was not found on this server" msgstr "URL yang diminta '%s' tidak ditemukan di server ini" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Pengguna tidak dapat melacak masalah pada peta, tetapi untuk melihat area di sekitar lokasi yang mereka masukkan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4389,7 +4705,20 @@ msgstr "" "Nama pengguna ditampilkan ke publik pada laporan yang tidak ditandai anonim.\n" " Nama tidak harus unik." +#: 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." @@ -4399,7 +4728,11 @@ msgstr "Tidak ada laporan untuk ditampilkan." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4407,30 +4740,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Terdapat masalah saat menampilkan halaman Semua Laporan. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Terdapat masalah saat menampilkan halaman ini. Silakan coba lagi nanti." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba lagi." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Terdapat masalah dengan laporan Anda. Silakan lihat di bawah ini." @@ -4438,12 +4767,16 @@ msgstr "Terdapat masalah dengan laporan Anda. Silakan lihat di bawah ini." msgid "There were problems with your update. Please see below." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan lihat di bawah ini." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4466,16 +4799,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Ini akan diterbitkan secara online untuk dilihat oleh orang lain, sesuai dengan kebijakan privasi kami." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Ini akan dikirimkan kepada %s dan juga diterbitkan secara online untuk dilihat oleh orang lain, sesuai dengan kebijakan privasi kami." +#: 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 "" + #: 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 "Implementasi API sedang dalam pengerjaan dan belum stabil. Ini akan berubah tanpa pemberitahuan sebelumnya di masa mendatang." @@ -4503,34 +4841,31 @@ msgstr "" "Badan ini hanya akan dikirimi laporan tentang masalah yang berlokasi di area cakupannya.\n" " Sebuah badan tidak akan menerima laporan kecuali badan mencakup paling tidak satu area." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Surel ini telah dikirimkan kepada kedua dewan yang mencakup lokasi masalah, karena pengguna tidak memilih kategorinya; silakan abaikan jika Anda bukan dewan yang tepat untuk menangani masalah ini, atau beri tahu kami termasuk ke dalam kategori apakah masalah ini agar kami dapat menambahkannya ke sistem kami." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Informasi ini diperlukan" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Ini adalah situs pengembang; kesalahan mungkin terjadi kapan saja, dan basis data akan dihapus secara berkala." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4550,7 +4885,8 @@ msgstr "Masalah ini belum diatasi" msgid "This problem is still ongoing" msgstr "Masalah ini masih berlangsung" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4558,41 +4894,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Laporan ini menunggu moderasi." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Laporan ini saat ini ditandai sebagai ditutup." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Laporan ini saat ini ditandai sebagai diatasi." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Waktu yang dihabiskan (dalam menit):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Kronologi" @@ -4601,23 +4941,23 @@ msgid "Tips for perfect photos" msgstr "Kiat untuk foto yang sempurna" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Judul" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Judul:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Untuk mencari tahu peringatan lokal apa saja yang tersedia untuk Anda, silakan masukkan kode pos atau nama jalan dan kawasan Anda" @@ -4629,12 +4969,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4651,15 +4996,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4671,21 +5016,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Dipercaya oleh badan:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Dipercaya membuat laporan yang tidak perlu diinspeksi" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Dipercaya:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Coba lagi" @@ -4693,30 +5028,36 @@ msgstr "Coba lagi" msgid "Try emailing us directly:" msgstr "Cobalah mengirimkan surel langsung kepada kami:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Belum dikonfirmasi" @@ -4729,26 +5070,27 @@ msgstr "Tidak diketahui" msgid "Unknown alert type" msgstr "Tipe peringatan tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Kesalahan tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "Dihapus dari daftar pendek" @@ -4762,20 +5104,25 @@ msgstr "Naik satu tingkat" msgid "Update" msgstr "Pembaruan" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Pembaruan %s dibuat untuk masalah %d; oleh %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Pembaruan %s dibuat untuk masalah %d; oleh %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Pembaruan di bawah ini ditambahkan secara anonim pada %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Pembaruan di bawah ini ditambahkan oleh %s pada %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Perbarui badan" @@ -4800,43 +5147,44 @@ msgstr "Pembaruan menandai masalah sebagai diatasi" msgid "Update reopened problem" msgstr "Pembaruan membuka kembali masalah" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Perbarui status" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Diperbarui" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Diperbarui!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Pembaruan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." @@ -4854,23 +5202,6 @@ msgstr "Pembaruan pada masalah ini, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -msgid "" -"Use confirmed to indicate that this contact has been\n" -"confirmed as correct. If you are not sure of the origin or validity of the\n" -"contact, use unconfirmed. inactive will\n" -"remove the category from use when reporting problems, but keep it available in\n" -"map filters, and deleted will remove the category from there\n" -"as well." -msgstr "" -"Gunakan dikonfirmasi untuk menunjukkan bahwa kontak ini telah\n" -"dikonfirmasikan benar. Jika Anda tidak yakin mengenai asal atau keabsahan\n" -"kontak, gunakan belum dikonfirmasi. tidak aktif akan\n" -"menghapus kategori sehingga tidak dapat digunakan pada saat melaporkan masalah, tetapi tetap tersedia pada\n" -"filter peta, dan dihapus juga akan menghapus kategori\n" -"dari menu." - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4879,14 +5210,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Gunakan ekstensi pengiriman pembaruan Open311" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Gunakan kolom ini untuk menyimpan detail yang hanya ditampilkan pada admin. Inputan tidak ditampilkan ke publik, dan tidak dikirimkan ke badan." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Peta digunakan" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4896,36 +5222,36 @@ msgstr "ID Pengguna untuk dikaitkan dengan komentar yang diambil" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Tanda pada pengguna dihapus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Pengguna ditandai" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Pencarian pengguna menemukan kecocokan pada nama pengguna dan alamat surel." @@ -4933,24 +5259,37 @@ msgstr "Pencarian pengguna menemukan kecocokan pada nama pengguna dan alamat sur msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Pengguna dapat melakukan tindakan berikut ini dalam badan atau area yang ditetapkan untuknya." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Nilai diperbarui" @@ -4959,25 +5298,25 @@ msgstr "Nilai diperbarui" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Tampilkan laporan di situs" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Tampilkan laporan berdasarkan kelurahan" @@ -4985,7 +5324,7 @@ msgstr "Tampilkan laporan berdasarkan kelurahan" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4995,6 +5334,7 @@ msgid "Viewing a location" msgstr "Menampilkan lokasi" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Menampilkan masalah" @@ -5002,7 +5342,7 @@ msgstr "Menampilkan masalah" msgid "Ward:" msgstr "Kelurahan:" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Kelurahan di dewan ini" @@ -5025,7 +5365,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Kami memerlukan alamat surel Anda, silakan masukkan di bawah." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Kami menyadari bahwa masalah ini mungkin merupakan tanggung jawab%s; meski begitu, saat ini kami tidak memiliki detail kontaknya. Jika Anda mengetahui alamat kontak yang tepat, silakan hubungi kami." @@ -5034,7 +5374,7 @@ msgid "We send it to the council on your behalf" msgstr "Kami telah mengirimkannya kepada dewan untuk mewakili Anda" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5047,7 +5387,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Kami turut menyesal karena masalah belum diatasi. Bagaimana kalau Anda mencoba mengirimkan pesan kepada perwakilan setempat Anda?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5068,19 +5408,11 @@ msgstr "Saat disunting" msgid "When sent" msgstr "Saat dikirim" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "Duplikat dari laporan yang manakah ini?" @@ -5092,7 +5424,7 @@ msgstr "Mengapa berhenti di sana? Atur lebih banyak peringata msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Dengan pencarian permintaan, Anda juga dapat mencari agency_responsible untuk membatasi permintaan pada yang dikirimkan ke satu administrasi. Kata kunci pencarian adalah ID administrasi yang disediakan oleh MapIt." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5100,7 +5432,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5112,9 +5444,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5122,22 +5454,26 @@ msgstr "Menuliskan pesan Anda seluruhnya dalam huruf kapital membuatnya sulit di #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ya" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Anda mengeluhkan bahwa laporan masalah ini dimoderasi meskipun tidak perlu:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Anda sedang offline" @@ -5145,20 +5481,21 @@ msgstr "Anda sedang offline" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Anda melaporkan laporan masalah berikut ini karena menggunakan kata-kata kasar, berisi informasi pribadi, atau yang serupa:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Anda dapat menampilkan masalah di situs ini." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5166,7 +5503,7 @@ msgstr "Anda dapat menambahkan surel pengguna yang melanggar aturan ke daftar pe 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Anda dapat menghubungi dukungan teknis di %s" @@ -5180,10 +5517,10 @@ msgstr "" " Sebagai contoh, ini dapat berguna jika Anda ingin memantau seorang pengguna yang pernah mengirimkan laporan\n" " yang tidak pantas." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Anda dapat membantu kami dengan menemukan alamat surel kontak untuk masalah lokal untuk %s dan mengirimkannya kepada kami melalui surel di %s." @@ -5191,11 +5528,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Anda menolak; mohon isi kotak di atas" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "Anda punya %s yang disimpan untuk dikirim." @@ -5203,12 +5546,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 "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:87 +#: 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 "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)." @@ -5222,12 +5570,11 @@ msgstr "Anda sudah keluar dari akun" 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 "Anda telah melacak masalah pada titik yang ditandai dengan pin berwarna hijau di peta. Jika ini bukan lokasi yang tepat, cukup klik pada peta lagi." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Anda telah berhasil mengonfirmasikan alamat surel Anda." @@ -5236,7 +5583,7 @@ msgstr "Anda telah berhasil mengonfirmasikan alamat surel Anda." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5245,11 +5592,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Anda telah berhasil masuk; silakan periksa dan konfirmasikan bahwa detail Anda sudah benar:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Anda belum membuat satu pun laporan. Laporkan sebuah masalah sekarang." @@ -5274,21 +5621,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Akun Anda" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Surel Anda" @@ -5297,8 +5650,8 @@ msgstr "Surel Anda" msgid "Your email address" msgstr "Alamat surel Anda" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5307,7 +5660,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Nama Anda" @@ -5315,46 +5669,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Nama Anda telah disembunyikan" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Laporan offline Anda" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Kata sandi Anda" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Kata sandi Anda telah diubah" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Sebaliknya, masuk dengan surel dan berikan kata sandi baru. Saat Anda mengeklik tautan di surel Anda, kata sandi Anda akan diperbarui." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Nomor telepon Anda" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Laporan Anda" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Laporan Anda" @@ -5371,11 +5732,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Pembaruan Anda telah disimpan secara offline untuk dikirim saat Anda kembali online." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Pembaruan Anda" @@ -5392,24 +5754,29 @@ msgstr "Anda" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "semua" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5417,17 +5784,17 @@ msgstr "" msgid "by %s" msgstr "oleh %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "dewan" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "tidak menggunakan peta" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "mis. ‘%s’ atau ‘%s’" @@ -5435,7 +5802,7 @@ msgstr "mis. ‘%s’ atau ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5458,54 +5825,64 @@ msgstr "terakhir diperbarui %s" msgid "less than a minute" msgstr "kurang dari satu menit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "tidak ada" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opsional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "atau" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "atau lacak saya secara otomatis" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Menampilkan lokasi" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "awalnya dimasukkan: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "area lainnya:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5517,7 +5894,7 @@ msgstr "keluar" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "dewan lokal" @@ -5530,7 +5907,7 @@ msgstr "tidak ada pin ditampilkan karena pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "tipe masalah lokal ini" @@ -5538,15 +5915,17 @@ msgstr "tipe masalah lokal ini" msgid "today" msgstr "hari ini" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "pembaruan" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "pembaruan" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "peta digunakan" @@ -5558,16 +5937,16 @@ msgstr "pengguna dari dewan yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "kelurahan" @@ -5619,7 +5998,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d tahun" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5637,7 +6016,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s masalah dilaporkan" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5655,19 +6034,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s diatasi dalam bulan terakhir" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s laporan baru-baru ini" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5697,14 +6076,140 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "terakhir diperbarui %d hari yang lalu" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "laporan" + +#~ 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." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Beri centang pada pribadi jika laporan dalam kategori ini tidak perlu ditampilkan di situs web.\n" +#~ "
\n" +#~ " Pada umumnya, kategori tidak diatur ke pribadi.\n" +#~ "
\n" +#~ " Ini cocok untuk masalah yang dapat dilaporkan oleh pengguna kepada badan, tetapi laporannya\n" +#~ " bukan merupakan kepentingan publik. Di UK, kami menggunakan ini untuk melayani permohonan seperti tempat sampah tambahan\n" +#~ "di alamat tertentu." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinat:" + +#~ msgid "Defect type" +#~ msgstr "Tipe kerusakan" + +#~ msgid "Description:" +#~ msgstr "Deskripsi:" + +#~ msgid "Didn't use map" +#~ msgstr "Tidak menggunakan peta" + +#~ msgid "Do you want to automatically raise a defect?" +#~ msgstr "Apakah Anda ingin melaporkan kerusakan secara otomatis?" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Jika Anda tidak menggunakan surel sebagai metode pengiriman, masukkan ID layanan (Open311) atau pengenal yang setara di sini." + +#~ msgid "Inspection required" +#~ msgstr "Diperlukan inspeksi" + +#~ msgid "Internet glitch" +#~ msgstr "Kesalahan sistem pada internet" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Tidak dilakukan inspeksi oleh inspektor pada kisaran tanggal yang dipilih." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Tidak dilakukan inspeksi pada kisaran tanggal yang dipilih." + +#~ msgid "OK" +#~ msgstr "Oke" + +#~ msgid "Permalink" +#~ msgstr "Permalink:" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Laporan yang dibuat oleh pengguna tepercaya akan dikirimkan ke badan yang bertanggung jawab tanpa diinspeksi terlebih dulu." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Laporan akan otomatis dikirim tanpa memerlukan inspeksi jika reputasi pengguna setara dengan atau lebih dari nilai ini. Atur ke 0 jika semua laporan harus diinspeksi tanpa terkecuali." + +#~ msgid "Reputation threshold" +#~ msgstr "Batas reputasi" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioritas Tanggapan untuk %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Laporan tersebut tidak dapat ditampilkan di %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Alamat surel adalah tujuan pengiriman laporan dalam kategori ini. \n" +#~ " Kategori lain untuk badan ini mungkin memiliki alamat surel yang sama." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba lagi." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Ini adalah situs pengembang; kesalahan mungkin terjadi kapan saja, dan basis data akan dihapus secara berkala." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Dipercaya oleh badan:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Dipercaya membuat laporan yang tidak perlu diinspeksi" + +#~ msgid "Trusted:" +#~ msgstr "Dipercaya:" + +#~ msgid "" +#~ "Use confirmed to indicate that this contact has been\n" +#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" +#~ "contact, use unconfirmed. inactive will\n" +#~ "remove the category from use when reporting problems, but keep it available in\n" +#~ "map filters, and deleted will remove the category from there\n" +#~ "as well." +#~ msgstr "" +#~ "Gunakan dikonfirmasi untuk menunjukkan bahwa kontak ini telah\n" +#~ "dikonfirmasikan benar. Jika Anda tidak yakin mengenai asal atau keabsahan\n" +#~ "kontak, gunakan belum dikonfirmasi. tidak aktif akan\n" +#~ "menghapus kategori sehingga tidak dapat digunakan pada saat melaporkan masalah, tetapi tetap tersedia pada\n" +#~ "filter peta, dan dihapus juga akan menghapus kategori\n" +#~ "dari menu." + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Gunakan kolom ini untuk menyimpan detail yang hanya ditampilkan pada admin. Inputan tidak ditampilkan ke publik, dan tidak dikirimkan ke badan." + +#~ msgid "Used map" +#~ msgstr "Peta digunakan" + +#~ msgid "or locate me automatically" +#~ msgstr "atau lacak saya secara otomatis" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index 45b10752c3c..4ed6b2ac5d5 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" @@ -20,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "e" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "o" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d caratteri al massimo" @@ -52,8 +53,10 @@ msgstr "%d a %d di %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Riassunto sulle segnalazioni" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contatti del Comune – %s confermati, %s non confermati" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aggiornamenti in tempo reale" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Nessun nome)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Nessun recapito)" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(chiuso)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(risolto)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(come gli atti vandalici, le discariche abusive, la pavimentazione e l'illuminazione stradale rotta)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(inviato ad entrambi)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" @@ -186,6 +185,10 @@ msgstr "-- Scegli una categoria --" msgid "-- Pick an option --" msgstr "-- Scegli un'opzione --" +#: 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 "--Scegli un template--" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s salvati." @@ -232,23 +237,29 @@ msgstr "No Lasciami confermare il mio aggiornamento via email" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Si Ho già la password" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Attiva l'autenticazione a due fattori" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Aggiungi una nuova categoria" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Aggiungi un corpo" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Aggiungi un indirizzo email" @@ -283,7 +299,7 @@ msgstr "Aggiungi un indirizzo email" msgid "Add extra fields" msgstr "Aggiungi campi extra" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Aggiungi campo" @@ -291,16 +307,16 @@ msgstr "Aggiungi campo" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Aggiungi una nuova categoria" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Aggiungi opzione" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Aggiungi numero telefonico" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Aggiungi un'utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Aggiungi/modifica categorie di problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Aggiungi/modifica priorità risposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Aggiunti %s" @@ -339,7 +356,7 @@ msgstr "Aggiunti %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Avvisami su futuri aggiornamenti" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Tutte" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "Tutte le segnalazioni come CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Tutte le categorie" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "Tutte le lingue" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Aggiungi un indirizzo email" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Un aggiornamento ha riportato questo problema come risolto." @@ -436,7 +464,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utente anonimo" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "Anonimo:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Sei sicuro?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Area coperta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +507,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Assegnato a %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Assegna ad una categoria differente:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Assegna ad un corpo esterno:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Assegnato a %s" @@ -507,31 +545,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Rispondi automaticamente" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Risposta automatica:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categorie disponibili" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +569,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "In attesa di moderazione" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Indietro" @@ -553,29 +583,39 @@ msgstr "Indietro" 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 "Segnala utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Corpi" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Corpo:" @@ -583,10 +623,6 @@ msgstr "Corpo:" msgid "CSV File" msgstr "File CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +631,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categorie" -#: templates/web/base/admin/category-checkboxes.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 "Categorie:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoria" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +675,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoria:" @@ -650,48 +689,39 @@ msgstr "Categoria:" msgid "Change" msgstr "Modifica" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Cambia indirizzo email" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Cambia la password" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Cambia il numero telefonico" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Attiva l'autenticazione a due fattori" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Cancella dati offline" @@ -728,57 +758,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Chiuso" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Chiuso dal comune" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Coordinate:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Dati del Cobrand:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Codice" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configurazione" @@ -787,12 +821,12 @@ msgstr "Configurazione" msgid "Confirm" msgstr "Conferma" -#: templates/web/base/auth/2faform.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 "Conferma l'account" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +838,16 @@ msgstr "" msgid "Confirmation" msgstr "Conferma" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Confermato" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confermato:" @@ -828,10 +862,12 @@ msgstr "Contatta %s" msgid "Contact Us" msgstr "Contattaci" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Contatta il team" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Continua" @@ -844,17 +880,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Coordinate:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Non posso trovare l'utente" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Non posso trovare l'area desiderata" @@ -874,7 +906,7 @@ msgstr "I contatti del comune per %s" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Comune:" @@ -883,6 +915,8 @@ msgstr "Comune:" msgid "Count" msgstr "Contare" +#: 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 "Creare" @@ -891,38 +925,42 @@ msgstr "Creare" msgid "Create a report" msgstr "Crea una segnalazione" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Crea una priorità" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crea template" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creato" @@ -931,7 +969,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +979,11 @@ msgstr "Creato:" msgid "Current password:" msgstr "Password attuale:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Token attuale:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +992,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Pannello di controllo" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Disattiva l'autenticazione a due fattori" @@ -974,35 +1012,33 @@ msgstr "Disattiva l'autenticazione a due fattori" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Default" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Priorità predefinita" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Elimina" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Elimina" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Eliminato" @@ -1011,49 +1047,45 @@ msgstr "Eliminato" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descrizione" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descrizione:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descrizione" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Le informazioni dettagliate sono limitate a %d caratteri." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Dettagli" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Dettagli:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Devoluto:" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1094,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1112,14 @@ msgstr "" msgid "Discard changes" msgstr "Non salvare modifiche" +#: 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 "" @@ -1080,15 +1129,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "Possiedi una password per accedere a %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Non lo so" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1141,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplicato di" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplicati" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1166,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Modifica" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Modifica dettagli corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1202,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Modifica segnalazioni" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1220,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Modifica problema %d" @@ -1193,7 +1248,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1201,15 +1259,14 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Indirizzo email" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Indirizzo email (opzionale)" @@ -1222,21 +1279,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Email verificata:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1290,7 +1347,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Data di fine" @@ -1298,11 +1355,12 @@ msgstr "Data di fine" msgid "Endpoint" msgstr "Punto finale" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +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à " -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 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à " @@ -1311,7 +1369,6 @@ msgstr "Inserisci il piu vicino codice postale UK, o il nome di una strada e una msgid "Enter a nearby postcode, or street name and area" msgstr "Inserisci il piu vicino codice postale UK o il nome di una strada e l'area" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in nome della città " @@ -1320,8 +1377,9 @@ msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in n msgid "Enter details of the problem" msgstr "Inserisci i dettagli del problema" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1387,10 @@ msgstr "Inserisci i dettagli del problema" msgid "Error" msgstr "Errore" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1403,7 @@ msgstr "Esempio codice postale %s" msgid "Examples:" msgstr "Esempi:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1411,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Ingrandisci mappa" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Spiega la natura del problema" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Esporta come CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1432,12 @@ msgstr "" msgid "External URL" msgstr "URL esterno" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1445,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Invio messaggio non riuscito" @@ -1420,18 +1485,27 @@ msgstr "Invio messaggio non riuscito" msgid "Fields" msgstr "Campi" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Prima volta" @@ -1443,21 +1517,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Risolto" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Risolto - Comune" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Risolto - Utente" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Segna come cancellato" @@ -1465,8 +1538,8 @@ msgstr "Segna come cancellato" msgid "Flag user" msgstr "Utente segnalato" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Segnalato" @@ -1474,7 +1547,7 @@ msgstr "Segnalato" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1555,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Segnalato:" @@ -1495,29 +1568,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Hai dimenticato la tua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1596,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Domande Frequenti" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Genera token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Ottieni aggiornamenti " -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Ottieni gli aggiornamenti di %s problemi" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Ottieni gli aggiornamenti dei problemi in questo %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Dammi un' RSS feed" @@ -1560,60 +1635,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Vai" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Raggruppare per:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "E' stato risolto questo problema?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Avevi mai segnalato un problema ad un comune precedentemente, o questa è la tua prima volta?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Aiuto" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1706,18 @@ msgstr "" msgid "Hi %s" msgstr "Ciao %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Nascosto" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Campo non visibile" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1742,18 @@ msgstr "Rendi non visibile il mio nome nella segnalazione" msgid "Hide my name on this report" msgstr "Nascondi il mio nome in questa segnalazione" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 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" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1676,15 +1763,11 @@ msgstr "" msgid "Hide your name?" msgstr "Vuoi nascondere il tuo nome?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Consiglio" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Cronologia" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Home" @@ -1692,7 +1775,8 @@ msgstr "Home" msgid "How to report a problem" msgstr "Come segnalare un problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Come inviare segnalazioni di successo" @@ -1711,15 +1795,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Mi spiace non possiamo localizzare il tuo problema nel database.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1734,29 +1818,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1856,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1905,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID illegale" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Selezione feed illegale" @@ -1842,7 +1929,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Non attivo" @@ -1850,44 +1938,46 @@ msgstr "Non attivo" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Richiesta ispezione" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 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 +#, fuzzy +msgid "Internal key" +msgstr "Note interne" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Note interne" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1989,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2012,16 @@ msgstr "Ultimi 7 giorni" msgid "Last editor" msgstr "Ultima modifica" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Ultimo aggiornamento:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Ultimo aggiornamento" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Ultimo aggiornamento:" @@ -1938,13 +2029,14 @@ msgstr "Ultimo aggiornamento:" msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2044,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Lista di tutti i problemi segnalati" @@ -1964,25 +2052,26 @@ msgstr "Lista di tutti i problemi segnalati" msgid "Loading reports…" msgstr "Caricamento segnalazioni in corso..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Caricamento in corso..." #: 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:1 +#: 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 "RSS feed locali ed avvertimenti via email" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "RSS feed locali ed avvertimenti via email per ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Segnalazioni locali" @@ -1995,77 +2084,98 @@ msgstr "Localizza il problema nella mappa della zona" msgid "Log in with Facebook" msgstr "Login via Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Login via Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Login tramite email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Login tramite email/testo" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Logout di tutte le sessioni" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Login tramite email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ordinamento manuale" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mappa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Segna come inviato" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Messaggio" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2183,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2207,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mese" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2252,27 @@ msgstr "" msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2162,12 +2280,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2299,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" @@ -2198,8 +2316,14 @@ msgstr "Nuova categoria contatto aggiunta" msgid "New email address:" msgstr "Nuovo indirizzo email:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "" @@ -2207,13 +2331,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nuovi problemi locali su FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nuova password:" @@ -2221,8 +2345,8 @@ msgstr "Nuova password:" msgid "New phone number:" msgstr "Nuovo numero telefonico:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2403,10 @@ msgstr "Nuove segnalazioni" msgid "New state" msgstr "Nuovo stato" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2414,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Più recenti" @@ -2302,33 +2427,36 @@ msgstr "Prossimo" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "No" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nessun corpo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nessun comune selezionato" @@ -2344,24 +2472,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Nessun ulteriore aggiornamento" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Nessun risultato ritornato" @@ -2372,26 +2498,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Nessun sostenitore" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Nessuno" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2525,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2543,7 @@ msgstr "Non segnalato al comune" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nota:" @@ -2429,8 +2555,13 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Avviso" #: templates/web/base/reports/index.html:127 @@ -2441,15 +2572,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2590,27 @@ msgstr "" msgid "Old state" msgstr "Vecchio stato" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Più vecchi" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aperto" @@ -2497,7 +2635,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Opzioni" @@ -2509,25 +2647,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Altro" @@ -2557,21 +2696,36 @@ msgstr "Pagina non trovata" msgid "Parent" msgstr "Parente" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Altre categorie" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parziale" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Password (opzionale)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "La tua password è stata cambiata" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Password (opzionale)" + +#: templates/web/base/admin/roles/index.html:6 +msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2733,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2744,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Numero di telefono (opzionale)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefono verificato:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefono:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2784,20 @@ msgstr "Telefono:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Fotografia richiesta." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Fotografia richiesta" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2807,10 @@ msgstr "Fotografie" msgid "Photos of recent nearby reports" msgstr "Foto delle piu vicine e recenti segnalazioni" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2821,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Inserisci il cursore sulla mappa" @@ -2688,31 +2847,31 @@ msgstr "Per favore controlla la password e prova ancora" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2886,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Per favore non abusarne — abusandone il comune svaluterà il servizio per tutti gli utenti." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Inserisci un numero di cellulare" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Inserire un nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Per favore inserisci la password" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Per favore inserisci il soggetto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Per favore inserire un email valida" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Per favore inserire un indirizzo email valido" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Inserire un numero di telefono oppure un'email valida" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Per favore inserire qualche dettaglio " -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Per favore inserisci la tua email" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Per favore inserisci il tuo nome" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +msgstr "Per favore inserisci il tuo 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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Per favore inserisci il tuo nome" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Per favore inserisci il tuo numero di telefono" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Per favore inserisci il tuo cognome" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Per favore inserisci il tuo titolo" @@ -2833,7 +3010,7 @@ msgstr "Per favore inserisci il tuo titolo" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Per favore entra di nuovo, o torna indietro nella pagina principale." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Si prega di compilare i dettagli del problema qui di seguito." @@ -2843,7 +3020,7 @@ msgstr "Si prega di compilare i dettagli del problema qui di seguito." 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 "Si prega di compilare il modulo sottostante con i dettagli del problema, e descrivere la posizione nel modo più preciso possibile, nella casella dettagli." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3028,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Per favore indicare se si vuole ricevere un altro questionario" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3063,11 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3084,19 @@ msgstr "Per favore provvedi a del testo come ad una foto" 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 " -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Si prega di selezionare il feed che si vuole" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Per favore seleziona il tipo di avvertimento che desideri" @@ -2915,19 +3104,20 @@ msgstr "Per favore seleziona il tipo di avvertimento che desideri" msgid "Please state whether or not the problem has been fixed" msgstr "Si prega di indicare se il problema è stato risolto" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Invia un'unica fotografia" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Per favore scrivi un messaggio" @@ -2935,23 +3125,23 @@ msgstr "Per favore scrivi un messaggio" msgid "Post" msgstr "Posta" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Postato anonimamente al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Postato da %s (%s) al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" @@ -2959,20 +3149,32 @@ msgstr "Postato da %s al %s" msgid "Powered by FixMyStreet Platform" msgstr "Basato sulla piattaforma FixMyStreet" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Precedente" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Priorità" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorità" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacy" @@ -2982,15 +3184,14 @@ msgstr "Privacy" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privato" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3203,29 @@ msgstr "Problema" 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" + #: 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" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problema %d creato" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problema %s inviato al comune %s" @@ -3016,7 +3236,7 @@ msgstr "Problema %s inviato al comune %s" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -3024,7 +3244,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3033,11 +3254,11 @@ msgstr "Problemi" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemi vicino" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemi sulla mappa" @@ -3045,37 +3266,43 @@ msgstr "Problemi sulla mappa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemi recentemente segnalati e risolti su FIxMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problemi entro %.1fkm da %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemi dentro %s quartiere" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "L'indirizzo della proprietà:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Fornisci un'aggiornamento" @@ -3084,32 +3311,37 @@ msgstr "Fornisci un'aggiornamento" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Scegliere una password è opzionale, ma farlo ti acconsentirà di riportare più facilmente le future segnalazioni, di aggiungere degli aggiornamenti e gestire le tue segnalazioni." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Risposte pubbliche:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Pubblica la foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Questionario" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3126,23 +3358,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Questionario %d inviato per il problema %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS feed per %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3150,52 +3383,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS feed di %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS feed dei problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS feed di problemi dentro al quartiere %s " -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS feed dei recenti problemi locali" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS feed degli aggiornamenti su questa segnalazione" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3446,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemi segnalati di recente" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Segnalazione rifiutata" @@ -3221,15 +3459,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Rimuovi" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Rimuovi campo" @@ -3245,21 +3479,26 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Rimuovi campo" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3506,38 @@ msgstr "" msgid "Report" msgstr "Segnalazione" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Segnala un problema" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Segnala un problema qui" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Segnala un abuso" -#: templates/web/base/js/translation_strings.html:88 +#: 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" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3547,20 @@ msgstr "Segnala un ulteriore problema qui" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Segnala un abuso" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Segnala su %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Stato segnalazione:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Segnala il tuo problema" @@ -3323,24 +3573,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Segnala, conosci e discuti sui problemi della tua città " -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Segnalato anonimamente al %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Segnalati prima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Segnalato da %s al %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Segnalato da:" @@ -3348,59 +3598,63 @@ msgstr "Segnalato da:" msgid "Reported in the %s category" msgstr "Riportato nella categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Riportato nella categoria %s anonimamente alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Segnalato via %s in modo anonimo il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Segnalato via %s da %s il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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 "Stai segnalando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Segnalazioni" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3662,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Segnalazioni in attesa di approvazione" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3674,61 @@ msgstr "" msgid "Reports published" msgstr "Segnalazioni pubblicate" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Segnalazioni salvate offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Segnalazione inviata a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Rinvia la segnalazione" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3744,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "E' il posto giusto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Ruota a sinistra" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Ruota a destra" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Salva modifiche" @@ -3553,58 +3822,62 @@ msgstr "Salva modifiche" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Ricerca Segnalazioni" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Ricerca Utenti" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Ricerca segnalazioni" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Cerca:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3887,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleziona un'area" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3904,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3930,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Inviato:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Imposta password" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Condividi" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3972,14 @@ msgstr "Condividi" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3992,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3730,7 +4008,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +4017,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3752,20 +4032,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Entra" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4054,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Entra o crea un nuovo account" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Logout" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Qualche categoria potrebbe richiedere ulteriori informazioni." @@ -3794,12 +4075,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Qualche foto di segnalazioni recenti" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4088,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4102,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4112,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Ci scusiamo, non possiamo trovare questa zona." @@ -3840,174 +4124,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stato" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Stato:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Stati" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Sottocategoria" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Sottodivisione/Corpo" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Soggetto" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Soggetto:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Invia" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Invia modifiche" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Invia questionario" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Inviato" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4318,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4336,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Sommario" @@ -4053,11 +4363,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4381,34 @@ msgstr "Risultati sondaggio" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Solo versione testuale" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Testo:" @@ -4118,7 +4433,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Grazie per aver aggiunto la tua foto. Abbiamo adesso bisogno di localizzare il problema, quindi inserisci il nome della strada piu vicina o il codice postale nel box qui sopra :" @@ -4126,7 +4441,12 @@ msgstr "Grazie per aver aggiunto la tua foto. Abbiamo adesso bisogno di localizz msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Grazie, è fantastico sapere che è stato risolto! Possiamo soltanto chiederti se avevi gia segnalato altri problemi al tuo comune precedentemente?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4454,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "La segnalazione non può essere vista su %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4505,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4516,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4529,14 @@ msgid "" " 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 "" @@ -4223,11 +4548,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "Il comune non sarà in grado di fare qualcosa finchè non lascerai più dettagli possibili sul problema che stai segnalando. Per favore descrivi l'esatta location (es. nel muro), che cos'è, da quanto tempo c'è, una descrizione (e una foto del problema se ne hai una), ecc.." @@ -4242,15 +4571,11 @@ msgstr "" msgid "The error was: %s" msgstr "L'errore era: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4612,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4621,43 @@ msgstr "Le passwords non corrispondono" msgid "The requested URL '%s' was not found on this server" msgstr "L'URL richiesta '%s' non è stata trovata su questo serverjavascript:;" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4667,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4679,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "E' accaduto un problema visualizzando questa pagine. Per favore riprova ancora più tardi" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -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." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 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." @@ -4372,12 +4706,16 @@ msgstr "Ci sono stati dei problemi con la tua segnalazione. Per favore guarda qu 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4733,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4770,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona del problema, visto che l'utente non ha aggiunto una categoria; per favore ignorate l'email se non siete il comune corretto che deve gestire il problema, o fateci sapere qual'e la categoria di questo problema così da poterla aggiungere nel nostro sistema." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Questa informazione è richiesta" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4814,8 @@ msgstr "Questo problema non è stato risolto" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4823,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4870,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titolo" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titolo:" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Per sapere quali segnalazioni locali abbiamo per te, inserisci per favore il tuo codice postale o il nome della via e della zona" @@ -4553,12 +4898,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4925,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totale" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4945,11 @@ msgstr "Traduzione" msgid "Translations" msgstr "Traduzioni" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Prova ancora" @@ -4617,30 +4957,37 @@ msgstr "Prova ancora" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Attiva l'autenticazione a due fattori" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Non confermato" @@ -4653,26 +5000,27 @@ msgstr "Sconosciuto" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Errore sconosciuto" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5034,25 @@ msgstr "" 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" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5077,44 @@ msgstr "Aggiorna segnalazione come risolta" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Aggiornato" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Aggiornato!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Aggiornamenti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5132,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5140,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5152,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5189,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Utenti" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5227,25 @@ msgstr "" msgid "Verify" msgstr "Verifica" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 msgid "Verify email address" msgstr "Verifica indirizzo email" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" msgstr "Verifica numero telefonico" -#: templates/web/base/admin/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5253,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5263,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4920,7 +5271,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4943,7 +5294,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5303,7 @@ msgid "We send it to the council on your behalf" msgstr "Lo invieremo noi al comune responsabile a tuo nome" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -4965,7 +5316,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Sito web" @@ -4986,19 +5337,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5010,7 +5353,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5018,7 +5361,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5030,9 +5373,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5383,26 @@ msgstr "Scrivere il tuo messaggio interamente con lettere maiuscole diventa di d #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Si" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5063,20 +5410,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5432,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5095,10 +5443,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5454,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Hai rifiutato; Per favore riempi il box qui sopra " -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5472,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5495,11 @@ msgstr "" 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 "Hai localizzato il problema nel punto segnato sulla mappa dal segnetto verde. Se questa non è la corretta posizione, clicca semplicemente ancora sulla mappa." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Il tuo indirizzo email è stato confermato con successo." @@ -5151,7 +5508,7 @@ msgstr "Il tuo indirizzo email è stato confermato con successo." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5160,11 +5517,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ti sei correttamente iscritto; per favore controlla e conferma i tuoi dettagli:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5187,21 +5544,28 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "La tua email" @@ -5210,8 +5574,8 @@ msgstr "La tua email" msgid "Your email address" msgstr "Tuo indirizzo email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5220,7 +5584,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Il tuo nome" @@ -5228,46 +5593,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Tua password" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "La tua password è stata cambiata" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Il tuo numero di telefono" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "La tua segnalazione" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Tue segnalazioni" @@ -5284,11 +5655,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5305,24 +5677,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5707,17 @@ msgstr "" msgid "by %s" msgstr "da %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "comune" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "mappa non usata" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5348,7 +5725,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5748,63 @@ msgstr "ultimo aggiornamento %s" msgid "less than a minute" msgstr "meno di un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "non disponibile" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opzionale)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "o" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "oppure fatti localizzare automaticamente" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "altre aree:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5430,7 +5816,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5443,7 +5829,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5451,15 +5837,17 @@ msgstr "" msgid "today" msgstr "oggi" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "mappa usata" @@ -5471,16 +5859,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5540,7 +5928,7 @@ msgid_plural "%d years" msgstr[0] "%d anno" msgstr[1] "%d anni" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5561,7 +5949,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5582,21 +5970,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s risolti nel mese passato" msgstr[1] "%s risolti nel mese passato" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5631,16 +6019,52 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mese" msgstr[1] "mesi" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, 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 "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 "or locate me automatically" +#~ msgstr "oppure fatti localizzare automaticamente" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 4cb765aa6d6..13f5e1e9b52 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "ir" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "arba" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d į %d iš %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Suvestinės ataskaitos" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s tarybos kontaktai – %s patvirtinti, %s nepatvirtinti" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s tiesioginiai atnaujinimai" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Nėra vardo)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Nėra telefono numerio)" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(uždaryta)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(atlikta)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(pavyzdžiui, grafitis, šiukšlės, duobė kelyje ar gatvės apšvietimas)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(išsiųsta į abu)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" @@ -186,6 +185,10 @@ msgstr "-- Išsirinktite kategorija --" 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 "--Išsirinkinte šabloną--" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Ne Leisti patvirtinti mano atnaujinimą el. paštu" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "Pastaba: Šis pranešimas dar neišsiūstas vykdymui. Bet kokie pakeitimai nebūtinai bus perduoti." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Taip Aš turiu slaptažodį" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -274,13 +285,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Pridėti naują kategoriją" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "pridėti instituciją" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -289,7 +305,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -297,16 +313,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Pridėti naują kategoriją" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -320,24 +336,25 @@ 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:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Pridėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Pridėti/redaguoti problemų kategorijas" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Pridėti/redaguoti atsakymų prioritetus" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Pridėta %s" @@ -345,7 +362,7 @@ msgstr "Pridėta %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -361,19 +378,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Įspėti mane apie atnaujinimus" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -386,8 +404,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -399,9 +417,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -428,7 +446,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "Atnaujinimas - Problema sutvarkyta" @@ -442,7 +469,7 @@ msgstr "Anoniminis" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -454,24 +481,29 @@ msgstr "Anoniminis:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Vietovė pažymėta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -480,28 +512,33 @@ msgstr "" 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 "Šiuo metu puslapis ir %s yra neveikiantis, sukurti pranešimai bus išsiųsti problemos siuntėjui, o ne kontaktui pateiktame pranešimo kategorijoje." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Priskirta to %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Priskirti kitai kategorijai:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Priskirti išoriniai institucijai:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Priskirta to %s" @@ -513,31 +550,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -546,12 +574,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Laukiama " -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atgal" @@ -559,29 +588,39 @@ msgstr "Atgal" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Institucijos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Institucija" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Institucija:" @@ -589,10 +628,6 @@ msgstr "Institucija:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -601,39 +636,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Nematote žemėlapio? Praleiskite šitą žingsnį" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategorija" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -642,12 +680,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Problemų kategorijoje tvarkymo sparta > 4 savaitės senumo" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorija:" @@ -656,45 +694,27 @@ msgstr "Kategorija:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Pakeisti slaptažodį" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -"Normally, categories are not private.\n" -"
\n" -"This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -"interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -"at a specific address." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -702,11 +722,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -743,57 +764,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Uždaryta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Uždaryta " -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinatės:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand informacija:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Nustatymai" @@ -802,12 +827,12 @@ msgstr "Nustatymai" msgid "Confirm" msgstr "Patvirtinti" -#: templates/web/base/auth/2faform.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 "Patvirtinti paskyrą" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -819,16 +844,16 @@ msgstr "" msgid "Confirmation" msgstr "Patvirtinimas" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Patvirtinta" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Patvirtinta:" @@ -843,10 +868,12 @@ msgstr "" msgid "Contact Us" msgstr "Susiekite su Mumis" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Susisiekite su komanda" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -859,17 +886,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Vartotojas nerastas" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Vieta nenustatyta" @@ -889,7 +912,7 @@ msgstr "Tarybos kontaktai skirti %s" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Taryba:" @@ -898,6 +921,8 @@ msgstr "Taryba:" msgid "Count" msgstr "Skaičiavimas" +#: 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 "" @@ -906,38 +931,42 @@ msgstr "" msgid "Create a report" msgstr "Sukurti pranešimą" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Sukurti kategoriją" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Sukurti šabloną" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Sukurta" @@ -946,7 +975,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -956,11 +985,11 @@ msgstr "Sukurta:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -969,19 +998,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Šiuo metu ne viena institucija nėra sukurta." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Įrankių juosta" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -989,35 +1018,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Padalinys atliko per 5 darbo dienas" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Pašalinti šabloną" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Pašalinti šabloną" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Ištrinta" @@ -1026,49 +1053,45 @@ msgstr "Ištrinta" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Aprašymas" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Aprašymas" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Išsamiau" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Išsamiau:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Perduota" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Diligency prize league table" @@ -1077,6 +1100,15 @@ msgstr "Diligency prize league table" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1086,6 +1118,14 @@ msgstr "" 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 "" @@ -1095,15 +1135,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Don’t nežinau" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Nepatinka anketos?" @@ -1111,19 +1147,24 @@ msgstr "Nepatinka anketos?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1134,32 +1175,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Redaguoti" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Redaguoti institucijos informaciją" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1167,15 +1211,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1183,13 +1229,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Redagavimo problema %d" @@ -1211,7 +1257,10 @@ msgstr "Redaktorius" #: 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:17 +#: 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 @@ -1219,15 +1268,14 @@ msgstr "Redaktorius" msgid "Email" msgstr "El. paštas" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1240,21 +1288,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "El. paštas:" @@ -1315,7 +1363,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1323,11 +1371,12 @@ msgstr "" msgid "Endpoint" msgstr "Pabaigos taškas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Įveskite Zürich gatvės pavadinimą" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" @@ -1336,7 +1385,6 @@ msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" msgid "Enter a nearby postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Įveskite artimiausios gatvės pavadinimą ir rajoną" @@ -1345,8 +1393,9 @@ msgstr "Įveskite artimiausios gatvės pavadinimą ir rajoną" msgid "Enter details of the problem" msgstr "įveskite problemos detales" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1354,8 +1403,10 @@ msgstr "įveskite problemos detales" msgid "Error" msgstr "Klaida" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1368,7 +1419,7 @@ msgstr "Pašto kodo pavyzdys %s" msgid "Examples:" msgstr "Pavyzdžiai:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1376,20 +1427,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1397,12 +1448,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1410,32 +1461,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1445,18 +1501,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Pirmas kartas" @@ -1468,21 +1533,20 @@ msgstr "Suvarkyti tai pasirenkant pažymėta vietovę Reda #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Sutvarkyta" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Sutvarkyta - Savivaldybe" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Sutvarkyta - Vartotojas" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Pažymeti kaip ištrinta" @@ -1490,8 +1554,8 @@ msgstr "Pažymeti kaip ištrinta" msgid "Flag user" msgstr "Pažymėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Pažymėta" @@ -1499,7 +1563,7 @@ msgstr "Pažymėta" msgid "Flagged reports and users" msgstr "Flagged reports and users" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Flagged users are listed on the flagged page." @@ -1507,8 +1571,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Pažymėta:" @@ -1520,29 +1584,25 @@ msgstr "Follow a ward link to view only reports within that ward." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Daugiau informacijos rasite How FixMyStreet uses Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Pamiršote slaptažodį?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1552,28 +1612,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Dažniausiai Užduodami Klausimai" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Gauti atnaujinimus" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Gauti šių problemų %s atnaujinimus" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Gauti problemų atnaujinimus iš %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Suteikti man RSS srautą" @@ -1585,60 +1651,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Pirmyn" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Ar ruošiates išsiųsti klausimyną?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Problemų sukurimo grafikas pagal statusą per laiką" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Ar ši problema buvo sutvarkyta?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Ar esate pranešęs apie problema anksčiau, o gal tai pirmas kartas?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Pagalba" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1650,18 +1722,18 @@ msgstr "" msgid "Hi %s" msgstr "Labas %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Paslėpta" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1686,12 +1758,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Paslėpti smeigtukus" +#: 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 "" @@ -1701,15 +1778,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Istorija" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Pradžia" @@ -1717,7 +1790,8 @@ msgstr "Pradžia" msgid "How to report a problem" msgstr "Kaip pranešti apie problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Kaip išsiųsti sėkminga pranešimą" @@ -1736,15 +1810,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Apgailestaujame, bet jūsų problema nebuvo rasta duomenų bazėje.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1761,19 +1835,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1781,11 +1859,11 @@ msgstr "" "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." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1797,37 +1875,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 "Jei norite, kad šis šablonas būtų naudojamas tik tam tikroms kategorijoms, pasirinkite jas čia. Pagal nutylėjimą jis bus rodomas visoms kategorijoms." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1851,11 +1924,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Neteisėtas ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Neteisėtas srauto pasirinkimas" @@ -1871,7 +1948,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1879,44 +1957,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Pridėti siuntėjo asmeninę informacija" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Incorrect has_photo value \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Internal notes" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Internal notes" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Pasirinktas klaidingas formatas %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1928,10 +2008,6 @@ msgstr "Patikrinkite mūsų D.U.K gal atsakymas yra ten." msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1955,11 +2031,16 @@ msgstr "" msgid "Last editor" msgstr "Paskutinis redaktorius" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Paskutinis atnaujinimas:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Paskutinis atnaujinimas:" @@ -1967,13 +2048,14 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last update:" msgstr "Last update:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1981,10 +2063,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Palikite neužpildyta jeigu visi pranešimai šioje dalyje turi buti išsiųsti naudojant tą patį siuntimo metodą (pvz, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Pateikti visas praneštas problemas" @@ -1993,25 +2071,26 @@ msgstr "Pateikti visas praneštas problemas" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Kraunama..." #: 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:1 +#: 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 "Vietiniai RSS srautai ir el. pašto pranešimai" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Vietiniai RSS srautai ir el. pašto pranešimai skirti ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Vietiniai pranešimai" @@ -2024,77 +2103,97 @@ msgstr "Nustatytį problemos vietą žemėlapyje" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAP" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Žemėlapis" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Žinutė" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Missing jurisdiction_id" @@ -2102,7 +2201,8 @@ msgstr "Missing jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2125,36 +2225,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderated by division within one working day" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mėnuo" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2162,28 +2270,27 @@ msgstr "" msgid "Name" msgstr "Vardas" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Vardas:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2191,12 +2298,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2212,16 +2319,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" @@ -2229,8 +2336,13 @@ msgstr "Naujas kategorijos kontaktas pridetas" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "New internal note:" @@ -2238,13 +2350,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2252,8 +2364,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2310,10 +2422,10 @@ msgstr "Nauji pranešimai" msgid "New state" msgstr "New state" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Naujas šablonas" @@ -2321,7 +2433,8 @@ msgstr "Naujas šablonas" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2333,33 +2446,36 @@ msgstr "Kitas" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Ne" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nėra institucijos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nepasirinkta savivaldybė" @@ -2375,24 +2491,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Jokių kitų atnaujinimai" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Jokių rezultatų" @@ -2405,26 +2519,26 @@ msgstr "" "No specific areas are currently available, because the MAPIT_URL in\n" " your config file is not pointing to a live MapIt service." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Jokių rėmėjų" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Nė vienas" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2436,7 +2550,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Ne mano padaliniui" @@ -2454,7 +2568,7 @@ msgstr "Nepranešta savivaldybei" msgid "Note" msgstr "Pastaba" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Pastaba:" @@ -2466,8 +2580,12 @@ msgstr "Pastaba: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2478,15 +2596,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "Gerai" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2494,22 +2614,27 @@ msgstr "" msgid "Old state" msgstr "Sena būklė" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Atidaryta" @@ -2534,7 +2659,7 @@ msgstr "Open311 initiative web page" msgid "Open311 specification" msgstr "Open311 specification" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2546,25 +2671,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Kita" @@ -2594,21 +2720,36 @@ msgstr "Puslapis nerastas" msgid "Parent" msgstr "Parent" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Sukurti kategoriją" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Dalinis" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Slaptažodis (nebūtina)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +msgid "Password change cancelled." +msgstr "" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Slaptažodis (nebūtina)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2616,7 +2757,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2627,39 +2768,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefono numeris (nebūtina)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefonas:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2667,20 +2808,20 @@ msgstr "Telefonas:" msgid "Photo" msgstr "Nuotrauka" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2690,6 +2831,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Naujausios gretimų pranešimų nuotraukos" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2700,8 +2845,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Padėkite smeigtuką ant žemėlapio" @@ -2725,31 +2871,31 @@ msgstr "Prašome patikrinti slaptažodžius ir pabandykite dar kartą" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prašome pasirinkti kategoriją" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Prašome ištaisyti klaidas " @@ -2764,104 +2910,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Prašome neįžeidinėti — įžeidinėjimai nuvertina paslaugą visiems vartotojams." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Prašome įvesti slaptažodį" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prašome įvesti temą" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Prašome įvesti galiojantį el. paštą" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Prašome įvesti galiojantį el. pašto adresą" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prašome įvesti daugiau informacijos" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Prašome įvesti savo el. paštą" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Prašome įvesti savo vardą" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Prašome įvesti savo vardą" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Prašome įvesti savo telefono numerį" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Prašome įvesti savo pavardę" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Prašome įvesti savo vardą" @@ -2870,7 +3034,7 @@ msgstr "Prašome įvesti savo vardą" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Galite prisijungti iš naujo, arba grįžti atgal į pagrindinį puslapį." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Prašome žemiau užpildyti problemos detales." @@ -2880,7 +3044,7 @@ msgstr "Prašome žemiau užpildyti problemos detales." 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 "Prašome pateikti problemos detales žemiau esančioje anketoje ir kuo tiksliau apibūdinkite vietą." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2888,8 +3052,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Prašome nurodyti, ar norite gauti kitą klausimyną." -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2915,11 +3087,11 @@ msgstr "" msgid "Please note:" msgstr "Atkreipkite dėmėsį:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2936,15 +3108,19 @@ msgstr "Prašome pateikti šiek tiek teksto, taip pat nuotrauką" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Prašome pasirinkti jūsų pageidaujama srautą" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą" @@ -2952,19 +3128,20 @@ msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą" msgid "Please state whether or not the problem has been fixed" msgstr "Prašome nurodyti, ar problema buvo sutvarkyta" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Prašome įvesti žinutę" @@ -2972,23 +3149,23 @@ msgstr "Prašome įvesti žinutę" msgid "Post" msgstr "Įkelti" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Pateikta anonimiškai %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2996,20 +3173,32 @@ msgstr "" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Ankstesnis" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privatumas" @@ -3019,15 +3208,14 @@ msgstr "Privatumas" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privatus" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3039,10 +3227,29 @@ msgstr "Problema" msgid "Problem %d created" msgstr "Problema %d sukurta" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Įdėti į trumpajį sąrašą" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problema %d sukurta" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problema %d sukurta" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problema %s išsiųsta savivaldybei %s" @@ -3053,7 +3260,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -3061,7 +3268,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemos" @@ -3070,11 +3278,11 @@ msgstr "Problemos" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Šalia esančios problemos" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemos žemėlapyje" @@ -3082,37 +3290,43 @@ msgstr "Problemos žemėlapyje" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Neseniai praneštos problemos FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemos viduje %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemos %s rajone" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Nuosavybės adresas:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Pateikti naujinimą" @@ -3121,32 +3335,37 @@ msgstr "Pateikti naujinimą" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Pateikti slaptažodį yra nebūtina, tačiau pateiktus bus jums papraščiau pranešti problemas, pateikti naujinimus ir tvarkyti savo pranešimus." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Viešas atsakymas:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Paskelbti nuotrauką" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Anketa/Klausimynas" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3163,23 +3382,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Anketa %d išsiųsta dėl problemos %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Questionnaire filled in by problem reporter" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS srautas" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS srautas skirtas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS srautas skirtas %s rajonui, %s" @@ -3187,52 +3407,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS srautas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS srautas %s, viduje %s rajono" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Šalia esančių problemų RSS srautas" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3246,11 +3470,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3258,15 +3483,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3282,21 +3503,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3304,30 +3529,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Pateikta anonimiškai %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3337,17 +3570,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3360,24 +3595,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Praneškite, pamatykite arba diskutuokite apie vietines problemas" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3385,59 +3620,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3445,14 +3684,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3461,63 +3696,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "%s Atsakymo Šablonas" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Atsakymo Šablonai" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "%s Atsakymo Šablonai" @@ -3533,56 +3766,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3590,58 +3844,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3651,12 +3909,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3668,19 +3926,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3689,41 +3952,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3731,14 +3994,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3751,7 +4014,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3767,7 +4030,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3775,9 +4039,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3789,20 +4054,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3811,16 +4076,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3831,12 +4097,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3844,11 +4110,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3856,7 +4124,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3865,9 +4134,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3877,174 +4146,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4052,11 +4339,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4064,19 +4357,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4090,11 +4384,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4108,29 +4402,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Šablonas «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Šablonai" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4155,7 +4453,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4163,7 +4461,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4171,52 +4474,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4226,11 +4525,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4240,8 +4536,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4249,6 +4549,14 @@ msgid "" " 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 "" @@ -4260,11 +4568,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4279,15 +4591,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4324,10 +4632,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4337,30 +4641,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4370,7 +4687,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4378,30 +4699,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4409,12 +4726,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4432,16 +4753,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4464,34 +4790,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4511,7 +4834,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4519,41 +4843,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4562,23 +4890,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4590,12 +4918,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4612,15 +4945,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4632,21 +4965,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4654,30 +4977,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4690,26 +5019,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4723,20 +5053,25 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Anketa %d išsiųsta dėl problemos %d" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4761,43 +5096,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4815,17 +5151,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4834,13 +5159,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4851,36 +5171,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4888,24 +5208,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4914,25 +5246,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4940,7 +5272,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4950,6 +5282,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4957,7 +5290,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4980,7 +5313,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4989,7 +5322,7 @@ msgid "We send it to the council on your behalf" msgstr "Mes nusiūsime ją tarybai jūsų vardu" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5002,7 +5335,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5023,19 +5356,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5047,7 +5372,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5055,7 +5380,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5067,9 +5392,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5077,22 +5402,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5100,20 +5429,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5121,7 +5451,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5132,10 +5462,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5143,11 +5473,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5155,12 +5491,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5174,12 +5514,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5188,7 +5527,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5197,11 +5536,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5224,21 +5563,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5247,8 +5592,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5257,7 +5602,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5265,46 +5611,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5321,11 +5673,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5342,24 +5695,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5367,17 +5725,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5385,7 +5743,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5408,54 +5766,63 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(pasirinktinai)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "arba" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5467,7 +5834,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5480,7 +5847,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5488,15 +5855,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5508,16 +5877,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5593,7 +5962,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5620,7 +5989,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5647,7 +6016,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5656,7 +6025,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5665,7 +6034,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5710,7 +6079,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5719,7 +6088,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5727,3 +6096,32 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Pastaba: Šis pranešimas jau išsiūstas vykdymui. Bet kokie pakeitimai nebus perduoti." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Pastaba: Šis pranešimas dar neišsiūstas vykdymui. Bet kokie pakeitimai nebūtinai bus perduoti." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ "Normally, categories are not private.\n" +#~ "
\n" +#~ "This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ "interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ "at a specific address." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." + +#~ msgid "OK" +#~ msgstr "Gerai" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index 67d0044b759..d3bbfbd0b59 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " dan " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " atau " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d kepada %d daripada %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Laporan Ringkasan" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s cara hubungan majlis – %s disahkan, %s belum disah" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s update secara langsung" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(ditutup)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(tetap)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(hantar kepada kedua-dua)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -186,6 +185,10 @@ msgstr "-- Pilih kategori --" 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 "" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Tidak Benarkan aku mengesahkan kemas kiniku dengan emel msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ya Aku ada kata laluan" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -271,13 +282,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Tambah kategori baru" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Tambah badan" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -286,7 +302,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -294,16 +310,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Tambah kategori baru" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -317,24 +333,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Tambah pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%s telah ditambahi" @@ -342,7 +359,7 @@ msgstr "%s telah ditambahi" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -358,19 +375,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Maklumkan aku sebarang kemas kini masa depan" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -383,8 +401,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -396,9 +414,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -425,7 +443,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Alamat emel anda" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." @@ -439,7 +467,7 @@ msgstr "Tanpa nama" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -451,24 +479,29 @@ msgstr "Tanpa Nama:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Kawasan dilintungi" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -477,28 +510,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Ditugaskan kepada %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Ditugaskan kepada kategori lain:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Ditugaskan kepada badan luaran:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ditugaskan kepada %s" @@ -510,31 +548,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -543,12 +572,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Mengunggu penyederhanaan" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Balik" @@ -556,29 +586,39 @@ msgstr "Balik" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Badan" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Badan:" @@ -586,10 +626,6 @@ msgstr "Badan:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -598,39 +634,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -639,12 +678,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategori rata masalah diselesai > 4 minggu" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -653,48 +692,38 @@ msgstr "Kategori:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Menukar Kata Laluan" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -731,57 +760,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Ditutup oleh majlis" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Kordinat:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Data Cobrand" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfigurasi" @@ -790,12 +823,12 @@ msgstr "Konfigurasi" msgid "Confirm" msgstr "Sah" -#: templates/web/base/auth/2faform.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 "Mengesahkan Akaun" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -807,16 +840,16 @@ msgstr "" msgid "Confirmation" msgstr "Pengesahan" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Disahkan" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Disahkan:" @@ -831,10 +864,12 @@ msgstr "" msgid "Contact Us" msgstr "Menghubungi Kita" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Menghubungi pasukan" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -847,17 +882,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Tidak dapat mencari pengguna" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Tidak dapat mencari lokasi" @@ -877,7 +908,7 @@ msgstr "Hubungan Majlis untuk %s" msgid "Council ref: %s" msgstr "Rujukan majlis: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Majlis:" @@ -886,6 +917,8 @@ msgstr "Majlis:" msgid "Count" msgstr "Kiraan" +#: 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 "" @@ -894,38 +927,42 @@ msgstr "" msgid "Create a report" msgstr "Laporan baru" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori baru" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Diwujudkan" @@ -934,7 +971,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -944,11 +981,11 @@ msgstr "Diwujudkan:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -957,19 +994,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Belum ada badan wujud pada masa kini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Papan pemuka" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -977,35 +1014,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Diuruskan oleh bahagian bawah dalam 5 hari bekerja" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Dipadam" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Dipadam" @@ -1014,49 +1049,45 @@ msgstr "Dipadam" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Huraian" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Huraian" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Perincian" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Perincian:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Didelegasikan" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" @@ -1065,6 +1096,15 @@ msgstr "Jadual liga hadiah ketekunan" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1074,6 +1114,14 @@ msgstr "" 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 "" @@ -1083,15 +1131,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Tidak tahu" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1099,19 +1143,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1119,32 +1168,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Menyunting" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Edit perincian badah" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1152,15 +1204,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1168,13 +1222,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Sedang edit masalah %d" @@ -1196,7 +1250,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1204,15 +1261,14 @@ msgstr "Editor" msgid "Email" msgstr "Emel" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1225,21 +1281,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Emel:" @@ -1293,7 +1349,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1301,11 +1357,12 @@ msgstr "" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Masukkan nama jalan Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" @@ -1314,7 +1371,6 @@ msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" msgid "Enter a nearby postcode, or street name and area" msgstr "Masukkan poskod terdekat, atau nama jalan dan kawasan" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Masukkan nama jalan dan kawasan terdekat" @@ -1323,8 +1379,9 @@ msgstr "Masukkan nama jalan dan kawasan terdekat" msgid "Enter details of the problem" msgstr "Masukkan perincian masalah tersebut" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1332,8 +1389,10 @@ msgstr "Masukkan perincian masalah tersebut" msgid "Error" msgstr "Ralat" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1346,7 +1405,7 @@ msgstr "Contoh poskod %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1354,20 +1413,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1375,12 +1434,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1388,32 +1447,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1423,18 +1487,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Pertama kali" @@ -1446,21 +1519,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Diselesai" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Diselesai - Majlis" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Diselesai - Pengguna" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Tanda sebagai dipadam" @@ -1468,8 +1540,8 @@ msgstr "Tanda sebagai dipadam" msgid "Flag user" msgstr "Tanda pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditanda" @@ -1477,7 +1549,7 @@ msgstr "Ditanda" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditanda" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1485,8 +1557,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Ditanda:" @@ -1498,29 +1570,25 @@ msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan terse msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Untuk maklumat lanjut, lihat Bagaimana FixMyStreet mengguna Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Terlupai kata laluan anda?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1530,28 +1598,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Soalan lazim" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Dapatkan kemas kini" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Dapatkan kemas kini %s masalah" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Dapatkan kemas kini masalah di %" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Berikan aku RSS feed" @@ -1563,60 +1637,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Pergi" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Teruskan dengan menghantar soalan selidik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graf masalah dibuat dengan status dari masa ke masa" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Adakan masalah ini telah diselesai?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Adakan anda pernah melaporkan masalah kepada majlis, atau inikah pertama kali anda?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Bantuan" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1628,18 +1708,18 @@ msgstr "" msgid "Hi %s" msgstr "Hi %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Tersembunyi" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1664,12 +1744,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Sembunyikan pin" +#: 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 "" @@ -1679,15 +1764,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Sejarah" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Home" @@ -1695,7 +1776,8 @@ msgstr "Home" msgid "How to report a problem" msgstr "Bagaimana melaporkan masalah" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Bagaimana untuk menghantar laporan berjaya" @@ -1714,15 +1796,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Masalah anda tidak dapat dijumpai dalam database.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1737,29 +1819,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1771,37 +1857,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1825,11 +1906,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID tak sah" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Pilihan feed yang tak sah" @@ -1845,7 +1930,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1853,44 +1939,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Termasuk perincian peribadi pelapor" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo \"%s\" salah" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Nota dalaman" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Nota dalaman" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Format dinyatakan %s salah" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1902,10 +1990,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1929,11 +2013,16 @@ msgstr "" msgid "Last editor" msgstr "Editor terakhir" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Kemas kini terakhir:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Kemas kini terakhir:" @@ -1941,13 +2030,14 @@ msgstr "Kemas kini terakhir:" msgid "Last update:" msgstr "Kemas kini terakhir:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1955,10 +2045,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Senaraikan semua laporan masalah" @@ -1967,25 +2053,26 @@ msgstr "Senaraikan semua laporan masalah" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." #: 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:1 +#: 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 "RSS feed tempatan dan pemberitahuan emel" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "RSS feed tempatan dan pemberitahuan emel untuk '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Pemberitahuan tempatan" @@ -1998,77 +2085,97 @@ msgstr "Mengesan masalah dalam kawasan atas peta" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "PETA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Pesanan" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Kehilangan jurisdiction_id" @@ -2076,7 +2183,8 @@ msgstr "Kehilangan jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2099,36 +2207,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Bulan" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2136,28 +2252,27 @@ msgstr "" msgid "Name" msgstr "Nama" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nama:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2165,12 +2280,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2184,16 +2299,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" @@ -2201,8 +2316,13 @@ msgstr "Kategori hubungan baru ditambahi" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nota dalaman baru:" @@ -2210,13 +2330,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2224,8 +2344,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2282,10 +2402,10 @@ msgstr "Laporan baru" msgid "New state" msgstr "Negeri baru" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2293,7 +2413,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2305,33 +2426,36 @@ msgstr "Seterusnya" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Tidak" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Tiada badan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Tiada majlis dipilihi" @@ -2347,24 +2471,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Tiada kemaskini baru." -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Tiada keputusan." @@ -2375,26 +2497,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Tiada penyokong" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Tiada" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2402,7 +2524,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Bukan untuk bahagian bawah aku" @@ -2420,7 +2542,7 @@ msgstr "Tidak dilaporkan kepada majlis" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "ta:" @@ -2432,8 +2554,12 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2444,15 +2570,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2460,22 +2588,27 @@ msgstr "" msgid "Old state" msgstr "Keadaan lama" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Terbuka" @@ -2500,7 +2633,7 @@ msgstr "Laman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2512,25 +2645,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Lain-lain" @@ -2560,21 +2694,37 @@ msgstr "Laman Tidak Dijumpai" msgid "Parent" msgstr "Induk" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Kategori baru" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Separa" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Kata Laluan (tidah diwajibkan)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Kata laluan anda telah diubahi" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Kata Laluan (tidah diwajibkan)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2582,7 +2732,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2593,39 +2743,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Nombor telefon (tidak diwajibkan)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2633,20 +2783,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2656,6 +2806,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto laporan terdekat baru-baru ini " +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2666,8 +2820,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Letakkan pin atas peta" @@ -2691,31 +2846,31 @@ msgstr "Sila periksa kata laluan dan cuba lagi" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Sila pilihkan kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2730,104 +2885,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Sila masukkan pesanan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Sila masukkan kata laluan" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Sila masukkan tajuk" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Silah masukkan emel yang benar" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Sila masukkan alamat emel yang benah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Sila masukkan perincian" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Sila masukkan emel anda" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Sila masukkan nama pertama anda" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Sila masukkan nama anda" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Sila masukkan nombor telefon anda" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Sila masukkan nama kedua anda" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Sila masukkan tajuk anda" @@ -2836,7 +3009,7 @@ msgstr "Sila masukkan tajuk anda" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Sila log masuk lagi, atau balik ke halaman depan." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -2846,7 +3019,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2854,8 +3027,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2881,11 +3062,11 @@ msgstr "" msgid "Please note:" msgstr "Sila nota:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2902,15 +3083,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2918,19 +3103,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Sila tuliskan pesanan" @@ -2938,23 +3124,23 @@ msgstr "Sila tuliskan pesanan" msgid "Post" msgstr "Post" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Post tanpa nama pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Dipostkan oleh %s (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" @@ -2962,20 +3148,32 @@ msgstr "Dipostkan oleh %s pada %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2985,15 +3183,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Peribadi" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3005,10 +3202,29 @@ msgstr "Masalah" msgid "Problem %d created" msgstr "Masalah %d diwujudkan" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Masalah %s dihantar kepada majlis %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Masalah %s dipastikan" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Masalah %d diwujudkan" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Masalah %d diwujudkan" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Masalah %s dihantar kepada majlis %s" @@ -3019,7 +3235,7 @@ msgstr "Masalah %s dihantar kepada majlis %s" msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -3027,7 +3243,8 @@ msgstr "Masalah ditanda sebagai terbukan" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah-masalah" @@ -3036,11 +3253,11 @@ msgstr "Masalah-masalah" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Masalah terdekat" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Masalah atas peta" @@ -3048,37 +3265,43 @@ msgstr "Masalah atas peta" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Masalah yang dilaporkan diselesai pada FixMyStreet baru-baru ini" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Masalah dalam kawasan pentadbiran %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Alamat bangunan" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Sediakan kemas kini" @@ -3087,32 +3310,37 @@ msgstr "Sediakan kemas kini" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Tindak balas awam:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Terbitkan foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Soalan selidik" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3129,23 +3357,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Soalan selidik %d dihantar untuk masalah %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Soalan selidik diisikan oleh pelapor masalah" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Feed RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" @@ -3153,52 +3382,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Feed RSS untuk masalah berdekatan" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "Feed RSS untuk masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "Feed RSS untuk masalah dalam kawasan pentadbiran %s" -#: templates/web/base/around/display_location.html:1 +#: 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 untuk masalah tempatan baru-baru ini" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Feed RSS untuk kemas kini bagi masalah ini" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3212,11 +3445,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Masalah yang dilaporkan baru-baru ini" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3224,15 +3458,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3248,21 +3478,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3270,30 +3504,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Post tanpa nama pada %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3303,17 +3545,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3326,24 +3570,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3351,59 +3595,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3411,14 +3659,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3427,63 +3671,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3499,56 +3741,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3556,58 +3819,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3617,12 +3884,12 @@ msgid "Select a body" msgstr "Pilihkan badan" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilihkan kawasan" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3634,19 +3901,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3655,41 +3927,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Dihantar kepada %s %s kemudian" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Dihantar:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Servis:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Kongsi" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3697,14 +3969,14 @@ msgstr "Kongsi" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3717,7 +3989,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3733,7 +4005,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3741,9 +4014,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Tunjukkan pin" @@ -3755,20 +4029,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Log masuk" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3777,16 +4051,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Log masuk atau daftarkan akaun" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Log keluar" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3797,12 +4072,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3810,11 +4085,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3822,7 +4099,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3831,9 +4109,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3843,174 +4121,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Negeri:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Stats" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Bahagian bawah/Badan" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Tajuk" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Tajuk:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Hantar" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Hantar perubahan" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Hantar soalan selidik" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dihantarkan" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Melanggan" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4018,11 +4314,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4030,19 +4332,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Ringkasan" @@ -4056,11 +4359,11 @@ msgstr "Laporan ringkasan" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4074,29 +4377,33 @@ msgstr "Hasil Kajian" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teks" +#: 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 "Versi teks sahaja" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Teks:" @@ -4121,7 +4428,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4129,7 +4436,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4137,52 +4449,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4192,11 +4500,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4206,8 +4511,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4215,6 +4524,14 @@ msgid "" " 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 "" @@ -4226,11 +4543,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4245,15 +4566,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4290,10 +4607,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4303,30 +4616,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4336,7 +4662,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4344,30 +4674,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4375,12 +4701,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4398,16 +4728,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4430,34 +4765,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4477,7 +4809,8 @@ msgstr "Masalah ini belum diselesai" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4485,41 +4818,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Laporan ini menunggui sederhana." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Laporan ini ditanda sebagai ditutupi sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Laporan ini ditanda sebagai diselesai sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Garis masa" @@ -4528,23 +4865,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Tajuk" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4556,12 +4893,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4578,15 +4920,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Jumlah" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4598,21 +4940,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Cuba lagi" @@ -4620,30 +4952,36 @@ msgstr "Cuba lagi" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Belum dipastikan" @@ -4656,26 +4994,27 @@ msgstr "Tidak diketahui" msgid "Unknown alert type" msgstr "Jenis pemberitahuan tak diketahui" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Ralat tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4689,20 +5028,25 @@ msgstr "" msgid "Update" msgstr "Kemas kini" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Kemaskini %s dibuat untuk masalah %d; oleh %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Kemaskini %s dibuat untuk masalah %d; oleh %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Kemaskini di bawah ditambahkan tanpa nama pada %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Kemaskini di bawah ditambah oleh %s pada %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Kemas kini badan" @@ -4727,43 +5071,44 @@ msgstr "Kemas kini menanda masalah sebagai diselesai" msgid "Update reopened problem" msgstr "Kemas kini masalah dibuka semula" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Status kemas kini" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Dikemas kinikan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Dikemas kinikan!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Kemas kini" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4781,17 +5126,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4800,13 +5134,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4817,36 +5146,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Tanda pengguna dipadam" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Pengguna ditanda" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." @@ -4854,24 +5183,36 @@ msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -4880,25 +5221,25 @@ msgstr "Nilai dikemaskinikan" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Melihat laporan di laman" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Melihat laporan dengan kawasan pentadbiran" @@ -4906,7 +5247,7 @@ msgstr "Melihat laporan dengan kawasan pentadbiran" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4916,6 +5257,7 @@ msgid "Viewing a location" msgstr "Melihat lokasi" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Melihat masalah" @@ -4923,7 +5265,7 @@ msgstr "Melihat masalah" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Kawasan pentadbiran majlis ini" @@ -4946,7 +5288,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Kita sedar bahawa masalah ini mungkin tanggungjawab %s; tetapi, pada masa kini kita tiada maklumat hubungan mereka. Jika anda tahu hubungan sewajanya, sila menghubungi mereka" @@ -4955,7 +5297,7 @@ msgid "We send it to the council on your behalf" msgstr "Kita menghantar kepada majlis bagi pihak anda" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -4968,7 +5310,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4989,19 +5331,11 @@ msgstr "Bila diedit" msgid "When sent" msgstr "Bila dihantar" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5013,7 +5347,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5021,7 +5355,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5033,9 +5367,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5043,22 +5377,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ya" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5066,20 +5404,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5087,7 +5426,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5098,10 +5437,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5109,11 +5448,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Anda menolak; sila isikan kotak di atas" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5121,12 +5466,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5140,12 +5489,11 @@ msgstr "Anda telah dilog keluarkan" 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 "Anda telah menunjukkan masalah pada titik atas peta yang ditanda pin hijau. Jika lokasi ini tidak betul, sila klik atas peta lagi." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Anda telah berjaya memastikan alamat emel anda." @@ -5154,7 +5502,7 @@ msgstr "Anda telah berjaya memastikan alamat emel anda." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5163,11 +5511,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Anda telah berjaya log masuk; sila semak dan pastikan maklumat anda adalah tepat: " -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5193,21 +5541,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Emel Anda" @@ -5216,8 +5570,8 @@ msgstr "Emel Anda" msgid "Your email address" msgstr "Alamat emel anda" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5226,7 +5580,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Nama anda" @@ -5234,46 +5589,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Kata laluan anda" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Kata laluan anda telah diubahi" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Nombor telefon anda" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Laporan anda" @@ -5290,11 +5651,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Kemas kini anda" @@ -5311,24 +5673,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5336,17 +5703,17 @@ msgstr "" msgid "by %s" msgstr "dari %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "majlis" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "tidak mengguna peta" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "seperti ‘%s’ atau ‘%s’" @@ -5354,7 +5721,7 @@ msgstr "seperti ‘%s’ atau ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5377,54 +5744,64 @@ msgstr "kemaskini yang lepas %s" msgid "less than a minute" msgstr "kurang dari seminit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "tiada" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(tidak diwajibkan)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " atau " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "atau mengesan aku secara automatik" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Melihat lokasi" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "pemasukan asal: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "kawasan lain:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5436,7 +5813,7 @@ msgstr "log keluar" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "majlis tempatan" @@ -5449,7 +5826,7 @@ msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "jenis masalah tempatan ini" @@ -5457,15 +5834,17 @@ msgstr "jenis masalah tempatan ini" msgid "today" msgstr "hari ini" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "peta diguna" @@ -5477,16 +5856,16 @@ msgstr "pengguna adalah dari majlis yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "kawasan pentadbiran" @@ -5538,7 +5917,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5556,7 +5935,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5574,19 +5953,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s diselesai di bulan lepas" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s laporan baru-baru ini" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5616,14 +5995,20 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "or locate me automatically" +#~ msgstr "atau mengesan aku secara automatik" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 44702b7d851..4d7a8e840a4 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "ႏွင့္" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "သို႔မဟုတ္" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d မွ %d ၏ %d သို႔" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "အက်ဥ္းခ်ဳပ္ အစီရင္ခံစာမ်ား" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%ေကာင္စီအဆက္အသြယ္ – %s အတည္ျပဳျပီးျပီ %sအတည္မျပဳရေသး" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s တိုက္ရိုက္အသစ္ရယူျခင္:" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(ပိတ္ထားသည္)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(ျပင္ျပီးျပီ)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိႈ္က္စြန္႔ပစ္ျခင္း၊ လမ္းေဘးပလက္ေဖာင္းအုတ္ခဲမ်ားက်ိဳးပဲ့မႈ သို႔မဟုတ္ လမ္းမီးမလာျခင္းကဲ့သို႔)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -186,6 +185,10 @@ msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "မဟုတ္ပါ ကၽြႏ္ုပ္၏အသ msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "အုပ္ခ်ဳပ္ေရး အဖြဲ႔တစ္ခုခ msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "စာကိုယ္ထည့္မည္" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%sကိုထည့္ျပီးျပီ" @@ -339,7 +356,7 @@ msgstr "%sကိုထည့္ျပီးျပီ" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "ေနာက္ထပ္အသစ္မ်ားအတြက္လည္းကၽြႏ္ုပ္ကိုအသိေပးမည္" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "သင္၏ အီးေမးလ္လိပ္စာ" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို အမွတ္အသားျပဳလုပ္ထားသည္။" @@ -436,7 +464,7 @@ msgstr "အမည္မသိ" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "အမည္မသိ-" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "ဧရိယာလႊမ္းျခံဳ ျခင္း" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +507,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "%s သို႔ လြဲအပ္မည္" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "တျခားေခါင္းစဥ္တစ္ခုသို႔ေျပာင္းလဲသတ္မွတ္မည္ -" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ -" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "%s သို႔ လြဲအပ္မည္" @@ -507,31 +545,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "အခုေလာေလာဆယ္ အစီရင္ခံစာမ်ားကို ရွာေဖြျခင္း၊ၾကည့္ရႈျခင္းသာျပဳလုပ္ႏိုင္ေသးသည္" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +569,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္းေနတုန္း" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "ေနာက္သို႔" @@ -553,29 +583,39 @@ msgstr "ေနာက္သို႔" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "စာကိုယ္မ်ား" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "စာကိုယ္" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "စာကိုယ္ -" @@ -583,10 +623,6 @@ msgstr "စာကိုယ္ -" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +631,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "ေျမပံုကိုမျမင္ဘူးလား။ ဒီအဆင့္ကိုေက်ာ္မည္ " -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "အမ်ိဳးအစား" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +675,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "အမ်ိဳးအစား -" @@ -650,48 +689,38 @@ msgstr "အမ်ိဳးအစား -" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +757,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "ပိတ္မည္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "ေကာင္စီမွပိတ္ထားသည္" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -787,12 +820,12 @@ msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" msgid "Confirm" msgstr "အတည္ျပဳမည္" -#: templates/web/base/auth/2faform.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 "အေကာင့္ကိုအတည္ျပဳမည္" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +837,16 @@ msgstr "" msgid "Confirmation" msgstr "အတည္ျပဳျခင္း" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "အတည္ျပဳခဲ့ခ်ိန္-" @@ -828,10 +861,12 @@ msgstr "" msgid "Contact Us" msgstr "ကၽြႏ္ုပ္တို႔ႏွင့္ဆက္သြယ္ပါ" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -844,17 +879,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "တည္ေနရာကိုရွာမေတြ႕ပါ" @@ -874,7 +905,7 @@ msgstr "%sအတြက္ေကာင္စီအဆက္အသြယ္" msgid "Council ref: %s" msgstr "ေကာင္စီ ရည္ညႊန္းခ်က္" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "ေကာင္စီ-" @@ -883,6 +914,8 @@ msgstr "ေကာင္စီ-" 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 "" @@ -891,38 +924,42 @@ msgstr "" msgid "Create a report" msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "ဖန္တီးမည္" @@ -931,7 +968,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +978,11 @@ msgstr "ဖန္တီးခဲ့ခ်ိန္-" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +991,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1011,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "ဖ်က္ျပီးျပီ" @@ -1011,49 +1046,45 @@ msgstr "ဖ်က္ျပီးျပီ" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "ေဖာ္ျပခ်က္" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "ေဖာ္ျပခ်က္" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "တစ္ေယာက္မွတစ္ေယာက္လက္လြဲျခင္း" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1093,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1111,14 @@ msgstr "" 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 "" @@ -1080,15 +1128,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1140,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1165,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "ျပင္ဆင္မည္" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1201,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1219,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "%dျပႆနာကိုျပင္ဆင္ေနသည္" @@ -1193,7 +1247,10 @@ msgstr "အယ္ဒီတာ" #: 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:17 +#: 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 @@ -1201,15 +1258,14 @@ msgstr "အယ္ဒီတာ" msgid "Email" msgstr "အီးေမးလ္" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1278,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "အီးေမးလ္-" @@ -1290,7 +1346,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1354,12 @@ msgstr "" msgid "Endpoint" msgstr "ျပီးဆံုးမွတ္-" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "ယူေကအနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" @@ -1311,7 +1368,6 @@ msgstr "ယူေကအနီးနားရွိ စာတိုက္နံ msgid "Enter a nearby postcode, or street name and area" msgstr "အနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧရိယာကိုရိုက္ထည့္ပါ" @@ -1320,8 +1376,9 @@ msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧ msgid "Enter details of the problem" msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1386,10 @@ msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ msgid "Error" msgstr "အမွားအယြင္း" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1402,7 @@ msgstr "နမူနာစာတိုက္ေသတၱာနံပါတ္ %s msgid "Examples:" msgstr "နမူနာမ်ား -" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1410,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1431,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1444,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1420,18 +1484,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "ပထမအၾကိမ္" @@ -1443,21 +1516,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "ျပင္ျပီးျပီ" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "ျပင္ျပီးျပီ-ေကာင္စီ" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "ျပင္ျပီးျပီ-အသံုးျပဳသူ" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" @@ -1465,8 +1537,8 @@ msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" msgid "Flag user" msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1546,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1554,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း" @@ -1495,29 +1567,25 @@ msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ာ msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1595,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "မၾကာခဏေမးေသာေမးခြန္းမ်ား" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ားရယူရန္" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" @@ -1560,60 +1634,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "သြားမည္" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးျပီလား" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1705,18 @@ msgstr "" msgid "Hi %s" msgstr "မဂၤလာပါ%s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1741,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 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 "" @@ -1676,15 +1761,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "ရာဇ၀င္" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "ပင္မ" @@ -1692,7 +1773,8 @@ msgstr "ပင္မ" msgid "How to report a problem" msgstr "ျပႆနာကိုဘယ္လိုအစီရင္ခံစာတင္မလဲ။" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "ေကာင္းမြန္ေသာအစီရင္ခံစာကိုဘယ္လိုပို႔မလဲ" @@ -1711,15 +1793,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "အိုင္ဒီ" @@ -1734,29 +1816,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1854,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1903,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "တရားမ၀င္ေသာအိုင္ဒီ" @@ -1842,7 +1927,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1936,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "အတြင္းမွတ္စု" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "အတြင္းမွတ္စု" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1987,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2010,16 @@ msgstr "" msgid "Last editor" msgstr "ေနာက္ဆံုးအယ္ဒီတာ" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" @@ -1938,13 +2027,14 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2042,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆနာစာရင္းအားလံုး" @@ -1964,25 +2050,26 @@ msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆန msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "ျပည္တြင္း RSS feed မ်ားႏွင့္ အီးေမးလ္ သတိေပးခ်က္မ်ား" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "‘%s’ အတြက္ ျပည္တြင္း RSS feed မ်ားႏွင့္ အီးေမးလ္ သတိေပးခ်က္မ်ား" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "ေဒသတြင္းအသိေပးခ်က္" @@ -1995,77 +2082,97 @@ msgstr "ဧရိယာ၏ေျမပံုတစ္ခုတြင္ျပႆ msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "ေျမပံု" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "စာ" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2180,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2204,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "လ" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2249,27 @@ msgstr "" msgid "Name" msgstr "အမည္" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "အမည္-" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2277,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2296,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" @@ -2198,8 +2313,13 @@ msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "အတြင္းမွတ္စုအသစ္-" @@ -2207,13 +2327,13 @@ msgstr "အတြင္းမွတ္စုအသစ္-" msgid "New local problems on FixMyStreet" msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါတြင္ေဒသတြင္းျပႆနာအသစ္မ်ား" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2221,8 +2341,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2399,10 @@ msgstr "အစီရင္ခံစာအသစ္မ်ား" msgid "New state" msgstr "ျမိဳ႕အသစ္" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2410,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2423,36 @@ msgstr "ေနာက္သို႔" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "စာကိုယ္မရွိ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "မည္သည့္ေကာင္စီမွမေရြးရေသးပါ" @@ -2344,24 +2468,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "ရလဒ္မေတြ႕ပါ" @@ -2372,26 +2494,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "ေထာက္ပံ့ေပးမည့္သူမရွိပါ" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2521,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "ကၽြႏ္ုပ္၏အေသးစိတ္နယ္နမိတ္အတြက္မဟုတ္ပါ" @@ -2417,7 +2539,7 @@ msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး msgid "Note" msgstr "မွတ္စု" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "မွတ္စု -" @@ -2429,8 +2551,12 @@ msgstr "မွတ္စု %s " msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2567,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "အိုေက" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2585,27 @@ msgstr "" msgid "Old state" msgstr "ျပည္နယ္အေဟာင္း" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "ဖြင့္မည္" @@ -2497,7 +2630,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2509,25 +2642,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "တျခား" @@ -2557,21 +2691,37 @@ msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" msgid "Parent" msgstr "ပင္မ" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "အမ်ိဳးအစားဖန္တီးမည္" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "တစ္၀က္" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "အျမဲတမ္းလင့္ခ္" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2729,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2740,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည့္ပါ)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "ဖုန္း-" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2780,20 @@ msgstr "ဖုန္း-" msgid "Photo" msgstr "ဓာတ္ပံု" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2803,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2817,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" @@ -2688,31 +2843,31 @@ msgstr "စကား၀ွက္ကိုျပန္စစ္ေဆးျပီ msgid "Please check your email address is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2882,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "ေခါင္းစီးတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "မွန္ကန္ေသာအီးေမးလ္တစ္ခုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "သင္၏အီးေမးလ္ကိုရိုက္ထည့္ပါ" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "သင္၏ပထမအမည္ကိုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "သင္၏ဖုန္းနံပါတ္ကိုရိုက္ထည့္ပါ" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "သင္၏ဒုတိယအမည္ကိုရိုက္ထည့္ပါ" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "သင္၏ေခါင္းစဥ္ကိုရိုက္ထည့္ပါ" @@ -2833,7 +3006,7 @@ msgstr "သင္၏ေခါင္းစဥ္ကိုရိုက္ထည္ 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:1 +#: 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 "" @@ -2843,7 +3016,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3024,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3059,11 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3080,19 @@ msgstr "စာအနည္းငယ္ႏွင့္ဓာတ္ပံုတစ msgid "Please say whether you've ever reported a problem to your council before" msgstr "သင္၏ေကာင္စီသို႔သင္ယခင္ကသတင္းပို႔ဖူးေၾကာင္းေျပာျပေပးပါ" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "သင္လိုခ်င္ေသာ feed ကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္အမ်ိဳးအစားမ်ားကိုေရြးပါ" @@ -2915,19 +3100,20 @@ msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္ msgid "Please state whether or not the problem has been fixed" msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွင္းျပီးျပီကိုေဖာ္ျပပါ" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "စာတစ္ေၾကာင္းေရးပါ" @@ -2935,23 +3121,23 @@ msgstr "စာတစ္ေၾကာင္းေရးပါ" msgid "Post" msgstr "တင္မည္" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "%s မွာ %s မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "%s မွာ %s(%s)မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "%s မွာ %sမွတင္ခဲ့သည္" @@ -2959,20 +3145,32 @@ msgstr "%s မွာ %sမွတင္ခဲ့သည္" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2982,15 +3180,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "ကိုယ္ပိုင္" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3199,29 @@ msgstr "ျပႆနာ" msgid "Problem %d created" msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပို႔လိုက္ပါျပီ" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "ျပႆနာ %s သည္အတည္ျဖစ္ခဲ့သည္" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "ျပႆနာ %dကိုဖန္တီးခဲ့" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပို႔လိုက္ပါျပီ" @@ -3016,7 +3232,7 @@ msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပိ msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -3024,7 +3240,8 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" @@ -3033,11 +3250,11 @@ msgstr "ျပႆနာမ်ား" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "အနီးနားရွိျပႆနာမ်ား" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" @@ -3045,37 +3262,43 @@ msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပထားသည့္ ျပႆနာမ်ားကို ျပင္ဆင္ထားၿပီး ျဖစ္သည္။" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3084,32 +3307,37 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "စကားဝွက္ကို မထည့္သြင္းခ်င္လွ်င္ ရသည္။ စကားဝွက္ ထည့္သြင္းပါက ျပႆနာမ်ားကို တင္ျပျခင္း၊ update မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3126,23 +3354,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ စစ္တမ္းေမးခြန္းလႊာ" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက္ရမည့္ စစ္တမ္းေမးခြန္းလႊာ" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "%s အတြက္ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ RSS feed" @@ -3150,52 +3379,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "%s ၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "လတ္တေလာ ျပည္တြင္း ျပႆနာမ်ား အတြက္ RSS feed" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ထားသည့္ RSS feed" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3442,12 @@ msgstr "" msgid "Recently reported problems" msgstr "ျပႆနာမ်ားကို မၾကာေသးမီက အစီရင္ခံ တင္ျပၿပီး" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3221,15 +3455,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3245,21 +3475,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "ဓာတ္ပံု ဖယ္ရွားရန္ (မၿပီးေျမာက္ႏိုင္ပါ)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3501,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3542,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3323,24 +3568,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "ေဒသတြင္း ျပႆနာမ်ားကို အစီရင္ခံျခင္း၊ ၾကည့္႐ႈျခင္းႏွင့္ ေဆြးေႏြးျခင္း" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3348,59 +3593,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3657,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3669,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3739,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "ညာဘက္ကို လွည့္ပါ" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" @@ -3553,58 +3817,62 @@ msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္း msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3882,12 @@ msgid "Select a body" msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3899,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3925,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3967,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3987,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3730,7 +4003,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +4012,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3752,20 +4027,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "ဝင္ရန္" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4049,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "ဝင္ရန္ သို႔မဟုတ္ အေကာင့္တစ္ခု ဖန္တီးရန္" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3794,12 +4070,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4083,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4097,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4107,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3840,174 +4119,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4312,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4330,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "အက်ဥ္းခ်ဳပ္" @@ -4053,11 +4357,11 @@ msgstr "အစီရင္ခံစာအက်ဥ္းခ်ဳပ္" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4375,33 @@ msgstr "စစ္တမ္းရလဒ္" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "စာ-" @@ -4118,7 +4426,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4126,7 +4434,12 @@ 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 "ေက်းဇူးတင္ပါသည္။ ျပင္ဆင္ၿပီး ျဖစ္ေၾကာင္း ၾကားသိရ၍ ဝမ္းသာမိပါသည္။ သင့္အေနျဖင့္ ယခင္က ေကာင္စီထံ ျပႆနာတစ္ခုကို အစီရင္ခံတင္ျပဖူးပါသလား?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4447,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္မၾကည့္ႏိုင္ပါ" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4498,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4509,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4522,14 @@ msgid "" " 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 "" @@ -4223,11 +4541,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "" @@ -4242,15 +4564,11 @@ msgstr "" msgid "The error was: %s" msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4605,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4614,43 @@ msgstr "စကား၀ွက္မ်ားသည္မတူညီပါ" msgid "The requested URL '%s' was not found on this server" msgstr "သင္ေတာင္းဆိုေသာ URL %s ကိုဒီဆာဗာမွာရွာမေတြ႕ပါ" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4660,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4672,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4372,12 +4699,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4726,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4763,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4807,8 @@ msgstr "ဒီျပႆနာကိုမေျဖရွင္းရေသးပ msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4816,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "ဒီအစီရင္ခံစာသည္အတည္ျပဳျခင္းကိုေစာင့္ဆိုင္းေနဆဲျဖစ္သည္" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "ဒီျပႆနာကို ပိတ္ထားသည္ဟုေလာေလာဆယ္သတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "ဒီျပႆနာကိုေလာေလာဆယ္ေျဖရွင္းျပီးျပီဟုသတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4863,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "ျပည္တြင္း သတိေပးခ်က္မ်ား ေဖာ္ျပရန္အတြက္ သင္၏ စာတိုက္ေသတၲာအမွတ္ သို႔မဟုတ္ လမ္းနာမည္ႏွင့္ ဧရိယာကို ထည့္သြင္းပါ။" @@ -4553,12 +4891,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4918,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4938,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4617,30 +4950,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4653,26 +4992,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5026,25 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ စစ္တမ္းေမးခြန္းလႊာ" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5069,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5124,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5132,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5144,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တို႔၏ အီးေမးလိပ္စာႏွင့္ နာမည္မ်ားရွိ တူညီမႈမ်ားကို ေတြ႔ရွိႏိုင္သည္။ " @@ -4851,24 +5181,36 @@ msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တိ msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5219,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5245,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5255,7 @@ msgid "Viewing a location" msgstr "တည္ေနရာကို စိစစ္ျခင္း" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "ျပႆနာကို စိစစ္ျခင္း" @@ -4920,7 +5263,7 @@ msgstr "ျပႆနာကို စိစစ္ျခင္း" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "ေကာင္စီအဖြဲ႔မ်ား" @@ -4943,7 +5286,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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; ၏တာဝန္ျဖစ္ေၾကာင္း သတိျပဳမိေသာ္လည္း မိမိတို႔တြင္ ၎တို႔ကို ဆက္သြယ္ရန္ အေသးစိတ္ မရွိေသးပါ။ အကယ္၍ သင့္ေတာ္သည့္ လိပ္စာရွိပါက ေက်းဇူးျပဳၿပီး ဆက္သြယ္ေပးပါ။" @@ -4952,7 +5295,7 @@ 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:17 +#: 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 "" @@ -4965,7 +5308,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4986,19 +5329,11 @@ msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" msgid "When sent" msgstr "ေပးပို႔ခဲ့သည့္ အခ်ိန္" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5012,7 +5347,7 @@ msgstr "" "ေတာင္းဆို ရွာေဖြမႈမ်ားႏွင့္ အတူ အုပ္ခ်ဳပ္ေရးတစ္ခုစီကို ေပးပို႔သည့္ ေတာင္းဆိုခ်က္မ်ားကို ကန္႔သတ္ရန္ ေအဂ်င္စီတာဝန္ အတြက္ရွာေဖြမႈမ်ားလည္း ျဖစ္\n" "ႏိုင္ေခ် ျဖစ္သည္။ ရွာေဖြမႈသည္ အုပ္ခ်ဳပ္ေရး အေထာက္အထားျဖစ္ၿပီး MaPit မွေထာက္ပံ့ ေပးထားသည္။" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5020,7 +5355,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "သင့္အေနျဖင့္ ေလးပတ္အတြင္း အျခားေမးခြန္းမ်ား ရရွိလိုၿပီး အေျခအေနကို သတိရေစရန္ သတိေပးလိုပါသလား။" @@ -5032,9 +5367,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5042,22 +5377,26 @@ msgstr "မက္ေဆ့ခ်္ တစ္ခုလုံးကို စာ #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "ဟုတ္သည္။" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5065,20 +5404,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "တစ္ကိုယ္ရည္ အခ်က္အလက္မ်ား သို႔မဟုတ္ တူညီသည့္အရာမ်ား ေစာ္ကားခံရအတြက္ ေဖာ္ျပျပႆနာ အစီရင္ခံစာကို ရသည္။" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရွိေသာ သုံးစြဲသူ၏ အီးေမးလ္ကို ၎တို႔ဖန္တီးထားေသာ အလိုအေလ်ာက္ ဖုံးထားေသာ(မေပးပို႔ေသာ) အစီရင္ခံစာမ်ား ျဖစ္သည့္ ယဥ္ေက်းမႈမရွိေသာ စာရင္းတြင္ ထည့္သြင္းထားႏိုင္သည္။" @@ -5086,7 +5426,7 @@ msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရ 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5097,10 +5437,10 @@ msgid "" " reports in the past." msgstr "သင့္အေနျဖင့္မည္သည့္ report ကိုမဆုိ သို႔မဟုတ္ သုံးစြဲသူကို ျပင္ဆင္လိုပါက အမွတ္အသား ျပဳလုပ္ႏိုင္ၿပီး ၎တို႔သည္ စာမ်က္ႏွာေပၚတြင္ ေဖာ္ျပခံရမည္ ျဖစ္သည္။ ဥပမာ အတိတ္တြင္ မသင့္ေလွ်ာ္သည့္ အစီရင္ခံစာမ်ား တင္သူမ်ားကို ေစာင့္ၾကည့္လိုပါက အသုံးဝင္လာမည္ ျဖစ္သည္။" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "သင့္အေနျဖင့္ ကၽြႏု္ပ္တို႔ကို %s အတြက္ ျပည္တြင္း ျပႆနာမ်ားကို အီးေမးလ္ လိပ္စာျဖင့္ ဆက္သြယ္၍ ရွာေဖြႏိုင္ၿပီး %s ရွိ ကၽြႏု္ပ္တို႔ထံသို႔ အီးေမးလ္ ေပးပို႔ႏိုင္သည္။" @@ -5108,11 +5448,17 @@ msgstr "သင့္အေနျဖင့္ ကၽြႏု္ပ္တို msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "ဆိုက္ေပၚတြင္ ရွိေနမေစခ်င္လွ်င္ ဖ်က္ထားေသာ အဖြဲ႔ကို အမွတ္အသား ျပဳလုပ္ႏိုင္သည္။" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "ျငင္းပယ္လိုက္သည္။ ေက်းဇူးျပဳ၍ အေပၚက အကြက္တြင္ ျဖည့္ေပးပါ။" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5123,12 +5469,16 @@ msgstr "" "မွာ သင့္ျပႆနာကို သြားေရာက္ ၾကည့္ရူႏိုင္ပါသည္။ \n" "\n" -#: templates/web/base/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5144,12 +5494,11 @@ msgstr "" "ေျမပုံေပၚတြင္ အစိမ္းေရာင္ ပင္အပ္ ျဖင့္အမွတ္အသားျပဳထားသည့္ ေနရာတြင္ ျပႆနာကို ေတြ႔ႏိုင္သည္။ အကယ္၍ လက္ရွိတည္ေနရာမဟုတ္ပါက ေျမပုံကို\n" "ထပ္ႏွိပ္ပါ။" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "သင္၏ အီးေမးလ္လိပ္စာကို ေအာင္ျမင္စြာ အတည္ျပဳၿပီး ျဖစ္သည္" @@ -5158,7 +5507,7 @@ msgstr "သင္၏ အီးေမးလ္လိပ္စာကို ေအ msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5167,11 +5516,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "သင္ ေအာင္ျမင္စြာ ဝင္ေရာက္ႏိုင္ခဲ့ပါၿပီ။ သင္၏ အေသးစိတ္ အခ်က္အလက္ မွန္ကန္မႈ ရိွ မရိွ စစ္ေဆးၿပီး အတည္ျပဳပါ။" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5194,21 +5543,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "သင္၏ အီးေမးလ္" @@ -5217,8 +5572,8 @@ msgstr "သင္၏ အီးေမးလ္" msgid "Your email address" msgstr "သင္၏ အီးေမးလ္လိပ္စာ" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5227,7 +5582,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "သင့္အမည္" @@ -5235,46 +5591,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "သင္၏ အစီရင္ခံစာမ်ား" @@ -5291,11 +5653,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား" @@ -5312,24 +5675,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5337,17 +5705,17 @@ msgstr "" msgid "by %s" msgstr "%s မွ" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "ေကာင္စီ" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "ေျမပံု မသံုးခဲ့ပါ" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5355,7 +5723,7 @@ msgstr "ဥပမာ ‘%s’ သို႔မဟုတ္ ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5378,54 +5746,64 @@ msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံ msgid "less than a minute" msgstr "တစ္မိနစ္ခန္႔သာ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "မအားေသးပါ" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "သို႔မဟုတ္" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "သို႔မဟုတ္ အလိုအေလ်ာက္ လမ္းညႊန္ပါ" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "တည္ေနရာကို စိစစ္ျခင္း" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "နဂိုဝင္ေရာက္ထားမႈ: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "အျခား ဧရိယာမ်ား" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5437,7 +5815,7 @@ msgstr "ထြက္ရန္" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "ျပည္တြင္းေကာင္စီ" @@ -5450,7 +5828,7 @@ msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပ msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" @@ -5458,15 +5836,17 @@ msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" msgid "today" msgstr "ယေန႔" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "ေျမပံု အသံုးျပဳထားၿပီး" @@ -5478,16 +5858,16 @@ msgstr "အသုံးျပဳသူသည္ တူညီသည့္ ေက msgid "user is problem owner" msgstr "အသုံးျပဳသူပ ျပႆနာပိုင္ရွင္ ျဖစ္သည္" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "အုပ္ခ်ဳပ္ေရးဌာန" @@ -5539,7 +5919,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5557,7 +5937,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5575,19 +5955,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s ၿပီးခဲ့သည့္လက ျပဳျပင္ထားမႈ" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s ၿပီးခဲ့သည့္ ရက္သတၱပတ္က အစီရင္ခံစာမ်ား" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s လတ္တေလာ တင္ျပထားေသာ အစီရင္ခံစာမ်ား" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5617,14 +5997,26 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "OK" +#~ msgstr "အိုေက" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္မၾကည့္ႏိုင္ပါ" + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" + +#~ msgid "or locate me automatically" +#~ msgstr "သို႔မဟုတ္ အလိုအေလ်ာက္ လမ္းညႊန္ပါ" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 7c5013591c0..dfe6c1c49c7 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " og " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "ikke mer enn %d tegn" @@ -52,8 +53,10 @@ msgstr "%d til %d av %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - oppsummeringsrapporter" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s administrasjonskontakter – %s bekreftet, %s ubekreftet" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -86,7 +89,7 @@ msgstr "" "innen en angitt distanse fra en bestemt posisjon." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -99,8 +102,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive oppdateringer" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "åpnet %s, lukket %s, fikset %s" @@ -120,13 +123,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Feil & lokasjon for feil)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Uten navn)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Uten telefonnummer)" @@ -138,7 +141,7 @@ msgstr "(kun a-z og mellomrom)" msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(dekker cirka 200 000 folk)" @@ -146,10 +149,6 @@ msgstr "(dekker cirka 200 000 folk)" msgid "(fixed)" msgstr "(løst)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignorert hvis typen er \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" @@ -176,13 +175,13 @@ msgid "(sent to both)" msgstr "(sendt til begge)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" @@ -190,6 +189,11 @@ msgstr "-- Velg en kategori --" msgid "-- Pick an option --" msgstr "-- Velg --" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Velg en administrasjon." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Velg en mal--" @@ -207,11 +211,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s rapporter %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s lagret." @@ -236,23 +242,29 @@ msgstr "Nei La meg bekrefte min oppdatering med e-post" msgid "No Let me confirm my update by email/text" msgstr "Nei La meg bekrefte min oppdatering med e-post/melding" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Merk: Denne rapporten er sendt videre for å få noe til å skje. Ingen endringer sendes videre." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "Merk: Denne rapporten har ikke blitt sent videre for handling. Det er ikke sikkert eventuelle endringer vil bli levert." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ja, jeg har et passord" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "Om problemet" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Aktiver totrinns pålogging" @@ -272,13 +284,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Legg til ny kategori" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Legg til administrasjon" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Legg til e-postadresse" @@ -287,7 +304,7 @@ msgstr "Legg til e-postadresse" msgid "Add extra fields" msgstr "Legg til ekstra felter" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Legg til felt" @@ -295,16 +312,16 @@ msgstr "Legg til felt" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Legg til valg" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Legg til telefonnummer" @@ -318,24 +335,25 @@ msgid "Add to shortlist" msgstr "Legg i hurtiglisten" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Legg til bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Legg til / endre problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Legg til / endre responsprioriteter" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "La til %s" @@ -343,7 +361,7 @@ msgstr "La til %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Ved å legge rapporten i hurtiglisten din vil fjerne den fra hurtiglisten til %s" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -359,19 +377,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Send meg varsel ved fremtidige oppdateringer" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Varsler:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Alle" @@ -384,8 +403,8 @@ msgid "All Reports as CSV" msgstr "Alle rapporter som CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Alle kategorier" @@ -397,9 +416,9 @@ msgstr "" msgid "All languages" msgstr "Alle språk" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -426,7 +445,17 @@ msgstr "Vi kan alternativt skjule navnet ditt fra alle dine rapportering msgid "Always fetch all problems" msgstr "Hent alltid alle problemer" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Legg til e-postadresse" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "En oppdatering markerte dette problemet som fikset." @@ -440,7 +469,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym bruker" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -452,24 +481,29 @@ msgstr "Anonym:" msgid "Another user" msgstr "En annen bruker" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Er du sikker på at du vil avbryte opplastingen?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Er du sikker?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Dekket område" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Område:" @@ -478,28 +512,33 @@ msgstr "Område:" 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 "Da dette er en reproduksjonsside og %s er usann, vil meldinger som blir laget her, bli sendt til problemrapportøren, og ikke til kontakten som er gitt for meldingformålet." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Tilordne brukere til områder" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Tildel til kompetent administrasjon:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Flytt til en annen kategori:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Tildel til ekstern administrasjon:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Tilordne brukere til områder" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -511,31 +550,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Autorespons" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Auto-svar:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automatisk" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Tilgjengelige kategorier" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Gjennomsnittlig tid fra et problem rapporteres til det er fikset, de siste 100 rapporter." @@ -544,12 +574,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Avventer moderasjon" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tilbake" @@ -557,29 +588,39 @@ msgstr "Tilbake" msgid "Back to all reports" msgstr "Tilbake til alle rapporter" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Bannlys bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Administrasjoner" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Administrasjon" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Administrasjon:" @@ -587,10 +628,6 @@ msgstr "Administrasjon:" msgid "CSV File" msgstr "CSV-fil" -#: templates/web/base/admin/extra-metadata-form.html:46 -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" - #: 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 "Finner du ikke e-posten? Sjekk mappen for uønsket post. Det løser problemet i 99% av tilfellene." @@ -599,39 +636,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorier" -#: templates/web/base/admin/category-checkboxes.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 "Kategorier:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Kategori og tilstand" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori endret fra '%s' til '%s'" @@ -640,12 +680,12 @@ msgstr "Kategori endret fra '%s' til '%s'" msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uker gamle" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -654,53 +694,39 @@ msgstr "Kategori:" msgid "Change" msgstr "Endre" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Endre epostadresse" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Bytt passord" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Endre telefonnummer" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "Marker trenger inspeksjon hvis rapporter i denne kategorien må inspiseres før de sendes." +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Aktiver totrinns pålogging" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Sjekk private hvis meldinger i denne gruppen ikke skal vises på nettsidene.\n" -"
\n" -"Normalt er ikke kategorier interne
\n" -"Dette passer når du ønsker å tillate brukere å sende inn melding til administrasjonen, men ikke vil vise\n" -"den utad. I UK, har de brukt dette for oppgaver som å be om en ekstra papirkurv på et bestemt sted." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Velg en annen" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Nullstill lokalt lagrede data" @@ -737,57 +763,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "(ikke rapportert til administrasjonen)" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "Stengt for oppdateringer" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinater:" #: 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 "Merkevaresamarbeid" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Merkevaresamarbeidsdata:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Merkevaresamarbeid:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Kode" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Minimer kart" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Oppsett" @@ -796,12 +826,12 @@ msgstr "Oppsett" msgid "Confirm" msgstr "Bekreft" -#: templates/web/base/auth/2faform.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 "Bekreft konto" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bekrefter vil passordet ditt bli oppdatert." @@ -813,16 +843,16 @@ msgstr "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bek msgid "Confirmation" msgstr "Bekreftelse" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bekreftet" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bekreftet:" @@ -837,10 +867,12 @@ msgstr "Kontakt %s" msgid "Contact Us" msgstr "Kontakt oss" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontakt prosjektgruppen" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Fortsett" @@ -853,17 +885,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinater:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kunne ikke finne bruker" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Klarte ikke finne posisjon" @@ -883,7 +911,7 @@ msgstr "Administrasjonskontakter for %s" msgid "Council ref: %s" msgstr "administrasjonsreferanse: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Administrasjon:" @@ -892,6 +920,8 @@ msgstr "Administrasjon:" msgid "Count" msgstr "Antall" +#: 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 "Opprett" @@ -900,38 +930,42 @@ msgstr "Opprett" msgid "Create a report" msgstr "Lag en rapport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Opprett konto" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Opprett prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Lag mal" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Opprettet" @@ -940,7 +974,7 @@ msgid "Created %d new users" msgstr "Opprettet %d nye brukere" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -950,11 +984,11 @@ msgstr "Opprettet:" msgid "Current password:" msgstr "Gjeldende passord:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Gjeldende nøkkel:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -963,19 +997,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øyeblikket er ikke laget noen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Kunden kan ikke kontaktes" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Oversikt" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Slå av totrinns pålogging" @@ -983,35 +1017,33 @@ msgstr "Slå av totrinns pålogging" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet av underavdeling innen 5 arbeidsdager" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Standard" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Standard prioritet" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Slett" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Slett mal" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Slett mal" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Slettet" @@ -1020,49 +1052,45 @@ msgstr "Slettet" msgid "Describe why you are moderating this" msgstr "Beskriv hvorfor du moderer dette" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Beskrivelse:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Beskrivelse" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Detaljert informasjon er begrenset til %d tegn." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "Enhet og side" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Delegert" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Brukte ikke kart" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Arbeidshester" @@ -1071,6 +1099,15 @@ msgstr "Arbeidshester" msgid "Disable" msgstr "Slå av" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Slått av:" @@ -1080,6 +1117,14 @@ msgstr "Slått av:" msgid "Discard changes" msgstr "Forkast endringer" +#: 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 "Ikke send epostvarsel på innhentede kommentarer til den som opprettet problemet" @@ -1089,15 +1134,11 @@ msgstr "Ikke send epostvarsel på innhentede kommentarer til den som opprettet p msgid "Do you have a %s password?" msgstr "Har du et %s-passord?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Vet ikke" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Liker ikke skjemaer?" @@ -1105,19 +1146,25 @@ msgstr "Liker ikke skjemaer?" msgid "Down one" msgstr "Én ned" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Dra og slipp bilder hit eller klikk for å laste opp" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplikat av" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplikater" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1128,32 +1175,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Øst/Nord:" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Rediger" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Rediger detaljer for administrasjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Endre andre brukeres rettigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Endre rapportkategori" @@ -1161,15 +1211,17 @@ msgstr "Endre rapportkategori" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Endre rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Endre rapporter" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1177,13 +1229,13 @@ msgstr "" msgid "Edit your update" msgstr "Rediger oppdateringen din" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Rediger problem %d" @@ -1205,7 +1257,10 @@ msgstr "Oppdatert av" #: 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:17 +#: 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 @@ -1213,15 +1268,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Epostadresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Epostadresse (valgfritt)" @@ -1234,21 +1288,21 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: templates/web/base/auth/general.html:99 +#: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" msgstr "Send meg en lenke eller kode via epost/SMS for å logge inn" -#: templates/web/base/auth/general.html:101 +#: templates/web/base/auth/general.html:108 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:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Epost bekreftet:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-post:" @@ -1308,7 +1362,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Sluttdato" @@ -1316,11 +1370,12 @@ msgstr "Sluttdato" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Skriv inn et veinavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" @@ -1329,7 +1384,6 @@ msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" msgid "Enter a nearby postcode, or street name and area" msgstr "Skriv inn postnummer i nærheten, eller veinavn og sted" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Skriv inn et veinavn og sted" @@ -1338,8 +1392,9 @@ msgstr "Skriv inn et veinavn og sted" msgid "Enter details of the problem" msgstr "Legg inn detaljer om problemet" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1347,8 +1402,10 @@ msgstr "Legg inn detaljer om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Alt" @@ -1361,7 +1418,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Eksisterende kategori" @@ -1369,20 +1426,20 @@ msgstr "Eksisterende kategori" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Forklar hva som er galt" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Ekstern ID" @@ -1390,12 +1447,12 @@ msgstr "Ekstern ID" msgid "External URL" msgstr "Ekstern URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Ekstern administrasjon" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1403,32 +1460,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Eksternt lag" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Ekstra detaljer" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Klarte ikke sende melding" @@ -1438,18 +1500,27 @@ msgstr "Klarte ikke sende melding" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Første gang" @@ -1461,21 +1532,20 @@ msgstr "Fiks dette ved å velge en area covered i Edit bod #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Løst" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Løst - Administrasjon" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Løst - Bruker" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Merk som slettet" @@ -1483,8 +1553,8 @@ msgstr "Merk som slettet" msgid "Flag user" msgstr "Flag bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagget" @@ -1492,7 +1562,7 @@ msgstr "Flagget" msgid "Flagged reports and users" msgstr "Flaggede rapporter og brukere" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Flaggede brukere er listet opp på flaggede-siden." @@ -1500,8 +1570,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Flagget:" @@ -1513,29 +1583,25 @@ msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." msgid "For best results include a close-up and a wide shot" msgstr "Ta med nærbilder og oversiktsbilder for best resultat" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "For mer informasjon, se Hvordan FixMyStreet bruker Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Glemt passordet ditt?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Tildelt til ekstern administrasjon" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Ønsket er sendt videre til ekstern administrasjon" @@ -1545,28 +1611,34 @@ msgstr "Ønsket er sendt videre til ekstern administrasjon" msgid "Frequently Asked Questions" msgstr "Ofte spurte spørsmål" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Få oppdateringer" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Få oppdateringer for problemer i denne %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Få oppdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Gi meg en RSS-strøm" @@ -1578,60 +1650,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Glad for å høre at det er i orden!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Fortsett" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Skal det sendes spørreskjema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Gi tilgang til administratoren" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Har dette problemet blitt løst?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Har du rapportert et problem til en administrasjon før, eller er dette første gangen?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hjelp" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Hjelp %s å løse problemet ditt fortere, ved å oppgi noen ekstra detaljer. Denne ekstra informasjonen vil ikke bli publisert på nettsiden." @@ -1643,18 +1721,18 @@ msgstr "" msgid "Hi %s" msgstr "Hei, %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skjul" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1679,12 +1757,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Skjul nåler" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Rapportert i kategorien %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1694,15 +1778,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historie" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Hjem" @@ -1710,7 +1790,8 @@ msgstr "Hjem" msgid "How to report a problem" msgstr "Hvordan rapportere et problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Hvordan sende inn rapporter som løses" @@ -1729,15 +1810,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Jeg er redd vi ikke klarte å finne ditt problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1752,29 +1833,33 @@ msgstr "Identifiser en parent hvis instansen selv er en del av 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Hvis to eller flere instanser er lokalisert på samme sted, kombinerer FiksGataMi identiske kategorier i en enkelt oppføring i menyen. Kontroller at du bruker samme kategorinavn for instansene, hvis dette er ønskelig." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1786,37 +1871,32 @@ msgstr "Hvis du får mer informasjon om status for problemet ditt, vær så snil 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:45 +#: 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 "Hvis du kun ønsker at denne prioriteten skal være et valg for spesifikke kategorier, velg dem her. Som standard vil de vises for alle kategorier." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Hvis du vil at denne malen skal være et valg for spesielle kategorier, velg dem her. Som standard vil de vises for alle kategorier." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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 "Hvis du ønsker å legge til en offentlig kommentar på problemet, legg den til her (denne blir ikke sendt til administrasjonen)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Hvis du bruker en sendemetode som ikke er e-post, skriv inn tjeneste-ID (Open311) eller ekvivalent identifikator her." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1840,11 +1920,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ugyldig ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ugyldig valg av feed" @@ -1860,7 +1944,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1868,44 +1953,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Tom innboks, her kommer vi!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Inkluder rapportørens personlige detaljer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Trenger inspeksjon" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instruer underleverandør til å fikse problemer" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne notater" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notater" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgitt." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1917,10 +2004,6 @@ msgstr "Det er ofte raskest å sjekke FAQ-en vår og se om sv msgid "It’s on its way to the council right now." msgstr "Den er på tur mot myndigheten akkurat nå." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1944,11 +2027,16 @@ msgstr "" msgid "Last editor" msgstr "Sist redigert av" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Siste oppdatering:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1956,13 +2044,14 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Minst nylig oppdatert" @@ -1970,10 +2059,6 @@ msgstr "Minst nylig oppdatert" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "La denne være blank hvis alle rapporter til denne administrasjonen skal sendes ved hjelp av samme sende-metode (dvs. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "List alle rapporterte problemer" @@ -1982,25 +2067,26 @@ msgstr "List alle rapporterte problemer" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laster..." #: 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:1 +#: 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 "Lokal RSS-strøm og e-postvarsel" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokal RSS-strøm og e-postvarsel for ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokale varsler" @@ -2013,77 +2099,97 @@ msgstr "Lokaliser problemet på kartet over området" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "KART" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Administrer hurtigliste" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Kart" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marker som sendt" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Melding" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Melding til kompetent administrasjon:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Melding til ekstern administrasjon:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Manglende administrasjoner:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" @@ -2091,7 +2197,8 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "Moderer" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Moderer detaljer i rapprten" @@ -2114,36 +2221,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderert av avdeling innen en arbeidsdag" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Måned" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2151,28 +2266,27 @@ msgstr "Mest kommentert" msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Navn:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Naviger til dette problemet" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2180,12 +2294,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2201,16 +2315,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Nesten ferdig! Nå må du sjekke e-posten din..." -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2218,8 +2332,14 @@ msgstr "Ny kategorikontakt lagt til" msgid "New email address:" msgstr "Ny epostadresse:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Legg til felt" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nytt internt notat:" @@ -2227,13 +2347,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Nytt notat til DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nytt passord:" @@ -2241,8 +2361,8 @@ msgstr "Nytt passord:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Ny prioritet" @@ -2299,10 +2419,10 @@ msgstr "Nye rapporter" msgid "New state" msgstr "Ny tilstand" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Ny mal" @@ -2310,7 +2430,8 @@ msgstr "Ny mal" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Nyeste" @@ -2322,33 +2443,36 @@ msgstr "Neste" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nei" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ingen administrasjon er valgt" @@ -2364,24 +2488,22 @@ msgstr "Fant ingen flaggede problemer." msgid "No flagged users found." msgstr "Fant ingen flaggede brukere." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Ingen flere oppdateringer" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ingen resultater returnert" @@ -2395,19 +2517,19 @@ msgstr "" "MAPIT_URL i din \n" "config-fil ikke peker til en live MapIt-tjeneste." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Ingen støttespillere" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Ingen" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2415,8 +2537,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2428,7 +2550,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Ikke for min underavdeling" @@ -2446,7 +2568,7 @@ msgstr "Ikke rapportert til administrasjonen" msgid "Note" msgstr "Merk" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Merk:" @@ -2458,8 +2580,12 @@ msgstr "Note: %d" msgid "Notes from SDM to DM" msgstr "Notater fra SDM til DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2470,15 +2596,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2486,22 +2614,27 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Eldste" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Åpen" @@ -2526,7 +2659,7 @@ msgstr "Open311-initiativets nettside" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2538,25 +2671,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Annet" @@ -2586,21 +2720,37 @@ msgstr "Fant ikke siden" msgid "Parent" msgstr "Forelder" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Alle kategorier" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Passord (valgfritt)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ditt passord har blitt endret" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Passord (valgfritt)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Rettigheter:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Rettigheter:" @@ -2608,7 +2758,7 @@ msgstr "Rettigheter:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2619,39 +2769,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfritt)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2659,20 +2809,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Bilde" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto er påkrevd." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto kreves" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2682,6 +2832,10 @@ msgstr "Bilder" msgid "Photos of recent nearby reports" msgstr "Bilder av nye problemer i nærheten" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2692,8 +2846,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Plasser tegnestiften på kartet" @@ -2717,31 +2872,31 @@ msgstr "Vennligst sjekk passordene og prøv igjen" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Velg en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Husk å rette opp feilene nedenfor." @@ -2759,104 +2914,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Ikke vær ufin — å kjefte på din administrasjon skader verdien av tjenesten for alle brukerne." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Vennligst legg inn et navn for administrasjonen" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Skriv inn et passord" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Vennligst legg inn et emne" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Legg til en gyldig e-post" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Legg inn din e-post" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Legg inn opplysninger om problemet" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Legg inn din e-post" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Vennligst tast inn ditt fornavn" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Legg inn ditt navn" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Legg inn ditt telefonnummer." -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Vennligst tast inn ditt mellomnavn" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Vennligst legg inn din tittel" @@ -2865,7 +3038,7 @@ msgstr "Vennligst legg inn din tittel" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Du kan også logge inn igjen eller gå tilbake til framsiden." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Vennligst fyll ut detaljer om problemet under" @@ -2877,7 +3050,7 @@ msgstr "" "Vennligst fyll inn skjemaet under med detaljene om problemet,\n" "og beskriv plasseringen så nøyaktig som mulig i boksen for detaljer." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2885,8 +3058,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Vennligst indiker om du ønsker å motta et nytt spørreskjema" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2912,11 +3093,11 @@ msgstr "Merk at din oppdatering enda ikke har blitt sendt." msgid "Please note:" msgstr "Vennligst merk deg:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Vennligst bidra med en offentlig oppdatering for denne rapporten." @@ -2933,15 +3114,19 @@ msgstr "Vennligst bidra med litt tekst i tillegg til et bilde" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Velg en administrasjon." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Velg den kilden du ønsker" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Vennligst velg hvilken type varsel du ønsker" @@ -2949,19 +3134,20 @@ msgstr "Vennligst velg hvilken type varsel du ønsker" msgid "Please state whether or not the problem has been fixed" msgstr "Vennligs oppgi om dette problemet er blitt fikset eller ikke" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Vennligst last opp kun bilder" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Skriv inn en melding" @@ -2969,23 +3155,23 @@ msgstr "Skriv inn en melding" msgid "Post" msgstr "Send inn" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Lagt inn av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Lagt inn av %s %s" @@ -2993,20 +3179,32 @@ msgstr "Lagt inn av %s %s" msgid "Powered by FixMyStreet Platform" msgstr "Drevet av FixMyStreet Platform" -#: templates/web/base/pagination.html:4 -msgid "Previous" -msgstr "Forrige" +#: 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 -msgid "Priorities" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" +msgstr "Forrige" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Priorities" msgstr "Prioriteter" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Personvern" @@ -3016,15 +3214,14 @@ msgstr "Personvern" msgid "Privacy and cookies" msgstr "Personvern og cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3036,10 +3233,30 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problem %d opprettet" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Legg i hurtiglisten" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s bekreftet" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d opprettet" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d opprettet" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Fjern fra hurtiglisten" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" @@ -3050,7 +3267,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -3058,7 +3275,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -3067,11 +3285,11 @@ msgstr "Problemer" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemer i nærheten" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemer på kartet" @@ -3079,37 +3297,43 @@ msgstr "Problemer på kartet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nylig rapportert fikset på FiksGataMi" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemer innenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemer innenfor %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Eiendomsadresse:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Bidra med en oppdatering" @@ -3118,32 +3342,37 @@ msgstr "Bidra med en oppdatering" msgid "Provide update as" msgstr "Legg inn oppdatering som" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "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" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Offentlig oppdatering:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publiser bilde" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Spørreskjema" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3160,23 +3389,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Spørreskjema %d sendt for problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Spørreskjema fylt inn av feilrapportøren" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3184,52 +3414,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm av %s, innenfor %s bydel" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer innenfor %s bydel" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS-strøm med nylige lokale problemer" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med oppdateringer for dette problemet" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Mottatt av %s øyeblikk senere" @@ -3243,11 +3477,12 @@ msgstr "Nylige lokale problemer, %s" msgid "Recently reported problems" msgstr "Nylig meldte problemer" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nylig oppdatert" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3255,15 +3490,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3279,21 +3510,26 @@ msgstr "Fjern flagg" msgid "Remove from shortlist" msgstr "Fjern fra hurtiglisten" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Fjern fra nettsiden" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Fjern fra nettsiden" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Svar til bruker:" @@ -3301,30 +3537,38 @@ msgstr "Svar til bruker:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter et problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Rapporter misbruk" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Rapportert anonymt %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3334,17 +3578,20 @@ msgstr "" msgid "Report as" msgstr "Rapporter som" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Rapporter som" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Rapport på %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Rapporter problemet ditt" @@ -3357,24 +3604,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Rapportert tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Rapportert av:" @@ -3382,59 +3629,63 @@ msgstr "Rapportert av:" msgid "Reported in the %s category" msgstr "Rapportert i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Rapportert:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Legger til et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Rapporter" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapportene begrenses til %s tegn. Rapporten må forkortes." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3442,14 +3693,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkjenning" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Rapporter laget av klarerte brukere vil bli sendt til den ansvarlige administrasjonen uten å bli sjekket først." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3458,63 +3705,61 @@ msgstr "" msgid "Reports published" msgstr "Publiserte rapporter" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Usendte rapporter" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Rapporter vil automatisk bli send uten å måtte sjekkes hvis brukerens omdømme er på eller over denne verdien. Sett den til 0 hvis alle rapporter må sjekkes uansett." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Omdømme terskel" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Send rapport på nytt" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Responsprioriteter" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Responsprioriteter for %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Responsprioritet for %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Responsmal for %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Responsmaler" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Svarmaler for %s" @@ -3530,56 +3775,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Riktig sted?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Roter til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Roter til høyre" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Hvis du roterer dette bildet, mister du ikke lagrede endringer til rapporten." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelitt" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Lagre endringer" @@ -3587,58 +3853,62 @@ msgstr "Lagre endringer" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Lagre med en offentlig oppdatering" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søk i rapporter" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Søk i brukere" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Søk i rapporter" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Søk:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Søket fant ingen rapporter." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Søket fant ingen brukere." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Se personvernreglene våre" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3648,12 +3918,12 @@ msgid "Select a body" msgstr "Velg en administrasjon" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Velg et område" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3665,19 +3935,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Velg:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3686,41 +3961,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Rapport sendt tilbake" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Sett til nåværende plassering" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Dele" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3728,14 +4003,14 @@ msgstr "Dele" msgid "Shortlist" msgstr "Hurtigliste" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "I hurtiglisten" @@ -3748,7 +4023,7 @@ msgstr "I hurtiglisten til %s" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3764,7 +4039,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3772,9 +4048,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Vis nåler" @@ -3786,20 +4063,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Logg inn" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "" @@ -3808,16 +4085,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Logg inn eller opprett en konto" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Logg ut" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Noen kategorier krever kanskje mer informasjon" @@ -3831,12 +4109,12 @@ msgstr "" "
for å indikere at rapportene blir sendt\n" "fra din FiksGataMi installasjon." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Noen bilder av nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Noe tekst å oversette" @@ -3844,11 +4122,13 @@ msgstr "Noe tekst å oversette" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3856,7 +4136,8 @@ msgstr "Beklager det ser ut til å være et \"Crown dependency\"-postnummer, som msgid "Sorry, that wasn’t a valid link" msgstr "Beklager, det var ikke en gyldig lenke" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3865,9 +4146,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Beklager, vi kunne ikke finne det stedet." @@ -3877,174 +4158,194 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Beklager, vi kunne ikke lagre bildet ditt. Forsøk igjen." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Beklager, du mangler rettigheter til å gjøre dette." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sorter etter" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Personale:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Personale:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistikk" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Gatevisning" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Underavdeling/administrasjon" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Emne" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Emne:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Send inn endringer" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Send inn spørreskjema" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Sendt inn" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4052,11 +4353,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Oppdateringer er begrenset til %s tegn i lengde. Vennligst skriv en kortere tekst." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4064,19 +4372,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Oppsummering" @@ -4090,11 +4399,11 @@ msgstr "Oppsummeringsrapporter" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superbruker:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superbrukere har tilgang til å utføre alle handlinger i admingrensesnittet." @@ -4108,29 +4417,34 @@ msgstr "Resultater fra spørreundersøkelsen" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Mal «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Maler" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Legg til ekstra felter" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Tekst-versjon" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" @@ -4155,7 +4469,7 @@ msgstr "Tusen takk for din henvendelse" msgid "Thank you for your feedback" msgstr "Takk for din tilbakemelding" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Takk for at du lastet opp ditt bilde. Vi må nå plassere ditt problem, så vær så snill å skrive inn navnet på en vei eller et postnummer i området i boksen ovenfor :" @@ -4163,7 +4477,12 @@ msgstr "Takk for at du lastet opp ditt bilde. Vi må nå plassere ditt problem, msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Takk, glad for å høre at problemet er fikset! Vi vil gjerne spørre deg om du har rapportert et problem til en administrasjon tidligere?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Bildet ser ikke ut til å ha blitt lastet opp riktig (%s), prøv på nytt." @@ -4171,55 +4490,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret ble ikke gjenkjent, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Den rapporten kan ikke ses på %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Meldinger om denne kategorien blir sendt til E-postadressen.\n" -"For denne administrasjonen kan også andre kategorier ha samme e-postadresse." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4230,11 +4543,8 @@ msgstr "" "Leveringspunktet er nettadressen til den tjenesten FiksGataMi vil koble seg til\n" "for meldinger til denne instansen." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4246,8 +4556,12 @@ msgstr "" "Jurisdiksjon er bare nødvendig om leveringspunktet betjener mer \n" "enn en. Hvis administrasjonen har i gang sitt eget leveringspunkt, kan du vanligvis la dette stå tomt." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4257,6 +4571,14 @@ msgstr "" "Sendemetoden bestemmer hvordan problemmeldinger blir sendt til administrasjonen.\n" "Hvis du lar dette stå tomt, er sendemetoden som standard til e-post." +#: 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 "Open311 v2-atributten agency_responsible brukes for å liste opp administrasjonene som mottok problemrapporten, noe som ikke helt stemmer med hvordan atributten er definert i Open311 v2-spesifikasjonen." @@ -4270,11 +4592,16 @@ msgstr "" "Administrasjonens navn identifiserer instansen (for eksempel, Borsetshire District Council)\n" "og kan bli vist utad." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Det problemer har blitt markert som sendt." + +#: 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 "" @@ -4293,15 +4620,11 @@ msgstr "The diligency prize league tabellen viser redaktørenes aktivitet, (hvem msgid "The error was: %s" msgstr "Feilen var: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4338,10 +4661,6 @@ msgstr "Denne lenken har kanskje gått ut på tid, eller kanskje du ikke kopiert msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgjengelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4351,24 +4670,24 @@ msgstr "Passordene er ikke like" msgid "The requested URL '%s' was not found on this server" msgstr "Den forespurte URL '%s' ble ikke funnet på denne tjeneren" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området rundt stedet de skrev inn" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4376,7 +4695,20 @@ msgstr "" "Brukerens navn vises offentlig på rapporter som ikke er markert med anonym.\n" "Navn er ikke nødvendigvis unike." +#: 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." @@ -4386,7 +4718,11 @@ msgstr "Det er ingen rapporter å vise." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4394,30 +4730,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det var problemer med å vise 'Alle rapporter'-siden. Vennligst prøv igjen senere." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Det var problemer med å vise denne siden. Vennligst prøv igjen senere." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Det var problemer med din epost/passord-kombinasjon. Vær så snill å forsøke igjen." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Det var problemer med din rapport. Vennligst se under." @@ -4425,12 +4757,16 @@ msgstr "Det var problemer med din rapport. Vennligst se under." msgid "There were problems with your update. Please see below." msgstr "Det var problemer med din oppdatering. Vennligst se under." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4452,16 +4788,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Disse vil bli publisert på nettsiden tilgjengelig for andre, i samsvar med personvernreglene våre." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Disse vil bli sent til %s og vil også bli publisert på nettsiden tilgjengelig for andre, i samsvar med personvernreglene våre." +#: 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 "" + #: 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 "Denne API-implementasjonen er under arbeid og ennå ikke stabil. Den vil endre seg uten advarsel i fremtiden." @@ -4489,34 +4830,31 @@ msgstr "" "Denne instansen får bare rapporter for problemer som er lokalisert i area covered.\n" "En instans vil ikke få noen meldinger om det ikke dekker minst ett område." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker stedet for problemet, da brukeren ikke kategoriserte det. Vær så snill å ignorere den hvis dere ikke er korrekt administrasjon for å håndtere denne saken, eller gi oss beskjed om hvilken kategori av problemer dette er så vi kan legge det til i vårt system." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Dette er et utviklernettsted. Ting kan knekke når som helst og databasen vil bli periodisk slettet." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4536,7 +4874,8 @@ msgstr "Dette problemet har ikke blitt løst" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4544,41 +4883,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapporten avventer moderasjon" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tiden markert som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tiden markert som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Tid brukt (i minutter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Tidslinje" @@ -4587,23 +4930,23 @@ msgid "Tips for perfect photos" msgstr "Tips for perfekte bilder" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Tittel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Tittel:" -#: templates/web/base/alert/index.html:26 +#: 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" -#: templates/web/base/alert/index.html:28 +#: 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 "Du finner lokale problemer ved å søke på ditt postnummer, veinavn eller sted" @@ -4615,12 +4958,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4637,15 +4985,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totalt" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "Trafikkstyring kreves?" @@ -4657,21 +5005,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Klarert av administrasjoner:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Klarert til å lage rapporter som ikke må sjekkes" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Klarert:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Prøv igjen" @@ -4679,30 +5017,37 @@ msgstr "Prøv igjen" msgid "Try emailing us directly:" msgstr "Forsøk å sende epost direkte til oss:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Aktiver totrinns pålogging" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Ubekreftet" @@ -4715,26 +5060,27 @@ msgstr "Ukjent" msgid "Unknown alert type" msgstr "Ukjent varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Ukjent feil" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Ukjent problem-Id" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4748,20 +5094,25 @@ msgstr "" msgid "Update" msgstr "Oppdatering" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Oppdatering %s opprettet for problem %d, av %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Oppdatering %s opprettet for problem %d, av %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Oppdateringen under lagt inn anonymt %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Oppdateringen under lagt til av %s %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Oppdater administrasjon" @@ -4786,43 +5137,44 @@ msgstr "En oppdatering markerte dette problemet som fikset." msgid "Update reopened problem" msgstr "En oppdatering gjennåpnet problemet" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Oppdater tilstanden" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Oppdatert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Oppdatert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Oppdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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." @@ -4840,17 +5192,6 @@ msgstr "Oppdateringer til dette problemet, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4859,14 +5200,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Bruk dette feltet for å legge inn detaljer som kun blir vist i admingrensesnittet, og ikke blir sendt til administrasjonen." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Brukte kart" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4876,36 +5212,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Brukerflagg fjernet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Bruker flagget" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " @@ -4913,24 +5249,37 @@ msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Brukere" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Brukere kan gjøre følgende handlinger innenfor deres tildelte administrasjon eller område" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Verdier oppdatert" @@ -4939,25 +5288,25 @@ msgstr "Verdier oppdatert" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Se rapport på nettstedet" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Se rapport per bydel" @@ -4965,7 +5314,7 @@ msgstr "Se rapport per bydel" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4975,6 +5324,7 @@ msgid "Viewing a location" msgstr "Ser på et sted" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Ser på et problem" @@ -4982,7 +5332,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Bydeler innenfor denne administrasjonen" @@ -5005,7 +5355,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Vi behøver din epost-adresse, vennligst oppgi den nedenfor." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan være ansvarlig for dette problemet, men vi mangler for tiden kontaktinformasjon for dem. Hvis du vet om en egnet kontaktadresse, så ta kontakt med oss." @@ -5014,7 +5364,7 @@ msgid "We send it to the council on your behalf" msgstr "Vi sender til administrasjon på dine vegne" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5027,7 +5377,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Det gjør oss triste å høre at problemet ikke er løst. Hva med å forsøke å skrive til dine lokale representanter?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5048,19 +5398,11 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5072,7 +5414,7 @@ msgstr "Hvorfor stoppe der? Sett opp flere varsler grati msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søker etter forespørsler, så er det også mulig å søke etter agency_responsible for å begrense det til forespørsler som er sendt til en enkelt adminstrasjon. Søketermen er administrasjons-IDen som oppgitt av MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5080,7 +5422,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5092,9 +5434,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5102,22 +5444,26 @@ msgstr "Når du skriver meldingen din med kun store bokstaver blir den vanskelig #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du klager over at denne problemrapporten ble moderert uten grunn:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5125,20 +5471,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Du rapporterer at følgende problem er støtende, inneholder personlig informasjon eller lignende:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du kan lese om problemet på denne siden." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5146,7 +5493,7 @@ msgstr "Du kan legge en misbrukers epostadresse til misbrukslista, hvilket autom 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Du kan kontakte teknisk støtte via %s" @@ -5159,10 +5506,10 @@ msgstr "" "Du kan flagge alle meldinger eller brukere ved å redigere dem, og de blir ført opp på denne siden.\n" "For eksempel kan dette være nyttig hvis du ønsker å holde et øye med en bruker som tidligere har lagt ut uegnede meldinger. " -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Du kan hjelpe oss ved å finne en kontakt-e-post for lokale problemer i %s, og sende den via e-post til oss på %s." @@ -5170,11 +5517,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Du avviste; vennligst fyll inn boksen ovenfor" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5182,12 +5535,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 "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:87 +#: 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 "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)." @@ -5201,12 +5559,11 @@ msgstr "Du er allerede logget ut" 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 "Du har plassert problemet ved punktet i kartet som er markert med en grønn nål. Hvis dette ikke er korrekt plassering kan du klikke i kartet på nytt." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du har nå lykkes med å bekrefte din e-postadresse." @@ -5215,7 +5572,7 @@ msgstr "Du har nå lykkes med å bekrefte din e-postadresse." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5224,11 +5581,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har lykkes med å logge inn. Vennligst sjekk og bekreft at dine detaljer er korrekte:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har ikke laget en rapport ennå. Rapporter et problem nå." @@ -5253,21 +5610,28 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Din konto" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Slå av totrinns pålogging" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din e-post" @@ -5276,8 +5640,8 @@ msgstr "Din e-post" msgid "Your email address" msgstr "Din e-postadresse" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5286,7 +5650,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ditt navn" @@ -5294,46 +5659,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Ditt passord" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Ditt passord har blitt endret" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Logg inn med epost i stedet, og oppgi et nytt passord. Når du besøker lenken du fikk i epost vil passordet ditt bli oppdatert." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Din rapport" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Dine oppdateringer" @@ -5350,11 +5722,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Dine oppdateringer" @@ -5371,24 +5744,29 @@ msgstr "Deg" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "alle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5396,17 +5774,17 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "administrasjon" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "brukte ikke kart" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel «%s» eller «%s»" @@ -5414,7 +5792,7 @@ msgstr "for eksempel «%s» eller «%s»" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5437,54 +5815,64 @@ msgstr "sist oppdatert %s" msgid "less than a minute" msgstr "mindre enn et minutt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "ingen" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(valgfritt)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " eller " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "eller finn min posisjon automatisk" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Ser på et sted" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "opprinnelig lagt inn: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "andre områder:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5496,7 +5884,7 @@ msgstr "logg ut" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "den lokale administrasjonen" @@ -5509,7 +5897,7 @@ msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "denne type lokalt problem" @@ -5517,15 +5905,17 @@ msgstr "denne type lokalt problem" msgid "today" msgstr "idag" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "brukte kart" @@ -5537,16 +5927,16 @@ msgstr "bruker er fra samme administrasjon som problemet - %d" msgid "user is problem owner" msgstr "bruker er eier av problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "bydel" @@ -5606,7 +5996,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5627,7 +6017,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5648,21 +6038,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s fikset siste måned" msgstr[1] "%s fikset siste måned" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5697,16 +6087,122 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(ignorert hvis typen er \"String\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Merk: Denne rapporten er sendt videre for å få noe til å skje. Ingen endringer sendes videre." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Merk: Denne rapporten har ikke blitt sent videre for handling. Det er ikke sikkert eventuelle endringer vil bli levert." + +#~ msgid "Automated" +#~ msgstr "Automatisk" + +#~ msgid "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" + +#~ msgid "Check inspection required if reports in this category must be inspected before being sent." +#~ msgstr "Marker trenger inspeksjon hvis rapporter i denne kategorien må inspiseres før de sendes." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Sjekk private hvis meldinger i denne gruppen ikke skal vises på nettsidene.\n" +#~ "
\n" +#~ "Normalt er ikke kategorier interne
\n" +#~ "Dette passer når du ønsker å tillate brukere å sende inn melding til administrasjonen, men ikke vil vise\n" +#~ "den utad. I UK, har de brukt dette for oppgaver som å be om en ekstra papirkurv på et bestemt sted." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinater:" + +#~ msgid "Default priority" +#~ msgstr "Standard prioritet" + +#~ msgid "Description:" +#~ msgstr "Beskrivelse:" + +#~ msgid "Didn't use map" +#~ msgstr "Brukte ikke kart" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Hvis du bruker en sendemetode som ikke er e-post, skriv inn tjeneste-ID (Open311) eller ekvivalent identifikator her." + +#~ msgid "Inspection required" +#~ msgstr "Trenger inspeksjon" + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Permalink" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Rapporter laget av klarerte brukere vil bli sendt til den ansvarlige administrasjonen uten å bli sjekket først." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Rapporter vil automatisk bli send uten å måtte sjekkes hvis brukerens omdømme er på eller over denne verdien. Sett den til 0 hvis alle rapporter må sjekkes uansett." + +#~ msgid "Reputation threshold" +#~ msgstr "Omdømme terskel" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Responsprioriteter for %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Den rapporten kan ikke ses på %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Meldinger om denne kategorien blir sendt til E-postadressen.\n" +#~ "For denne administrasjonen kan også andre kategorier ha samme e-postadresse." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Det var problemer med din epost/passord-kombinasjon. Vær så snill å forsøke igjen." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Dette er et utviklernettsted. Ting kan knekke når som helst og databasen vil bli periodisk slettet." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Klarert av administrasjoner:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Klarert til å lage rapporter som ikke må sjekkes" + +#~ msgid "Trusted:" +#~ msgstr "Klarert:" + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Bruk dette feltet for å legge inn detaljer som kun blir vist i admingrensesnittet, og ikke blir sendt til administrasjonen." + +#~ msgid "Used map" +#~ msgstr "Brukte kart" + +#~ msgid "or locate me automatically" +#~ msgstr "eller finn min posisjon automatisk" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index 9c1e84cd755..42016ad01c7 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "en" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "of" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d aan %d van %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Overzichtsverslagen" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contactpersonen overheid – %s geverifieerd, %s ongeverifieerd" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "%s heeft diverse RSS feeds en e-mail meldingen voor lokale problemen zoals meldingen voor problemen in bepaalde wijken of gemeentes, of alle problemen binnen een bepaalde straal." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "%s heeft diverse RSS feeds en e-mail meldingen voor lokale problemen zoa msgid "%s live updates" msgstr "%s live updates" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "&Rechten; OpenStreetM msgid "(Defect & location of defect)" msgstr "(Defect & en locatie van het defect)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Niet opgegeven)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Niet opgegeven)" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(gesloten)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(opgelost)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(verstuurd naar beide)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" @@ -186,6 +185,10 @@ msgstr "-- Kies een categorie --" 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 "--Kies een website indeling--" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Nee Laat me mijn update per e-mail bevestigen" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "JaTake 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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -273,13 +284,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Voeg een nieuwe categorie toe" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Voeg openbaar lichaam toe" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -288,7 +304,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -296,16 +312,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Voeg een nieuwe categorie toe" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -319,24 +335,25 @@ msgid "Add to shortlist" msgstr "Voeg aan favorieten toe" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Gebruiker toevoegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Voeg toe/wijzig categoriën" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%s toegevoegd" @@ -344,7 +361,7 @@ msgstr "%s toegevoegd" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Als dit rapport aan jouw favorieten toevoegd wordt het verwijderd van %s zijn favorieten." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -360,19 +377,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Meld het me als er updates zijn" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -385,8 +403,8 @@ msgid "All Reports as CSV" msgstr "Alle rapporten als CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Alle categoriën" @@ -398,9 +416,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -427,7 +445,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Verander emailadres" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Een update heeft dit probleem als opgelost gemarkeerd." @@ -441,7 +469,7 @@ msgstr "Anoniem" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -453,24 +481,29 @@ msgstr "Anoniem:" msgid "Another user" msgstr "Andere gebruiker" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Weet je het zeker?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Bestreken gebied" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Gebied:" @@ -479,28 +512,33 @@ msgstr "Gebied:" 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 "Dit is een website in opbouw! %s is false. Rapportages op deze site worden doorgegeven aan de rapporteur, niet aan het opgegeven aanspreekpunt." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Toegewezen aan %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Toewijzen aan categorie:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Toegewezen aan:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Toegewezen aan %s" @@ -512,31 +550,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Automatisch antwoord:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Beschikbare categoriën" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -545,12 +574,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Wacht op controle" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Vorige" @@ -558,29 +588,39 @@ msgstr "Vorige" msgid "Back to all reports" msgstr "Terug naar alle rapportages" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Openbare lichamen" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Openbaar lichaam" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Openbaar lichaam:" @@ -588,10 +628,6 @@ msgstr "Openbaar lichaam:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Kun je onze email niet vinden? Check je spamfolder. Dat is oplossing in 99% van de gevallen." @@ -600,39 +636,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categoriën" -#: templates/web/base/admin/category-checkboxes.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 "Categoriën:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categorie" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categorie veranderd van '%s' in '%s'" @@ -641,12 +680,12 @@ msgstr "Categorie veranderd van '%s' in '%s'" msgid "Category fix rate for problems > 4 weeks old" msgstr "Doorloopsnelheid voor problemen in categorie >4 weken oud" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categorie:" @@ -655,48 +694,38 @@ msgstr "Categorie:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Verander emailadres" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Verander Wachtwoord" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -733,57 +762,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Gesloten" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Gesloten door gemeente" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Coördinaten:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuratie" @@ -792,12 +825,12 @@ msgstr "Configuratie" msgid "Confirm" msgstr "Bevestig" -#: templates/web/base/auth/2faform.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 "Bevestig account" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -809,16 +842,16 @@ msgstr "" msgid "Confirmation" msgstr "Bevestiging" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bevestigd" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bevestigd:" @@ -833,10 +866,12 @@ msgstr "" msgid "Contact Us" msgstr "Contacteer ons" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Neem contact op met het team" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -849,17 +884,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kan de gebruiker niet vinden" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -879,7 +910,7 @@ msgstr "Gemeente contactpersongen voor %s" msgid "Council ref: %s" msgstr "gemeente ref.: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Gemeente:" @@ -888,6 +919,8 @@ msgstr "Gemeente:" msgid "Count" msgstr "Aantal" +#: 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 "" @@ -896,38 +929,42 @@ msgstr "" msgid "Create a report" msgstr "Maak een melding" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Maak een categorie" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Aangemaakt" @@ -936,7 +973,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -946,11 +983,11 @@ msgstr "Aangemaakt:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -959,19 +996,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Klant kan niet bereikt worden" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Dashboard" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -979,35 +1016,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Door een afdeling behandeld binnen 5 werkdagen" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Verwijder sjabloon" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Verwijder sjabloon" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Verwijderd" @@ -1016,49 +1051,45 @@ msgstr "Verwijderd" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beschrijving" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Beschrijving:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Beschrijving" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Details" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Details:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Overgedragen" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Kaart niet gebruikt" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" @@ -1067,6 +1098,15 @@ msgstr "Toewijdingsranglijst" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1076,6 +1116,14 @@ msgstr "" 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 "Zend bij eventueel commentaar geen email waarschuwingen naar degene die probleem aanmaakte" @@ -1085,15 +1133,11 @@ msgstr "Zend bij eventueel commentaar geen email waarschuwingen naar degene die msgid "Do you have a %s password?" msgstr "Heb je een %s wachtwoord?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Geen idee" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Hou je niet van formulieren?" @@ -1101,19 +1145,25 @@ msgstr "Hou je niet van formulieren?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Plaats de fotos hier om ze te verzenden" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1121,32 +1171,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Oostwaarde/Noordwaarde" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Bewerk" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Wijzig openbaar lichaam details" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1154,15 +1207,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1170,13 +1225,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Bewerk melding %d" @@ -1198,7 +1253,10 @@ msgstr "Redacteur" #: 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:17 +#: 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 @@ -1206,15 +1264,14 @@ msgstr "Redacteur" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1227,21 +1284,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1295,7 +1352,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1303,11 +1360,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Geef dichtstbijzijnde straatnaam en plaats" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" @@ -1316,7 +1374,6 @@ msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" msgid "Enter a nearby postcode, or street name and area" msgstr "Geef dichtstbijzijnde postcode, of straatnaam en plaats" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Geef dichtstbijzijnde straatnaam en plaats" @@ -1325,8 +1382,9 @@ msgstr "Geef dichtstbijzijnde straatnaam en plaats" msgid "Enter details of the problem" msgstr "Geef details van het probleem" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1334,8 +1392,10 @@ msgstr "Geef details van het probleem" msgid "Error" msgstr "Foutmelding" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1348,7 +1408,7 @@ msgstr "Voorbeeld van postcode %s" msgid "Examples:" msgstr "Voorbeelden:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1356,20 +1416,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1377,12 +1437,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1390,32 +1450,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1425,18 +1490,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Eerste keer" @@ -1448,21 +1522,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Opgelost" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Opgelost - Gemeente" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Opgelost - Gebruiker" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1470,8 +1543,8 @@ msgstr "" msgid "Flag user" msgstr "Gemarkeerde gebruikr" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Gemarkeerd" @@ -1479,7 +1552,7 @@ msgstr "Gemarkeerd" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "" @@ -1487,8 +1560,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Gemarkeerd:" @@ -1500,29 +1573,25 @@ msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijke msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Wachtwoord vergeten?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1532,28 +1601,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Veelgestelde Vragen" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Updates ontvangen" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Updates over %s problemen ontvangen" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Updates in deze %s ontvangen" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Geef me een RSS feed" @@ -1565,60 +1640,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Gaan" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafiek van problemen aangemaakt per status na verloop van tijd" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Is dit probleem opgelost?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Heb je al eens eerder een probleem aan de gemeente gemeld, of is dit jouw eerste keer?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Help" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1630,18 +1711,18 @@ msgstr "" msgid "Hi %s" msgstr "Hoi %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Verborgen" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1666,12 +1747,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Verberg spelden" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Toegewezen aan categorie %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1681,15 +1768,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Geschiedenis" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1697,7 +1780,8 @@ msgstr "" msgid "How to report a problem" msgstr "Hoe een melding maken" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1716,15 +1800,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Ik ben bang dat we je melding niet kunnen vinden in onze database.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1739,29 +1823,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1773,37 +1861,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1827,11 +1910,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Illegaal ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Illegale RSS feed selectie" @@ -1847,7 +1934,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1855,44 +1943,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Ongeldige has_photo waarde \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interne notities" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notities" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1904,10 +1994,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1931,11 +2017,16 @@ msgstr "" msgid "Last editor" msgstr "Laatste bewerker" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Laatste update:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Laatste update:" @@ -1943,13 +2034,14 @@ msgstr "Laatste update:" msgid "Last update:" msgstr "Laatste update:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1957,10 +2049,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Toon alle meldingen" @@ -1969,25 +2057,26 @@ msgstr "Toon alle meldingen" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laden..." #: 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:1 +#: 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 "Lokale RSS feeds en e-mail meldingen" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokale RSS feeds en e-mail meldingen voor '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokale melding" @@ -2000,77 +2089,97 @@ msgstr "Vind het probleem op de kaart van de omgeving" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "Kaart" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Kaart" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Markeren als verzonden" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Bericht" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Vermiste jurisdiction_id" @@ -2078,7 +2187,8 @@ msgstr "Vermiste jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2101,36 +2211,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Maand" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2138,28 +2256,27 @@ msgstr "" msgid "Name" msgstr "Naam" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Naam:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2167,12 +2284,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2188,16 +2305,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" @@ -2205,8 +2322,13 @@ msgstr "Nieuw contactpersonen voor categorie toegevoegd" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2214,13 +2336,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nieuwe lokale problemen op FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2228,8 +2350,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2286,10 +2408,10 @@ msgstr "" msgid "New state" msgstr "Nieuwe status" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2297,7 +2419,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2309,33 +2432,36 @@ msgstr "Volgende" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nee" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Geen gemeente geselecteerd" @@ -2351,24 +2477,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2379,26 +2503,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Geen medestanders" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Geen" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2406,7 +2530,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2424,7 +2548,7 @@ msgstr "Niet gemeld bij de gemeente" msgid "Note" msgstr "Opmerking" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Opmerking:" @@ -2436,8 +2560,12 @@ msgstr "Opmerking: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2448,15 +2576,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2464,22 +2594,27 @@ msgstr "" msgid "Old state" msgstr "Oude status" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Open" @@ -2504,7 +2639,7 @@ msgstr "Open311 initiatief website" msgid "Open311 specification" msgstr "Open311 specificatie" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2516,25 +2651,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Anders" @@ -2564,21 +2700,36 @@ msgstr "Pagina Niet Gevonden" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Alle categoriën" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Gedeeltelijk" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Wachtwoord (optioneel)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Je wachtwoord is gewijzigd" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Wachtwoord (optioneel)" + +#: templates/web/base/admin/roles/index.html:6 +msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2586,7 +2737,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2597,39 +2748,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefoonnummer (optioneel)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefoonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2637,20 +2788,20 @@ msgstr "Telefoonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2660,6 +2811,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto's van recente meldingen dichtbij" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2670,8 +2825,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2695,31 +2851,31 @@ msgstr "Controleer de wachtwoorden en probeer opnieuw" msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kies een categorie" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2734,104 +2890,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Geef bericht in" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Geef wachtwoord" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Geef onderwerp" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Geef een geldig e-mailadres" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Geef een geldig e-mailadres" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Geef details" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Geef een geldig e-mailadres" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Geef je voornaam" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Geef je naam" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Geef je tweede naam" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Geef je titel" @@ -2840,7 +3014,7 @@ msgstr "Geef je titel" 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:1 +#: 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 "Vul de details van het probleem beneden in." @@ -2850,7 +3024,7 @@ msgstr "Vul de details van het probleem beneden in." 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 "Vul zoveel mogelijk details in het veld beneden in. Vermeld ook de locatie zo precies mogelijk." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2858,8 +3032,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Geef aan of je een vragenlijst wilt ontvangen" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2885,11 +3067,11 @@ msgstr "" msgid "Please note:" msgstr "Let op:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2906,15 +3088,19 @@ msgstr "Vermeld wat tekst en een foto" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Kies de feed die je wilt" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Kies de melding die je wilt" @@ -2922,19 +3108,20 @@ msgstr "Kies de melding die je wilt" msgid "Please state whether or not the problem has been fixed" msgstr "Geef aan of het probleem is verholpen" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Schrijf een bericht" @@ -2942,23 +3129,23 @@ msgstr "Schrijf een bericht" msgid "Post" msgstr "Bericht" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Anoniem geplaatst bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Geplaatst door %s (%s) bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" @@ -2966,20 +3153,32 @@ msgstr "Geplaatst door %s bij %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Vorige" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2989,15 +3188,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privé" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3009,10 +3207,29 @@ msgstr "Probleem" msgid "Problem %d created" msgstr "Probleem %d gemaakt" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Voeg aan favorieten toe" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Probleem %s bevestigd" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Probleem %d gemaakt" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Probleem %d gemaakt" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Probleem %s verzonden naar gemeente %s" @@ -3023,7 +3240,7 @@ msgstr "Probleem %s verzonden naar gemeente %s" msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -3031,7 +3248,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" @@ -3040,11 +3258,11 @@ msgstr "Problemen" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemen dichtbij" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemen op de kaart" @@ -3052,37 +3270,43 @@ msgstr "Problemen op de kaart" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Recent gemelde problemen op FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemen binnen wijk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Geef een update" @@ -3091,32 +3315,37 @@ msgstr "Geef een update" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "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." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Foto publiceren" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Vragenlijst" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3133,23 +3362,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Vragenlijst %d verzonden voor probleem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Vragenlijst ingevuld door melder" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS feed voor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS feed voor wijk %s, %s" @@ -3157,52 +3387,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS feed van %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS feed van problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS feed van problemen in wijk %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS feed van recente lokale problemen" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS feed van updates voor dit probleem" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3216,11 +3450,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Recent gemelde problemen" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3228,15 +3463,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3252,21 +3483,25 @@ msgstr "Verwijder markering" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Verwijder foto (kan niet ongedaan worden!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Beantwoord" @@ -3274,30 +3509,38 @@ msgstr "Beantwoord" msgid "Report" msgstr "Melding" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Meld een probleem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Meld misbruik" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Anoniem gemeld bij %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3307,17 +3550,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Meld misbruik" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Meld op %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Probleem melden" @@ -3330,24 +3576,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Meld, bekijk of discussier over lokale problemen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anoniem gemeld bij %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Eerder gemeld" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeld door %s bij %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Gemeld door:" @@ -3355,59 +3601,63 @@ msgstr "Gemeld door:" msgid "Reported in the %s category" msgstr "Toegewezen aan categorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Anoniem gemeld in de categorie %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Anoniem door %s gemeld bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Gemeld door %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Gemeld:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Meld een probleem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Meldingen" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3415,14 +3665,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3431,63 +3677,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Herstuur melding" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3503,56 +3747,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rechtsom roteren" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Wijzigingen opslaan" @@ -3560,58 +3825,62 @@ msgstr "Wijzigingen opslaan" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Zoek Meldingen" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Zoek Gebruikers" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Meldingen zoeken" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Zoek:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Geen meldingen gevonden." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Geen gebruikers gevonden." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3621,12 +3890,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecteer een gebied" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3638,19 +3907,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3659,41 +3933,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Verzonden aan %s %s later" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Verzonden:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Service:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Deel" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3701,14 +3975,14 @@ msgstr "Deel" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3721,7 +3995,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3737,7 +4011,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3745,9 +4020,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Toon spelden" @@ -3759,20 +4035,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Inloggen" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3781,16 +4057,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Inloggen of maak een account" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Uitloggen" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Sommige categorieën hebben extra informatie nodig." @@ -3801,12 +4078,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3814,11 +4091,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3826,7 +4105,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3835,9 +4115,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3847,174 +4127,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Staat" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Staat:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistieken" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Onderwerp" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Onderwerp:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Opslaan" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Wijzigingen opslaan" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Vragenlijst opslaan" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Opgeslagen" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4022,11 +4320,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4034,19 +4338,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Samenvatting" @@ -4060,11 +4365,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4078,29 +4383,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4125,7 +4434,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4133,7 +4442,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4141,52 +4455,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4196,11 +4506,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4210,8 +4517,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4219,6 +4530,14 @@ msgid "" " 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 "" @@ -4230,11 +4549,16 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Het probleem is gemarkeerd als verzonden." + +#: 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 "" @@ -4249,15 +4573,11 @@ msgstr "" msgid "The error was: %s" msgstr "De foutmelding was: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4294,10 +4614,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4307,30 +4623,43 @@ msgstr "Wachtwoorden komen niet overeen" msgid "The requested URL '%s' was not found on this server" msgstr "De opgevraagde URL '%s' is niet gevonden op de server" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied rond de lokatie wordt op de kaart getoond" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4340,7 +4669,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4348,30 +4681,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Er was een probleem bij het tonen van de Alle Meldingen pagina. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Er was een probleem bij het tonen van deze pagina. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer het later nog eens." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Er was een probleem met je melding. Zie beneden." @@ -4379,12 +4708,16 @@ msgstr "Er was een probleem met je melding. Zie beneden." msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4402,16 +4735,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Deze API implementatie is een werk in uitvoering en nog niet stabiel. Het kan zonder waarschuwing wijzigen in de toekomst." @@ -4434,34 +4772,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie omdat de gebruiker geen categorie heeft aangegeven. Negeer deze melding als je niet de juiste contactpersoon bent, of laat ons weten in welke categorie dit probleem valt zodat we dit kunnen toevoegen aan ons systeem." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Deze informatie is verplicht" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Dit is een ontwikkelingssite; er kunnen mogelijk problemen optreden, en de database wordt regelmatig opgeschoond." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4481,7 +4816,8 @@ msgstr "Dit probleem is niet opgelost" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4489,41 +4825,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Deze melding is momenteel gemarkeerd als gesloten." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Deze melding is momenteel gemarkeerd als opgelost." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Gespendeerde tijd (in minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Tijdslijn" @@ -4532,23 +4872,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titel:" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Vul je postcode of straatnaam en plaats in om te kijken welke lokale meldingen we voor je hebben." @@ -4560,12 +4900,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4582,15 +4927,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totaal" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4602,21 +4947,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Opnieuw proberen" @@ -4624,30 +4959,36 @@ msgstr "Opnieuw proberen" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4660,26 +5001,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4693,20 +5035,25 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Vragenlijst %d verzonden voor probleem %d" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4731,43 +5078,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4785,17 +5133,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4804,15 +5141,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Gebruikte kaart" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4821,36 +5153,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4858,24 +5190,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Gebruikers" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4884,25 +5228,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4910,7 +5254,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4920,6 +5264,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4927,7 +5272,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4950,7 +5295,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4959,7 +5304,7 @@ 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:17 +#: 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 "" @@ -4972,7 +5317,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4993,19 +5338,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5017,7 +5354,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5025,7 +5362,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5037,9 +5374,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5047,22 +5384,26 @@ msgstr "Je bericht is moeilijk leesbaar als deze alleen uit hoofdletters bestaat #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5070,20 +5411,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Je meld het volgende probleem als beledigend, persoonlijke informatie bevattend of gelijkend aan:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5091,7 +5433,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5102,10 +5444,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Je kan ons helpen met het vinden van een e-mailadres voor lokale problemen voor %s door deze naar ons te mailen op %s." @@ -5113,11 +5455,17 @@ 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 "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5125,12 +5473,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5144,12 +5496,11 @@ msgstr "Je bent uitgelogd" 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 "Je hebt een probleem aangewezen op de plek gemarkeerd met een groene speld op de kaart. Als dit niet klopt kan je nogmaals op de kaart klikken." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5158,7 +5509,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5167,11 +5518,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Je bent ingelogd; controleer of je gegevens nog kloppen:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5194,21 +5545,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Jouw e-mail" @@ -5217,8 +5574,8 @@ msgstr "Jouw e-mail" msgid "Your email address" msgstr "Jouw e-mailadres" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5227,7 +5584,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Jouw naam" @@ -5235,46 +5593,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Jouw wachtwoord" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Je wachtwoord is gewijzigd" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Je telefoonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Jouw meldingen" @@ -5291,11 +5655,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Jouw updates" @@ -5312,24 +5677,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5337,17 +5707,17 @@ msgstr "" msgid "by %s" msgstr "door %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "gemeente" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "kaart niet gebruikt" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "bv. '%s' of '%s'" @@ -5355,7 +5725,7 @@ msgstr "bv. '%s' of '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5378,54 +5748,63 @@ msgstr "" msgid "less than a minute" msgstr "minder dan een minuut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/b" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(optioneel)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "of" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5437,7 +5816,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5450,7 +5829,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5458,15 +5837,17 @@ msgstr "" msgid "today" msgstr "vandaag" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5478,16 +5859,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5547,7 +5928,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5568,7 +5949,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5589,21 +5970,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/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 +#: templates/web/westminster/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 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5638,16 +6019,40 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ 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:" + +#~ msgid "Didn't use map" +#~ msgstr "Kaart niet gebruikt" + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer het later nog eens." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Dit is een ontwikkelingssite; er kunnen mogelijk problemen optreden, en de database wordt regelmatig opgeschoond." + +#~ msgid "Used map" +#~ msgstr "Gebruikte kaart" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 4a1ff645992..b054b43a920 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " og " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s – oppsummeringsrapportar" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s administrasjonskontaktar – %s stadfesta, %s ikkje stadfesta" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s aktive oppdateringar" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(lukka)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(løyst)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(sendt til begge)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" @@ -186,6 +185,10 @@ msgstr "-- Vel ein kategori --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ja, eg har eit passord" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Legg til ny kategori" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "La til %s" @@ -339,7 +356,7 @@ msgstr "La til %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Send meg varsel ved framtidige oppdateringar" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "Ei oppdatering markerte dette problemet som løyst." @@ -436,7 +463,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +475,29 @@ msgstr "Anonym:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +506,32 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +543,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +567,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -553,29 +581,39 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -583,10 +621,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +629,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +673,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Løysingsrate fordelt på kategori for problem > 4 veker gamle" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -650,48 +687,38 @@ msgstr "Kategori:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Byt passord" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +755,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Lukka" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "(ikkje rapportert til administrasjonen)" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinatar:" #: 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 "Merkevaresamarbeid" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Data om merkevaresamarbeid:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Merkevaresamarbeid:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -787,12 +818,12 @@ msgstr "" msgid "Confirm" msgstr "Stadfest" -#: templates/web/base/auth/2faform.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 "Stadfest konto" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +835,16 @@ msgstr "" msgid "Confirmation" msgstr "Stadfesting" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Stadfesta" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Stadfesta:" @@ -828,10 +859,12 @@ msgstr "" msgid "Contact Us" msgstr "Kontakt oss" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontakt prosjektgruppa" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -844,17 +877,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kunne ikkje finna brukaren" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -874,7 +903,7 @@ msgstr "Administrasjonskontaktar for %s" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Administrasjon:" @@ -883,6 +912,8 @@ msgstr "Administrasjon:" msgid "Count" msgstr "Mengd" +#: 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 "" @@ -891,38 +922,42 @@ msgstr "" msgid "Create a report" msgstr "Lag ein rapport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oppretta" @@ -931,7 +966,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +976,11 @@ msgstr "Oppretta:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +989,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1009,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Sletta" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Sletta" @@ -1011,49 +1044,44 @@ msgstr "Sletta" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detaljar:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Arbeidshestar" @@ -1062,6 +1090,15 @@ msgstr "Arbeidshestar" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1108,14 @@ msgstr "" 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 "" @@ -1080,15 +1125,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Veit ikkje" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1137,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1162,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Rediger" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1198,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1216,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Rediger problem %d" @@ -1193,7 +1244,10 @@ msgstr "Oppdatert av" #: 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:17 +#: 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 @@ -1201,15 +1255,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1275,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-post:" @@ -1290,7 +1343,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1351,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1311,7 +1364,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "Skriv inn postnummer i nærleiken, eller vegnamn og stad" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1320,8 +1372,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "Legg inn detaljar om problemet" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1382,10 @@ msgstr "Legg inn detaljar om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1398,7 @@ msgstr "Postnummerdøme %s" msgid "Examples:" msgstr "Døme:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1406,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1427,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1440,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1420,18 +1480,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Første gong" @@ -1443,21 +1512,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Løyst" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Løyst – Administrasjon" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Løyst – Brukar" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1533,8 @@ msgstr "" msgid "Flag user" msgstr "Flagg brukar" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagga:" @@ -1474,7 +1542,7 @@ msgstr "Flagga:" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1550,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Flagga:" @@ -1495,29 +1563,25 @@ msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1591,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurde spurnader" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Gje meg ein RSS-straum" @@ -1560,60 +1630,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Hald fram" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Har dette problemet vorte løyst?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Har du rapportert eit problem til ein administrasjon før, eller er dette første gongen?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hjelp" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1701,18 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skjult" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1737,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Skjul nåler" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Rapportert i kategorien %s av %s %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1676,15 +1758,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historie" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1692,7 +1770,8 @@ msgstr "" msgid "How to report a problem" msgstr "Korleis rapportera eit problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1711,15 +1790,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Eg er redd vi ikkje klarte å finna problemet ditt i databasen.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1734,29 +1813,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1851,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1900,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ugyldig ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ugyldig val av straum" @@ -1842,7 +1924,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1933,45 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi «%s»" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1983,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2006,16 @@ msgstr "" msgid "Last editor" msgstr "Sist redigert av" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Siste oppdatering:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1938,13 +2023,14 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2038,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Vis alle rapporterte problem" @@ -1964,25 +2046,26 @@ msgstr "Vis alle rapporterte problem" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lastar …" #: 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:1 +#: 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 "Lokal RSS-straum og e-postvarsel" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokal RSS-straum og e-postvarsel for «%s»" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokale varsel" @@ -1995,77 +2078,97 @@ msgstr "Lokaliser problemet på kartet over området" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Manglar jurisdiction_id" @@ -2073,7 +2176,8 @@ msgstr "Manglar jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2200,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Månad" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2245,27 @@ msgstr "" msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Namn:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2162,12 +2273,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2292,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2198,8 +2309,13 @@ msgstr "Ny kategorikontakt lagt til" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2207,13 +2323,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problem på FiksGataMi" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2221,8 +2337,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2395,10 @@ msgstr "" msgid "New state" msgstr "Ny tilstand" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2406,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2419,36 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nei" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ingen administrasjon er vald" @@ -2344,24 +2464,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2372,26 +2490,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Ingen" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2517,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2535,7 @@ msgstr "Ikkje rapportert til administrasjonen" msgid "Note" msgstr "Merk" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Merk:" @@ -2429,8 +2547,12 @@ msgstr "Merk: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2563,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2581,27 @@ msgstr "" msgid "Old state" msgstr "Gammal tilstand" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Opne" @@ -2497,7 +2626,7 @@ msgstr "Nettsida til Open311-initiativet" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2509,25 +2638,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Anna" @@ -2557,21 +2687,35 @@ msgstr "Fann ikkje sida" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Lag kategori" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Passordet ditt har vorte endra" + +#: 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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2723,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2734,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2774,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2797,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Bilete av nye problem i nærleiken" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2811,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2688,31 +2837,31 @@ msgstr "Ver venleg og sjekk passorda og prøv igjen" 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vel ein kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2876,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Skriv inn eit passord" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Ver venleg og legg inn eit emne" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Ver venleg og legg til ein gyldig e-post" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Ver venleg og legg inn e-postadressa di" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Ver venleg og legg inn opplysningar om problemet" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Ver venleg og legg inn e-posten din" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Ver venleg og legg inn namnet ditt" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2833,7 +3000,7 @@ msgstr "" 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:1 +#: 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 "Ver venleg og fyll ut detaljar om problemet under." @@ -2845,7 +3012,7 @@ msgstr "" "Ver venleg og fyll inn skjemaet under med detaljane om problemet,\n" "og skildra plasseringa så nøyaktig som mogleg i boksen for detaljar." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2853,8 +3020,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Ver venleg og indiker om du ynskjer å motta eit nytt spørjeskjema" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2880,11 +3055,11 @@ msgstr "" msgid "Please note:" msgstr "Merk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2901,15 +3076,19 @@ msgstr "Ver venleg og bidra med litt tekst i tillegg til eit bilete" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Vel den kjelda du ynskjer" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Ver venleg og vel kva for ein type varsel du ynskjer" @@ -2917,19 +3096,20 @@ msgstr "Ver venleg og vel kva for ein type varsel du ynskjer" msgid "Please state whether or not the problem has been fixed" msgstr "Ver venleg og oppgje om dette problemet har vorte fiksa eller ikkje" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Skriv inn ei melding" @@ -2937,23 +3117,23 @@ msgstr "Skriv inn ei melding" msgid "Post" msgstr "Send inn" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Lagt inn av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Lagt inn av %s %s" @@ -2961,20 +3141,32 @@ msgstr "Lagt inn av %s %s" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2984,15 +3176,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3004,10 +3195,29 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problem %d oppretta" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Problem %s sendt til administrasjon %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s stadfesta" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d oppretta" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d oppretta" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" @@ -3018,7 +3228,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -3026,7 +3236,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -3035,11 +3246,11 @@ msgstr "Problem" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3047,37 +3258,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyleg rapportert fiksa på FiksGataMi" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problem innanfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Bidra med ei oppdatering" @@ -3086,32 +3303,37 @@ msgstr "Bidra med ei oppdatering" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "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" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +msgid "Question text" +msgstr "Spørjeskjema" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3128,23 +3350,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Spørjeskjema %d sendt for problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Spørjeskjema fylt inn av feilrapportøren" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-straum" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS-straum for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS-straum for %s bydel, %s" @@ -3152,52 +3375,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS-straum frå %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS-straum for problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS-straum for problem innanfor %s bydel" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS-straum med nye lokale problem" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS-straum med oppdateringar for dette problemet" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3211,11 +3438,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyleg melde problem" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3223,15 +3451,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3247,21 +3471,25 @@ msgstr "Fjern flagg" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Fjern bilete (kan ikkje gjerast om!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3269,30 +3497,38 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter eit problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Rapportert anonymt %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3302,17 +3538,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Rapport på %s" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Rapport på %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3325,24 +3564,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Rapportert tidlegare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3350,59 +3589,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Legger til eit problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3410,14 +3653,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3426,63 +3665,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Send rapport på nytt" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3498,56 +3735,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Lagra endringar" @@ -3555,58 +3813,62 @@ msgstr "Lagra endringar" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søk i rapportar" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Søk i brukarar" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Søk:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3616,12 +3878,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3633,19 +3895,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3654,41 +3921,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Sendt til %s %s seinare" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Teneste:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3696,14 +3963,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3716,7 +3983,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3732,7 +3999,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3740,9 +4008,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Vis nåler" @@ -3754,20 +4023,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Logg inn" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3776,16 +4045,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Logg inn eller opprett ein konto" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Logg ut" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Somme kategoriar krev kanskje meir informasjon" @@ -3796,12 +4066,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Nokre bilete av nyleg melde problem" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Noko tekst å omsetja" @@ -3809,11 +4079,13 @@ msgstr "Noko tekst å omsetja" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3821,7 +4093,8 @@ msgstr "Orsak, det ser ut til å vera eit «Crown dependency»-postnummer, som v msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3830,9 +4103,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Orsak, vi kunne ikkje finna den staden." @@ -3842,174 +4115,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." +msgstr "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistikk" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Emne:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Send inn endringar" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Send inn spørjeskjema" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4017,11 +4309,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4029,19 +4327,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Oppsummering" @@ -4055,11 +4354,11 @@ msgstr "Oppsummeringsrapportar" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4073,29 +4372,33 @@ msgstr "Resultat frå spørjeundersøkinga" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" +#: 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 "Tekst-utgåve" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" @@ -4123,7 +4426,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4131,7 +4434,12 @@ 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 "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?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Biletet ser ikkje ut til å ha vorte lasta opp riktig (%s), prøv på nytt." @@ -4139,52 +4447,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4194,11 +4498,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4208,8 +4509,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4217,6 +4522,14 @@ msgid "" " 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 "Open311 v2-attributten agency_responsible vert brukt for å lista opp administrasjonane som mottok problemrapporten, noko som ikkje heilt passar med korleis attributten er definert i Open311 v2-spesifikasjonen." @@ -4228,11 +4541,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4247,15 +4564,11 @@ msgstr "" msgid "The error was: %s" msgstr "Feilen var: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4292,10 +4605,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4305,30 +4614,43 @@ msgstr "Passorda er ikkje like" msgid "The requested URL '%s' was not found on this server" msgstr "Fann ikkje URL-en «%s» på denne tenaren" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde rundt staden dei skreiv inn" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4338,7 +4660,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4346,30 +4672,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det oppstod problem med å visa «Alle rapportar»-sida. Ver venleg og prøv igjen seinare." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -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." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Det var problem med rapporten din. Ver venleg og sjå under." @@ -4377,12 +4699,16 @@ msgstr "Det var problem med rapporten din. Ver venleg og sjå under." msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4400,16 +4726,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Denne API-implementasjonen er under arbeid og ikkje enno stabil. Han vil endra seg utan åtvaring i framtida." @@ -4432,34 +4763,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden for problemet, sidan brukaren ikkje kategoriserte det. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka, eller gjev oss melding om kva for ein kategori av problem dette er så vi kan leggja det til i systemet vårt." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Denne informasjonen er påkravd" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Dette er ein utviklarnettstad. Ting kan knekka når som helst og databasen vil verta periodisk sletta." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4479,7 +4807,8 @@ msgstr "Dette problemet har ikkje vorte løyst" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4487,41 +4816,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tida markert som lukka." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tida markert som fiksa." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Tidslinje" @@ -4530,23 +4863,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Tittel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4558,12 +4891,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4580,15 +4918,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totalt" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4600,21 +4938,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4622,30 +4950,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Ikkje stadfesta" @@ -4658,26 +4992,27 @@ msgstr "" msgid "Unknown alert type" msgstr "Ukjend varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Ukjend problem-ID" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4691,20 +5026,25 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Oppdatering %s oppretta for problem %d, av %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Oppdatering %s oppretta for problem %d, av %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Oppdateringa under vart lagt inn anonymt %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Oppdateringa under vart lagt til av %s %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4729,43 +5069,44 @@ msgstr "Ei oppdatering markerte dette problemet som fiksa." msgid "Update reopened problem" msgstr "Ei oppdatering gjenopna problemet" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Oppdater tilstanden" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Oppdatert!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Oppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4783,17 +5124,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4802,13 +5132,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4819,36 +5144,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Brukarflagg fjerna" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Brukar flagga" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4856,24 +5181,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Brukarar" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Verdi oppdatert" @@ -4882,25 +5219,25 @@ msgstr "Verdi oppdatert" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Sjå rapport på nettstaden" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4908,7 +5245,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4918,6 +5255,7 @@ msgid "Viewing a location" msgstr "Ser på ein stad" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Ser på eit problem" @@ -4925,7 +5263,7 @@ msgstr "Ser på eit problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Bydelar innanfor denne administrasjonen" @@ -4948,7 +5286,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan vera ansvarleg for dette problemet, men vi manglar for tida kontaktinformasjon for dei. Viss du veit om ei eigna kontaktadresse, ta kontakt med oss." @@ -4957,7 +5295,7 @@ msgid "We send it to the council on your behalf" msgstr "Vi sender til administrasjon på dine vegner" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -4970,7 +5308,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4991,19 +5329,11 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5015,7 +5345,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Når du søkjer etter førespurnader, så er det òg mogleg å søkja etter agency_responsible for å avgrensa det til førespurnader som er sendt til ein einskild adminstrasjon. Søkjetermen er administrasjonssida som du får frå MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5023,7 +5353,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5035,9 +5365,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5045,22 +5375,26 @@ msgstr "Når du skriv meldinga di med berre store bokstavar vert ho vanskeleg å #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5068,20 +5402,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Du rapporterer at følgjande problem er støytande, inneheld personleg informasjon eller liknande:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5089,7 +5424,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5100,10 +5435,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Du kan hjelpa oss ved å finna ein kontakt-e-post for lokale problem i %s, og senda han via e-post til oss på %s." @@ -5111,11 +5446,17 @@ 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 "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5123,12 +5464,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5142,12 +5487,11 @@ msgstr "Du er allereie logga ut" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5156,7 +5500,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5165,11 +5509,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har no logga inn. Ver venleg og sjekk og stadfest at detaljane dine er korrekte:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5192,21 +5536,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5215,8 +5565,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5225,7 +5575,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5233,46 +5584,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Passordet ditt har vorte endra" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Oppdateringane dine" @@ -5289,11 +5646,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Oppdateringane dine" @@ -5310,24 +5668,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5335,17 +5698,17 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "administrasjon" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "brukte ikkje kart" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5353,7 +5716,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5376,54 +5739,64 @@ msgstr "" msgid "less than a minute" msgstr "mindre enn eitt minutt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "i/t" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(valfritt)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " eller " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Ser på ein stad" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "andre område:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5435,7 +5808,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "den lokale administrasjonen" @@ -5448,7 +5821,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "denne typen lokalt problem" @@ -5456,15 +5829,17 @@ msgstr "denne typen lokalt problem" msgid "today" msgstr "i dag" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "brukte kart" @@ -5476,16 +5851,16 @@ msgstr "brukaren er frå same administrasjon som problemet – %d" msgid "user is problem owner" msgstr "brukaren er eigaren av problemet" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "bydel" @@ -5545,7 +5920,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5566,7 +5941,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5587,21 +5962,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5636,16 +6011,22 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Det var problem med e-post/passord-kombinasjonen din. Ver venleg og prøv igjen." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Dette er ein utviklarnettstad. Ting kan knekka når som helst og databasen vil verta periodisk sletta." diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po index 67f61ef53ec..73c8f921e79 100644 --- a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pl_PL.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Polish (Poland) (https://www.transifex.com/mysociety/teams/12067/pl_PL/)\n" @@ -20,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(taie jak graffiti, śmietniska, uszkodzony bruk czy niedziałające latarnie)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -186,6 +185,10 @@ msgstr "" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#: templates/web/base/report/form/user_loggedout_password.html:4 +msgid "Yes I have a password" msgstr "" -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:4 -msgid "Yes I have a password" +#: 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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,17 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +298,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +306,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +329,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -339,7 +355,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +371,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +397,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +410,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +439,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "" @@ -436,7 +462,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +474,29 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +505,32 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +542,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +566,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -553,29 +580,39 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -583,10 +620,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +628,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +672,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "" @@ -650,48 +686,38 @@ msgstr "" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +754,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -787,12 +817,12 @@ msgstr "" msgid "Confirm" msgstr "" -#: templates/web/base/auth/2faform.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 "" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +834,16 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "" @@ -828,10 +858,12 @@ msgstr "" msgid "Contact Us" msgstr "" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -844,17 +876,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -874,7 +902,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -883,6 +911,8 @@ msgstr "" 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 "" @@ -891,38 +921,42 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -931,7 +965,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +975,11 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +988,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1008,32 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "" @@ -1011,49 +1042,44 @@ msgstr "" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1088,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1106,14 @@ msgstr "" 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 "" @@ -1080,15 +1123,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1135,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1160,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1196,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1214,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "" @@ -1193,7 +1242,10 @@ msgstr "" #: 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:17 +#: 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 @@ -1201,15 +1253,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1273,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "" @@ -1290,7 +1341,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1349,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Wpisz nazwę ulicy lub dzielnicy" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1311,7 +1363,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Wpisz nazwę ulicy lub dzielnicy" @@ -1320,8 +1371,9 @@ msgstr "Wpisz nazwę ulicy lub dzielnicy" msgid "Enter details of the problem" msgstr "Opisz problem" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1381,10 @@ msgstr "Opisz problem" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1397,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1405,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1426,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1439,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1420,18 +1479,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1443,21 +1511,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1532,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1541,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1549,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1495,29 +1562,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1590,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1560,60 +1629,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1700,18 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1736,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 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 "" @@ -1676,15 +1756,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1692,7 +1768,8 @@ msgstr "" msgid "How to report a problem" msgstr "Jak zgłaszać problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1711,15 +1788,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1734,29 +1811,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1849,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1898,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1842,7 +1922,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1931,45 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" msgstr "" -#: templates/web/zurich/admin/list_updates.html:35 -msgid "Internal notes" +#: templates/web/base/admin/extra-metadata-option.html:6 +msgid "Internal key" msgstr "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" +#: templates/web/zurich/admin/list_updates.html:35 +msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1981,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2004,15 @@ msgstr "" msgid "Last editor" msgstr "" -#: templates/web/base/questionnaire/index.html:53 +#: 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/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "" @@ -1938,13 +2020,14 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2035,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1964,25 +2043,26 @@ msgstr "" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1995,77 +2075,97 @@ msgstr "Oznacz problem na mapie" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2173,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2197,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2242,27 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2270,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2289,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2198,8 +2306,13 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2207,13 +2320,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2221,8 +2334,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2392,10 @@ msgstr "" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2403,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2416,36 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2344,24 +2461,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2372,26 +2487,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2514,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2532,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2429,8 +2544,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2560,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2578,27 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2497,7 +2623,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2509,25 +2635,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2557,21 +2684,33 @@ msgstr "" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +msgid "Parent categories" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2718,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2729,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2769,20 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2792,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2806,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2688,31 +2832,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2871,121 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: 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:140 +#: perllib/FixMyStreet/DB/Result/Problem.pm:379 +#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2833,7 +2994,7 @@ msgstr "" 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:1 +#: 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 "" @@ -2843,7 +3004,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3012,15 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3046,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3067,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2915,19 +3087,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2935,23 +3108,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2959,20 +3132,32 @@ msgstr "" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2982,15 +3167,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3186,26 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3016,7 +3216,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3024,7 +3224,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3033,11 +3234,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3045,37 +3246,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3084,32 +3291,36 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 @@ -3126,23 +3337,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3150,52 +3362,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3425,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3221,15 +3438,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3245,21 +3458,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3484,37 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: 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:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3524,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3323,24 +3549,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raportuj, przeglądaj i dyskutuj o lokalnych problemach" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3348,59 +3574,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3638,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3650,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3720,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3553,58 +3798,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3863,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3880,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3906,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3948,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3968,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3730,7 +3984,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +3993,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3752,20 +4008,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4030,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3794,12 +4051,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4064,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4078,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4088,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3840,174 +4100,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4293,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4311,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4053,11 +4338,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4356,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4118,7 +4407,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4126,7 +4415,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4428,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4479,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4490,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4503,14 @@ msgid "" " 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 "" @@ -4223,11 +4522,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "" @@ -4242,15 +4545,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4586,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4595,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4641,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4653,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4372,12 +4680,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4707,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4744,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4788,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4797,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4844,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4553,12 +4872,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4899,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4919,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4617,30 +4931,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4653,26 +4973,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5007,24 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5049,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5104,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5112,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5124,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5161,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5199,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5225,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5235,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4920,7 +5243,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4943,7 +5266,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5275,7 @@ msgid "We send it to the council on your behalf" msgstr "My wyślemy to do rady miasta" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -4965,7 +5288,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4986,19 +5309,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5010,7 +5325,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5018,7 +5333,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5030,9 +5345,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5355,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5063,20 +5382,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5404,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5095,10 +5415,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5426,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5444,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5467,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5151,7 +5480,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5160,11 +5489,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5187,21 +5516,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5210,8 +5545,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5220,7 +5555,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5228,46 +5564,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5284,11 +5626,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5305,24 +5648,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5678,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5348,7 +5696,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5719,61 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5430,7 +5785,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5443,7 +5798,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5451,15 +5806,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5471,16 +5828,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5556,7 +5913,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5583,7 +5940,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5610,7 +5967,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/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5619,7 +5976,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/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5628,7 +5985,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5673,7 +6030,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5682,7 +6039,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, 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 2816e19f3f1..4f117c31ad1 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +22,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "e" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ou" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d máximo de caracteres" @@ -54,8 +55,10 @@ msgstr "%d de %d de %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - relatórios resumidos" @@ -78,7 +81,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contactos da Zona; %s confirmada,%s não confirmados" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -89,7 +92,7 @@ msgstr "" " ou todos os problemas dentro de uma determinada distancia ou localização específica." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -103,8 +106,8 @@ msgstr "" msgid "%s live updates" msgstr "%s atualizações directas" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: 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" @@ -124,13 +127,13 @@ msgstr "&copiar; OpenStreetMa msgid "(Defect & location of defect)" msgstr "(Problema e localização do problema)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: 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)" @@ -142,7 +145,7 @@ msgstr "(a-z e espaço)" msgid "(closed)" msgstr "(fechado)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(abrange cerca de 200.000 pessoas)" @@ -150,10 +153,6 @@ msgstr "(abrange cerca de 200.000 pessoas)" msgid "(fixed)" msgstr "(Corrigido)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignorado se o tipo for \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(Como ruas e pavimentos esburacados, grafitis, árvores caídas, lajes partidas, entulhos, lixo, sinais transito, vandalismo, postes caídos, vazamentos de agua e esgotos, iluminação pública ou qualquer outro problema)" @@ -180,13 +179,13 @@ msgid "(sent to both)" msgstr "(remeter para ambos)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -194,6 +193,11 @@ msgstr "-- Escolha uma categoria --" msgid "-- Pick an option --" msgstr "-- Escolha uma opcão --" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Por favor, selecione um corpo." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Escolher um template--" @@ -214,11 +218,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s relatórios %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s gravado." @@ -243,23 +249,29 @@ msgstr " Não Deixe-me confirmar a minha atualização por e-m msgid "No Let me confirm my update by email/text" msgstr "Não Deixe-me confirmar as minhas atualizações por email" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Nota:Este relatório foi enviado para uma accão posterior. Quaisquer alterações feitas agora serão perdidas. " - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "Nota:Este relatório ainda não foi enviado para acção. Quaisquer alterações feitas poderão ser perdidas. " - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr " Sim Eu tenho uma password" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "Sobre o problema" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Ativar a autenticação dois-factores" @@ -281,13 +293,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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Adicionar nova categoria" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Adicionar" -#: templates/web/base/auth/change_email.html:1 +#: 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 email" @@ -296,7 +313,7 @@ msgstr "Adicionar endereço de email" msgid "Add extra fields" msgstr "Adicionar campos extra" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Adicionar campos" @@ -304,16 +321,16 @@ msgstr "Adicionar campos" msgid "Add fixed state" msgstr "Adicionar estado fixo" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Adicionar opção" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Adicionar numero de telefone" @@ -327,24 +344,25 @@ 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:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Adicionar user" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Adicionar/editar categoria de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Adicionar/editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Adicionar/editar templates de resposta" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Adicionado %s" @@ -352,7 +370,7 @@ msgstr "Adicionado %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Adicionar este relatório à sua lista de favoritos irá removê-lo da lista %s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Admin" @@ -368,19 +386,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Avise-me de atualizações futuras" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Alertas:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Todo" @@ -393,8 +412,8 @@ msgid "All Reports as CSV" msgstr "Todos os Relatórios como CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Todas as categorias" @@ -406,9 +425,9 @@ msgstr "Todas as marcas" msgid "All languages" msgstr "Todas linguas" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -435,7 +454,17 @@ msgstr "Como alternativa, podemos ocultar seu nome em de todos os seus r msgid "Always fetch all problems" msgstr "Pesquisar sempre em todos os problemas." -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Adicionar endereço de email" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcada, problema esta resolvido" @@ -449,7 +478,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utilizador anonimo" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -461,24 +490,29 @@ msgstr "Anonimo:" msgid "Another user" msgstr "Outro Utilizador" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Tem certeza que deseja cancelar este upload?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Tem a certeza?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Área:" @@ -487,28 +521,33 @@ msgstr "Área:" 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 preparação e %s é falso, os relatórios feitos neste site serão enviados a quem reportou o problema e não ao contacto fornecido para a categoria do relatório." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Atribuir utilizadores a áreas" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Atribuir a um corpo competente:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Atribuir a categoria diferente:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Atribuir ao órgão externo:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Atribuir utilizadores a áreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Designado para %s" @@ -520,31 +559,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Resposta Automatica" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Resposta-Automatica:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automatizada" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o assunto / detalhe do relatório" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categorias disponíveis" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Tempo médio entre um problema ser reportado e corrigido, nos últimos 100 relatórios." @@ -553,12 +583,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Aguardando moderação" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Voltar" @@ -566,29 +597,39 @@ msgstr "Voltar" msgid "Back to all reports" msgstr "Voltar a todos os relatórios" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Banir utilizador" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Organismos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Corpo:" @@ -596,10 +637,6 @@ msgstr "Corpo:" msgid "CSV File" msgstr "Ficheiro CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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" - #: 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 "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de correio." @@ -608,39 +645,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categorias" -#: templates/web/base/admin/category-checkboxes.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/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoria" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de '%s' para '%s'" @@ -649,12 +689,12 @@ msgstr "Categoria alterada de '%s' para '%s'" msgid "Category fix rate for problems > 4 weeks old" msgstr "Categoria para cada correção taxa para problemas> 4 semanas, um mes" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoria:" @@ -663,48 +703,39 @@ msgstr "Categoria:" msgid "Change" msgstr "Alterar" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Alterar endereço de email" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Mudar password" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Alterar o numero de telefone" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "Marque como análise necessária se os relatórios desta categoria tiverem de ser analisados antes de serem enviados." +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Ativar a autenticação dois-factores" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "Marque privado se os relatórios desta categoria nunca devem ser exibidos no site .
Normalmente, as categorias não são particulares.
Isso é adequado para os problemas que você deseja permitir que os utilizadores relatem ao corpo, mas para os quais não há interesse público em exibir o relatório. No Reino Unido, usamos isso para serviços como solicitar uma lixeira extra em um endereço específico." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Escolher outra" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Limpar dados offline" @@ -741,57 +772,61 @@ msgid "Close" msgstr "Fechar" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: 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:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Fechado pelo Município" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "Fechado para atualizações" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Co-ordenadas:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Codigo" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Fechar mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuração" @@ -800,12 +835,12 @@ msgstr "Configuração" msgid "Confirm" msgstr "Confirmar" -#: templates/web/base/auth/2faform.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" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Confirme por e-mail abaixo, proporcionando uma nova senha nesse ponto. Quando você confirmar, sua senha será atualizada." @@ -817,16 +852,16 @@ msgstr "Confirme por e-mail abaixo, proporcionando uma nova senha nesse ponto. Q msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmado:" @@ -841,10 +876,12 @@ msgstr "Contacto %s" msgid "Contact Us" msgstr "Fale connosco" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Fale com a equipe" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Continuar" @@ -857,17 +894,13 @@ msgstr "Continuar - reportar nova sitaução" msgid "Convert location from Easting/Northing" msgstr "Converter localização de Leste / Norte" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Cordenadas:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: 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 usuário" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Não olhar para cima da localização" @@ -887,7 +920,7 @@ msgstr "Contactos do município para %s" msgid "Council ref: %s" msgstr "Município ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Município:" @@ -896,6 +929,8 @@ msgstr "Município:" msgid "Count" msgstr "Conta" +#: 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" @@ -904,38 +939,42 @@ msgstr "Criar" msgid "Create a report" msgstr "Criar um report" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Criar relatório/atualizar como um utilizador anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Crie relatórios / atualizações como município" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Criar relatórios / atualizações em nome de um utilizador" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Criado" @@ -944,7 +983,7 @@ msgid "Created %d new users" msgstr "Criado %d novo utilizador" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -954,11 +993,11 @@ msgstr "Criado:" msgid "Current password:" msgstr "Passowrd atual:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Token atual:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Atualmente agrupados por %s" @@ -967,19 +1006,19 @@ msgstr "Atualmente agrupados por %s" msgid "Currently no bodies have been created." msgstr "Atualmente, não existe nenhum organismo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Cliente não está contactável" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Painel de instrumentos" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Desactivar autenticação de dois fatores" @@ -987,35 +1026,33 @@ msgstr "Desactivar autenticação de dois fatores" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Defeito" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Prioridade defeito" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "Padrão para criar relatórios / atualizações como município" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Tipo de defeito" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Apagar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Apagar template" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Apagar template" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Excluidos" @@ -1024,49 +1061,45 @@ msgstr "Excluidos" msgid "Describe why you are moderating this" msgstr "Descreva por que você está moderando isto" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descrição detalhada do problema" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descrição:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descrição detalhada do problema" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Informações detalhadas estão limitadas a %d caracteres.." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "Dispositivo e Site" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Delegada" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Não usou o mapa" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" @@ -1075,6 +1108,15 @@ msgstr "Diligency prêmio tabela classificativa" msgid "Disable" msgstr "Desativar" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Desativar:" @@ -1084,6 +1126,14 @@ msgstr "Desativar:" msgid "Discard changes" msgstr "Descartar alterações" +#: 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 "Não envie alertas de email sobre comentários pesquisados ao criador do problema" @@ -1093,15 +1143,11 @@ msgstr "Não envie alertas de email sobre comentários pesquisados ao criador do msgid "Do you have a %s password?" msgstr "Já tem uma password?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "Deseja gerar um falha automaticamente?" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Não sei" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Não gosto de formulários" @@ -1109,19 +1155,25 @@ msgstr "Não gosto de formulários" msgid "Down one" msgstr "Descer um" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Arraste e solte fotos aqui ou clique para upload" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplicados" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1132,32 +1184,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 os detalhes do corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Editar permissões de outros utilizadores" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Editar categoria do relatório" @@ -1165,15 +1220,17 @@ msgstr "Editar categoria do relatório" msgid "Edit report details" msgstr "Editar detalhes do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Editar priorirade do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Editar relatórios" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "Edite os detalhes dos utilizadores / pesquise os seus relatórios" @@ -1181,13 +1238,13 @@ msgstr "Edite os detalhes dos utilizadores / pesquise os seus relatórios" msgid "Edit your update" msgstr "Editar a sua atualização" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.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" @@ -1209,7 +1266,10 @@ msgstr "Editar" #: 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:17 +#: 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 @@ -1217,15 +1277,14 @@ msgstr "Editar" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Endereço de e-mail" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Endereço de e-mail(opcional)" @@ -1238,21 +1297,21 @@ msgstr "Criado alerta email" msgid "Email alert deleted" msgstr "Apagado alerta email" -#: templates/web/base/auth/general.html:99 +#: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" msgstr "Envie-me um link por email ou envie-me um texto para entrar" -#: templates/web/base/auth/general.html:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "Envie-me um link para entrar" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Email confirmado:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1306,7 +1365,7 @@ msgstr "Habilite essa configuração pode ser devolvida se um msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Activar isto suprimirá a mensagem de erro que normalmente é emitida quando uma atualização não tem descrição" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Data final" @@ -1314,11 +1373,12 @@ msgstr "Data final" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Digite um nome de uma rua de Mindelo" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 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" @@ -1327,7 +1387,6 @@ msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua msgid "Enter a nearby postcode, or street name and area" msgstr "Inserir um código postal válido (xxxx-xxx), ou nome da rua, zona ou localidade" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Digite um nome de rua nas proximidades e área" @@ -1336,8 +1395,9 @@ msgstr "Digite um nome de rua nas proximidades e área" msgid "Enter details of the problem" msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1345,8 +1405,10 @@ msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" msgid "Error" msgstr "Erro" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Todos" @@ -1359,7 +1421,7 @@ msgstr "Exemplo PostCode %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Categoria Existente" @@ -1367,20 +1429,20 @@ msgstr "Categoria Existente" msgid "Existing users won't be modified." msgstr "Os utilizadores existentes não serão modificados." -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Expandir Mapa" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Explicar o que está errado" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exportar como CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID Externo" @@ -1388,12 +1450,12 @@ msgstr "ID Externo" msgid "External URL" msgstr "URL Externo" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Corpo Externo" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "codigo de estado externo" @@ -1401,32 +1463,37 @@ msgstr "codigo de estado externo" msgid "External status code:" msgstr "Código status externo" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Equipa Externa" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detalhes Extra" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Campos Extra" +#: 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 "Falhou o envio de mensagem" @@ -1436,18 +1503,27 @@ msgstr "Falhou o envio de mensagem" msgid "Fields" msgstr "Campos" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "Preencha seus dados manualmente." -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Primeiro Nome" @@ -1459,21 +1535,20 @@ msgstr "Corrija isso escolhendo uma área coberta no formulá #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Corrigido" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Corrigido - Município " -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Corrigido - Usuario" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marcar como apagado" @@ -1481,8 +1556,8 @@ msgstr "Marcar como apagado" msgid "Flag user" msgstr "Bandeira - Usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1490,7 +1565,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Relatórios e utilizadores sinalizados" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Utilizadores sinalizados são listados na página." @@ -1498,8 +1573,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Marcado:" @@ -1511,29 +1586,25 @@ msgstr "Siga um departamento para ver apenas os relatórios desse departamento." msgid "For best results include a close-up and a wide shot" msgstr "Para obter melhores resultados, inclua uma foto mais próxima e uma foto maior." -#: templates/web/base/admin/extra-metadata-form.html:62 -msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." -msgstr "Para cada opção, Key é o valor armazenado na base de dados para essa opção e Name é o valor exibido para o utilizador." - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Para obter mais informações, consulteComo o FixMyStreet usa o Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "Esqueci a password" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Não se lembra da sua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Encaminhado para organismo externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Desejo de encaminhar para organismo externo" @@ -1543,28 +1614,34 @@ msgstr "Desejo de encaminhar para organismo externo" msgid "Frequently Asked Questions" msgstr "Perguntas mais frequentes" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Gerar token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Atualizações" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Receba as atualizações de problemas fix de %s" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Receba as atualizações de problemas neste %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Dê-me um feed RSS" @@ -1576,60 +1653,66 @@ msgstr "Atribua um nome a esta coleção de campos. Não será mostrada publicam msgid "Glad to hear it’s been fixed!" msgstr "Ficamos satisfeitos em saber que foi reparado!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr " Ir" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Garantir acesso ao admin" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Status da tabela grafica ao longo do tempo" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "Grupo" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Grupo por %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Grupo por:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Este problema já foi fixado, relatado?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Alguma vez relatou algum problema ao município, ou é a sua primeira vez?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 rapidamente, fornecendo alguns detalhes extras. Esta informação extra não será publicada online." @@ -1641,18 +1724,18 @@ msgstr "Aqui estão outros constrangimentos próximos que foram reportados:" msgid "Hi %s" msgstr "Oi %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Esconder" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Campos escondidos" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Esconder todos os relatórios e suas atualizações" @@ -1677,12 +1760,18 @@ msgstr "Ocultar o meu nome nesta atualização" msgid "Hide my name on this report" msgstr "Ocultar o meu nome neste relatório" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Ocultar pins" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Relatado na categoria %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Ocultar atualização completamente?" @@ -1692,15 +1781,11 @@ msgstr "Ocultar atualização completamente?" msgid "Hide your name?" msgstr "Ocultar o seu nome?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Sugestão" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "History pins" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Home" @@ -1708,7 +1793,8 @@ msgstr "Home" msgid "How to report a problem" msgstr "Como reportar um problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Como enviar relatorios com sucesso" @@ -1727,15 +1813,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Receio que não foi possível localizar o seu problema no banco de dados.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1750,19 +1836,23 @@ msgstr "Identifique um pai se esse organismo for parte de out msgid "If there's a user associated with the address you entered, we've sent a confirmation email." msgstr "Se houver um utilizador associado ao endereço inserido, enviaremos-lhe um e-mail de confirmação." -#: templates/web/base/admin/responsepriorities/edit.html:23 +#: 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 "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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -msgstr "Se o utilizador for seleccionado não verá um campo de entrada, apenas o texto \"Descrição\"." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 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." -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1770,11 +1860,11 @@ msgstr "" "Se dois ou mais organismos atendem ao mesmo local, o FixMyStreet combina categorias idênticas em uma única entrada no menu.\n" "                   Certifique-se de usar o mesmo nome de categoria nos organismos, se quiser que isso aconteça." -#: templates/web/base/contact/index.html:112 +#: 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 "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:61 +#: templates/web/base/auth/generate_token.html:83 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." @@ -1786,28 +1876,27 @@ msgstr "Se obtiver mais informações sobre o estado do seu problema, por favor msgid "If you let us know your email address, we’ll notify you when this problem is updated or fixed." msgstr "Se nos informar o seu endereço de e-mail, iremos notificá-lo quando esse problema for atualizado ou corrigido." -#: templates/web/base/admin/responsepriorities/edit.html:45 +#: 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 apenas desejas que esta prioridade seja apenas uma opção para categorias específicas, escolha-as aqui. Por defeito, eles serão exibidos para todas as categorias." -#: templates/web/base/admin/template_edit.html:39 +#: 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 apenas desejar que este modelo seja apenas uma opção para categorias específicas, escolha-os aqui. Por defeito, eles serão exibidos para todas as categorias." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 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." -#: templates/web/base/admin/template_edit.html:49 +#: 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 desejar usar este modelo para preencher o campo de atualização ao alterar o estado de um relatório, selecione o estado aqui." -#: templates/web/base/questionnaire/index.html:70 +#: 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)." @@ -1815,10 +1904,6 @@ msgstr "" "Se desejar deixar uma atualização pública sobre o problema, insira-a aqui\n" "(atenção que a mesma não será enviada ao município)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Se você estiver usando um método de envio que não é email , digite o ID do serviço (Open311) ou identificador equivalente aqui." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1842,11 +1927,15 @@ 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID ilegal" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Seleção de feed ilegal" @@ -1862,7 +1951,8 @@ 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) ." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inativo" @@ -1870,44 +1960,46 @@ msgstr "Inativo" msgid "Inbox zero, here we come!" msgstr "Caixa de entrada zero, aqui vamos nós!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Incluir reports detalhes pessoais" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Foto_has valor incorreto \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Verificar o relatório" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Inspeção necessária" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instrua os contratados para resolver problemas" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Notas Internas" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notas Internas" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Falha na Internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Formato inválido%s especificado." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1919,10 +2011,6 @@ msgstr "Geralmente é mais rápido consulte nossas Perguntas fre msgid "It’s on its way to the council right now." msgstr "Está a caminho do município neste momento." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "Chave" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1946,11 +2034,16 @@ msgstr "Ultimos 7 dias" msgid "Last editor" msgstr "Última editor" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Última atualização:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Ultima atualização" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Última atualização:" @@ -1958,13 +2051,14 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Atualizado recentemente" @@ -1972,10 +2066,6 @@ msgstr "Atualizado recentemente" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Deixe em branco se todos os relatórios para esse orgão forem enviados utilizando o mesmo método de envio (por exemplo, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Lista" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Listar todos os problemas relatados" @@ -1984,25 +2074,26 @@ msgstr "Listar todos os problemas relatados" msgid "Loading reports…" msgstr "Carregar relatórios..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "RSS feeds e alertas de e-mail locais" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "RSS feeds e alertas de e-mail locais para '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertas locais" @@ -2015,77 +2106,98 @@ msgstr "Localize o problema no mapa da área ou localidade" msgid "Log in with Facebook" msgstr "Login com o Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Login com o Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Login com o email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Login com o email/texto" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Sair de todas as sessões" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Login com o email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Procurar" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "Mapa" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 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:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Gerir lista curta" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Pedido manual" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Detalhes do problema de marcação" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Menssagem" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Mensagem para o organismo competente\\:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Mensagem para um organismo externo\\:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Faltam organismos:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Falta informaçao jurisdiction_id" @@ -2093,7 +2205,8 @@ msgstr "Falta informaçao jurisdiction_id" msgid "Moderate" msgstr "Moderado" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Detalhes moderados do relatório" @@ -2116,36 +2229,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Histórico de moderação" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mês" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2153,28 +2274,27 @@ msgstr "Mais comentado" msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 msgid "Names are limited to %d characters in length." msgstr "Nomes estão limitados a %d caracteres." -#: templates/web/base/report/_inspect.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navegue para este problema" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Endereço calculado mais próximo\\:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2182,12 +2302,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2204,16 +2324,16 @@ msgstr "Quase pronto!" msgid "Nearly done! Now check your email…" msgstr "Está quase! Agora basta verificar o seu email…" -#: templates/web/base/auth/2faform.html:8 +#: 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! Verifique agora o seu telemóvel;" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" @@ -2221,8 +2341,14 @@ msgstr "Novo contato de categoria adicionado" msgid "New email address:" msgstr "Novo endereço de email:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Salvar novos campos" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2230,13 +2356,13 @@ msgstr "Nova nota interna:" msgid "New local problems on FixMyStreet" msgstr "Novos problemas locais FixMyStreetMindelo" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Nova nota:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nova password:" @@ -2244,8 +2370,8 @@ msgstr "Nova password:" msgid "New phone number:" msgstr "Novo numero de telefone:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nova prioridade" @@ -2302,10 +2428,10 @@ msgstr "Novos reports" msgid "New state" msgstr "Novo estado" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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" @@ -2313,7 +2439,8 @@ msgstr "Novo template" msgid "New updates on report %s" msgstr "Novos actualizações no relatório %s" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Recente" @@ -2325,33 +2452,37 @@ msgstr "Proximo" msgid "Next:" msgstr "Próximo:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nao" +#: templates/web/base/admin/category-checkboxes.html:31 +#, fuzzy +msgid "No Group" +msgstr "Grupo" + #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "Não tem conta?" -#: templates/web/base/admin/users/form.html:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nenhum corpo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nenhum município selecionado" @@ -2367,24 +2498,22 @@ msgstr "Nenhum problema sinalizado encontrado." msgid "No flagged users found." msgstr "Nenhum utilizador sinalizado encontrado." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Sem mais atualizações" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Não existem inspecções desse inspetor na localização seleccionada." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Não existem inspecçõesna localização seleccionada." +#: 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 "Não existe relatórios para mostrar no mapa, aqui estão alguns nas proximidades:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Nenhum resultado retornado" @@ -2395,26 +2524,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "Nenhuma área específica está disponível no momento, porque o MAPIT_URL no seu arquivo de configuração não está apontando para um serviço MapIt ativo." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Não apoiantes" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Nenhum" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2422,7 +2551,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Nao pertence ao meu sector" @@ -2440,7 +2569,7 @@ msgstr "Nao reportado ao município" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nota" @@ -2452,8 +2581,13 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "Notas do SDM para DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Aviso" #: templates/web/base/reports/index.html:127 @@ -2464,15 +2598,17 @@ msgstr "Número de problemas reportados para cada categoria, nos últimos 7 dias msgid "Number of problems reported in each ward, in the last 7 days." msgstr "Número de problemas reportados em cada departamento, nos últimos 7 dias." -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Dados offline limpos" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Dados de atualização offline gravados" @@ -2480,22 +2616,27 @@ msgstr "Dados de atualização offline gravados" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Mais antigo" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "Em nome de %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aberto" @@ -2520,7 +2661,7 @@ msgstr "Open311 página web iniciativa" msgid "Open311 specification" msgstr "Especificação Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Opções" @@ -2532,25 +2673,26 @@ 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:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "Ou subscreve por feed RSS" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Ordem" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Outro" @@ -2580,21 +2722,37 @@ msgstr "Pagina nao encontrada" msgid "Parent" msgstr "Parente" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Outras categorias" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Password (opcional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "LinkPermanente" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Sua password foi alterada" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Password (opcional)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Permissões:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Permissões:" @@ -2602,7 +2760,7 @@ msgstr "Permissões:" msgid "Permit blank updates" msgstr "Permitir atualizações a vazio" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Reportado por telefone\\:" @@ -2613,39 +2771,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefone (opcional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 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:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefone validado" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefone:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2653,20 +2811,20 @@ msgstr "Telefone:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto é necessária" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto necessária" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "O envio da foto falhou" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2676,6 +2834,10 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de relatórios recentes mais proximos" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2686,8 +2848,9 @@ msgstr "Escolha o seu município " msgid "Pick your ward" msgstr "Seleccione o seu departamento" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Coloque a fix pin no mapa" @@ -2711,31 +2874,31 @@ msgstr "Por favor verifique as passwords e tente novamente" msgid "Please check your email address is correct" msgstr "Favor verificar se seu email esta correcto" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Escolher uma categoria" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Por favor corrija os erros abaixo" @@ -2753,104 +2916,122 @@ msgstr "" "a Equipe POR Trás FixMyStreet, Nao hum município . Pará relatar hum Problema, \n" " ir par a Página Inicial e como SIGA INSTRUÇÕES." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Favor introduzir o numero de telemóvel" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Favor introduzir o nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Digite um nome para este corpo" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor insira uma password" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor insira um assunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Por favor insira um email valido" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 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:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Digite um email ou número de telefone válido" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, insira alguns detalhes" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Digite o seu e-mail" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Digite seu primeiro nome" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Digite seu nome" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Por favor introduzir o seu numero de telefone" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Digite seu segundo nome, apelido" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Por favor, insira o seu título" @@ -2859,7 +3040,7 @@ msgstr "Por favor, insira o seu título" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Por favor, sinta-se livre para se inscrever de novo , ou voltar para a página inicial" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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, preencha os detalhes do problema abaixo." @@ -2869,7 +3050,7 @@ msgstr "Por favor, preencha os detalhes do problema abaixo." 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 descrever a localização mais precisa possível na caixa de detalhes." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "Gere um código de dois fatores e digite-o abaixo\\:" @@ -2877,8 +3058,16 @@ msgstr "Gere um código de dois fatores e digite-o abaixo\\:" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique se você gostaria de receber um outro questionário" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: 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" @@ -2904,11 +3093,11 @@ 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:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postado por %s em %s" @@ -2985,20 +3179,32 @@ msgstr "Postado por %s em %s" msgid "Powered by FixMyStreet Platform" msgstr "Distribuído por Plataforma FixMyStreet " +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridade" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacidade" @@ -3008,15 +3214,14 @@ msgstr "Privacidade" msgid "Privacy and cookies" msgstr "Privacidade e cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privado" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "Apenas privado" @@ -3028,10 +3233,30 @@ msgstr "Problema" msgid "Problem %d created" msgstr "Problema %d criado" -#: templates/web/base/admin/timeline.html:24 +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Adicionar a lista sumário" + +#: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problema %s confirmado" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problema %d criado" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problema %d criado" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Remover da lista restrita" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problema %s enviado ao município %s" @@ -3042,7 +3267,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -3050,7 +3275,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3059,11 +3285,11 @@ msgstr "Problemas" msgid "Problems in an area" msgstr "Problemas em uma área" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Nas proximidades" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemas no mapa" @@ -3071,37 +3297,43 @@ msgstr "Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problemas em %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemas do departamento %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "Problems within %s ward, %s" msgstr "Problemas do departamento%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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemas em %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Endereço do imóvel:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Fornecer uma atualização" @@ -3110,32 +3342,37 @@ 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:61 +#: 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 "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:63 +#: 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 uma password é opcional, mas isso vai permitir reportar problemas de forma mais fácil, actualizar e gerir os seus relatórios." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detalhes Publicos" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Resposta do público:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Atualização pública\\:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicar foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Questionario" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3152,23 +3389,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Questionário %d enviou para o problema de %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Questionário preenchido por problema repórter" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS feed para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS feed para %s departamento,%s" @@ -3176,52 +3414,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS feed de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS feed dos Problemas Nesta %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS feed dos problemas dentro de %s ala" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS feed dos problemas locais recentes" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS feed de atualizações para este problema" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "Ler menos" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read more" msgstr "Ler mais" +#: 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:44 +#: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." msgstr "RSS feed dos problemas locais recentes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Recebido à %satrás" @@ -3235,11 +3477,12 @@ msgstr "Problemas locais recentes, %s" msgid "Recently reported problems" msgstr "Problemas recentemente reportados" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Atualizado recentemente" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Rejeitar caso" @@ -3247,15 +3490,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Remover" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Apagar detalhes da conta" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Remover campo" @@ -3271,21 +3510,26 @@ msgstr "Remover bandeira" msgid "Remove from shortlist" msgstr "Remover da lista restrita" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Remover do site" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Remover campo" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Substituir token" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Responder ao utilizador\\:" @@ -3293,30 +3537,38 @@ msgstr "Responder ao utilizador\\:" msgid "Report" msgstr "Relatório" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Reportar um problema" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Reporte o problema aqui" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Abusivo" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Relatado anonimamente em %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3326,17 +3578,20 @@ msgstr "Relate outro problema aqui" msgid "Report as" msgstr "Reportar como" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Editar detalhes do relatório" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Relatório sobre %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Estado do Relato\\:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Relate o seu problema" @@ -3349,24 +3604,24 @@ 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:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Relatado anonimamente em %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Relatado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Relatado por %s em %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Reportado por\\:" @@ -3374,59 +3629,63 @@ msgstr "Reportado por\\:" msgid "Reported in the %s category" msgstr "Relatado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Relatado na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Relatado por %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Relatado por %s por%s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Reportado\\:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Relatando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Relatórios" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Relatórios são limitados a %s caracteres. Por favor reduza o seu relatório" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "Relatórios são limitados a {0} caracteres. Por favor reduza-o" @@ -3434,14 +3693,10 @@ msgstr "Relatórios são limitados a {0} caracteres. Por favor reduza-o" msgid "Reports awaiting approval" msgstr "Relatórios aguardando aprovação" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "Relatórios por destino" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Relatórios feitos por utilizadores de confiança serão enviados ao órgão responsável sem serem previamente analisados." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Relatórios na próximidade de %s são enviados para municípios diferentes, dependendo do tipo de problema." @@ -3450,63 +3705,61 @@ msgstr "Relatórios na próximidade de %s são enviados para municípios diferen msgid "Reports published" msgstr "Os relatórios publicados" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Relatórios salvos offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Relatórios enviados para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "Relatório enviado para %s, do departamento %s" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Relatórios aguardando envio" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Os relatórios serão enviados automaticamente sem a necessidade de análise prévia se a reputação do utilizador igual ou acima desse valor. Defina como 0 se independentemente da sua reputação todos os relatórios devam ser inspecionados previamente." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Limite de reputação" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Necessário" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Reenviar relatório" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioridades de resposta" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioridades de resposta para %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioridade de resposta para %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Modelo de resposta para %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Template de Resposta" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Template de resposta para %s" @@ -3522,56 +3775,77 @@ msgstr "Reverter para o texto original" msgid "Revert to original title" msgstr "Reverter para o título original" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Lugar certo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Girar para a direita" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rodar esta foto descartará as alterações não gravadas deste relatório." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Salvar alterações" @@ -3579,58 +3853,62 @@ msgstr "Salvar alterações" msgid "Save new fields" msgstr "Salvar novos campos" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "Salvando relatórios offline" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Busca Reports" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Procurar Usuários" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "elatórios de pesquisa" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Pesquisar:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "A pesquisa não encontrou relatórios." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "A pesquisa não encontrou usuários." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Veja nossa política de privacidade" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "Consulte os detalhes do utilizador para relatórios criados como município " @@ -3640,12 +3918,12 @@ msgid "Select a body" msgstr "Selecione um corpo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecione uma área" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "Selecione se esta é a prioridade padrão" @@ -3657,19 +3935,24 @@ msgstr "Selecione vários departamentos para visualizar apenas os relatórios de msgid "Select multiple wards?" msgstr "Seleccionar multiplos departamentos?" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Escolher\\:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" +#: 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 "Envie estadps Open311 estendidos com atualizações de pedidos de serviço" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "Enviar o email de acesso" @@ -3678,41 +3961,41 @@ 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:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Relatório enviado de volta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Enviado para %s %s mais tarde" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Enviar:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "Conjunto de servidores" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Srerviço:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Definir a palavra pass" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Definir para minha localização atual" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Acçao" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3720,14 +4003,14 @@ msgstr "Acçao" msgid "Shortlist" msgstr "Sumário" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 msgid "Shortlist all visible" msgstr "Lista final 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/reports/_list-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Pré-selecionado" @@ -3740,7 +4023,7 @@ msgstr "Selecionado por %s" msgid "Show Photo?" msgstr "Mostrar a foto?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Mostrar todas as atualizações" @@ -3756,7 +4039,8 @@ msgstr "Mostrar nome publicamente?" msgid "Show older" msgstr "Mostrar por antiguidade" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Mostrar relatórios mais antigos" @@ -3764,9 +4048,10 @@ msgstr "Mostrar relatórios mais antigos" msgid "Show photo" msgstr "Mostrar a foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Mostrar pins" @@ -3778,20 +4063,20 @@ msgstr "Mostrar o nome do utilizador" msgid "Show reports in your area" msgstr "Ver os relatórios na sua área" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Entrar" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "Entre por email ou texto, fornecendo uma nova senha. Quando você clica no link do seu email ou insere o código de autenticação do SMS, sua senha será atualizada." @@ -3800,16 +4085,17 @@ msgstr "Entre por email ou texto, fornecendo uma nova senha. Quando você clica msgid "Sign in or create an account" msgstr "Entrar e criar uma conta" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "Inicie sessão com a password" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 " -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Algumas categorias podem solicitar informações adicionais." @@ -3820,12 +4106,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "Alguns pontos de extremidade requerem uma chave da API para indicar que os relatórios estão sendo enviados da sua instalação do FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Fotos de reports recentes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Algum informaçao para localizar" @@ -3833,11 +4119,13 @@ msgstr "Algum informaçao para localizar" msgid "Someone has moderated this report since you started." msgstr "Alguém moderou este relatório desde que você começou." -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Desculpe! Você atingiu o limite de imagens que podem ser anexadas a um relatório." -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Desculpe, codigo postal nao coincide. Area nao comprrendida." @@ -3845,7 +4133,8 @@ msgstr "Desculpe, codigo postal nao coincide. Area nao comprrendida." msgid "Sorry, that wasn’t a valid link" msgstr "Lamentamos, link inválido" -#: templates/web/base/auth/2faform.html:5 +#: 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 "Lamentamos, código incorrecto" @@ -3854,9 +4143,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Desculpe, não conseguimos encontrar esse local." @@ -3866,176 +4155,197 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Não foi possível salvar suas imagens. Tente novamente." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: templates/web/base/offline/fallback.html:6 +#, fuzzy +msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" "Lamentamos, não temos uma conexão suficientemente boa para pesquisar essa página, ou\n" "a página não foi encontrada ou ocorreu um erro no servidor. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Root.pm:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Desculpe, você não tem permissões para fazer isso." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordernado por" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Equipa\\:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Equipa\\:" -#: templates/web/base/dashboard/index.html:74 +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:75 msgid "Start Date" msgstr "Data de inicio" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 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:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "Estado alterado para:" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Estado" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Stats" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "vista da rua" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "Palavra" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Subcategoria" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Zona / Bairro" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Assunto:" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Assunto:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Submeter" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Submeter alteraçoes" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Submeter questionario" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Submitido" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Subscrever" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "Subscrever por e-mail" @@ -4043,11 +4353,18 @@ msgstr "Subscrever por e-mail" msgid "Subscribed:" msgstr "Subscrever\\:" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Os resumos estão limitados a%s caracteres. Por favor reduza seu resumo" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: 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" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Os resumos são limitados a {0} caracteres. Reduza seu resumo" @@ -4055,19 +4372,20 @@ 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:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Resuma suas alterações" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Resumo" @@ -4081,11 +4399,11 @@ msgstr "Resumo reports" msgid "Summary statistics" msgstr "Estatísticas resumidas" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "SuperUtilizador\\:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 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." @@ -4099,29 +4417,34 @@ msgstr "Resultados teste" msgid "Tell us about you" msgstr "Fale nos sobre você" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Modelo «%s»;" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Templates" -#: templates/web/zurich/admin/templates.html:9 +#: 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 Extra" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Somente versao texto" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" @@ -4146,7 +4469,7 @@ msgstr "Obrigado pela sua questão" msgid "Thank you for your feedback" msgstr "Obrigado pelo seu feedback" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 upload de sua foto. Precisamos agora de localizar o seu problema, então digite um nome de rua nas proximidades ou código postal na caixa acima:" @@ -4154,7 +4477,12 @@ msgstr "Obrigado por upload de sua foto. Precisamos agora de localizar o seu pro msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Obrigado, gratos em ouvir que o problema foi corrigido! Podemos apenas perguntar se você já relatou um problema para um município antes?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Essa imagem não parece ter sido carregada corretamente (%s), por favor, tente novamente." @@ -4162,53 +4490,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 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.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Esse problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Esse relatório não pode ser visualizado em %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Esse utilizador foi desconectado." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 msgid "That user has been made anonymous on all reports and updates." msgstr "Esse utilizador foi anonimizado em todos os relatórios e atualizações." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:541 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." msgstr "Os detalhes pessoais desse utilizador foram removidos." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "Os relatórios e atualizações desse utilizador foram ocultados." -#: templates/web/base/admin/bodies/contact-form.html:27 -msgid "" -"The email address is the destination to which reports about this category will be sent. \n" -" Other categories for this body may have the same email address." -msgstr "O endereço de email é o destino para o qual os relatórios sobre esta categoria serão enviados. Outras categorias para este organismo podem ter o mesmo endereço de e-mail." +#: 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 @@ -4217,14 +4541,9 @@ msgid "" " when sending reports to this body." msgstr "O terminal é a URL do serviço ao qual o FixMyStreet se conectará ao enviar relatórios para esse organismo." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 "" -"Ogrupo é usado para o campo de categoria de nível superior quando\n" -" o agrupamento de subcategorias está ativado." #: templates/web/base/admin/bodies/open311-form-fields.html:27 #: templates/web/base/admin/bodies/open311-form-fields.html:28 @@ -4233,8 +4552,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "A jurisdição será necessária apenas se o terminal estiver atendendo a mais de um. Se o organismo estiver executando seu próprio terminal, você pode geralmente deixar em branco." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4242,6 +4565,14 @@ msgid "" " If you leave this blank, send method defaults to email." msgstr "O método de envio determina como os relatórios de problemas serão enviados ao organismo. Se você deixar em branco, envie os padrões do método para o e-mail ." +#: 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 "O Open311 v2 atributo agency_responsible é usada para listar as administrações que receberam o relatório de problemas, o que não é muito a forma como o atributo é definido na especificação v2 Open311." @@ -4253,11 +4584,16 @@ msgid "" " and may be displayed publically." msgstr "O nome do corpo identifica o corpo (por exemplo, Conselho Distrital de Lisboa ) e pode ser exibido publicamente." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." -msgstr "O código usado para armazenar esse valor do campo no banco de dados. por exemplo. endereço estaria disponível como problem.extra.address nos modelos." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Esse problema foi marcado como enviado." + +#: 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 município não vai ser capaz de ajudar a menos que deixe o máximo de detalhes possível. Por favor, descreva a localização exata do problema (por exemplo, numa parede, passeio, pavimento, iluminação), o que é, há quanto tempo lá estado, uma descrição (uma foto do problema se tiver uma), e outras informaçoes que possam ser úteis." @@ -4272,15 +4608,11 @@ msgstr "A tabela da liga dos prêmios de diligência mostra a atividade dos edit msgid "The error was: %s" msgstr "O erro foi: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "O nome do campo, como é mostrado ao utilizador no formulário de relatório." - #: 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 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:150 +#: 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 pode ser imprecisas ou irrelevantes, se o problema está perto de várias estradas ou perto de uma estrada sem nome registrado no OpenStreetMap." @@ -4317,10 +4649,6 @@ msgstr "O link pode ter expirado ou talvez você não o tenha copiado e colado c msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "A lista de áreas disponíveis está a ser fornecida pelo serviço MapIt %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "A ordem deste campo na página do relatório. Os campos são mostrados em ordem crescente de acordo com este valor." - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4330,30 +4658,44 @@ msgstr "As passwords não são iguais" msgid "The requested URL '%s' was not found on this server" msgstr " A URL solicitada '%s' não foi encontrada neste servidor" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." -msgstr "O tipo de campo de entrada a ser mostrado ao utilizador. Texto é um campo de texto simples, Lista é uma seleção suspensa." +#: 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 must have the following fields (in this order):" +#, fuzzy +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "O ficheiro CSV carregado deve conter uma linha de cabeçalho e os registros devem ter os seguintes campos (nesta ordem):" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a area mais proxima do local" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "O utilizador recebeu um email de login" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." msgstr "O nome do utilizador é exibido publicamente nos relatórios que não foram marcados como anônimo . Os nomes não são necessariamente únicos." +#: 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." @@ -4363,7 +4705,12 @@ msgstr "Não existem relatórios a apresentar" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "Temos conhecimento de que existem problemas semelhantes nas proximidades. Algum deles é o seu?" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 +#, fuzzy +msgid "There is already a template with that title." +msgstr "Já existe um modelo de resposta automática para esta categoria / estado." + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 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." @@ -4371,30 +4718,27 @@ msgstr "Já existe um modelo de resposta automática para esta categoria / estad msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 mostrada nesta página. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente." - #: 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 "Ocorreu um problema com suas informações de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#, 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:354 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." @@ -4402,12 +4746,16 @@ msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." +#: 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:5 +#: 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 "Esses detalhes serão enviados ao município, mas nunca serão mostrados online sem a sua permissão." -#: templates/web/base/report/new/councils_text_private.html:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "Estes detalhes nunca serão mostrados sem a sua permissão." @@ -4425,16 +4773,21 @@ msgstr "Essas configurações são para organismos que usam o Open311 (ou outra msgid "These users weren't updated." msgstr "Esses utilizadores não foram atualizados." -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Isto será publicados on-line para que outros possam ver, de acordo com nossa política de privacidade." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Eles serão enviados para % s e também publicados on-line para que outros possam ver, 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 +msgid "These will be sent to %s but not published online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Esta implementação API é um trabalho em andamento e ainda não estabilizou. Ela vai mudar sem avisos no futuro." @@ -4457,34 +4810,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "Este organismo receberá apenas relatórios de problemas localizados na área coberta . Um organismo não receberá nenhum relatório, a menos que cubra pelo menos uma área." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este e-mail foi enviado para ambos os municípios que cobrem o local do problema, uma vez que o utilizador não conseguiu identificar em qual dos dois se verifica a ocorrência. Por favor queura ignorar caso não seja o município correto para lidar com este problema, ou deixe-nos saber que categoria de problema se trata para que possamos adicioná-la ao nosso sistema." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Esta informação é necessária" -#: templates/web/base/admin/template_edit.html:19 +#: 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, de modo a que possa identificá-lo ao atualizar relatórios ou editar no modo de administrador." -#: templates/web/base/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "Este é o texto público que será mostrado no site." -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "Este é o problema" @@ -4504,7 +4854,8 @@ msgstr "Este problema não foi corrigido" msgid "This problem is still ongoing" msgstr "Esse problema ainda está em andamento" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "Este relatório" @@ -4512,41 +4863,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Este relatório está marcado como fechado." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Este relatório está marcado como fixo." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "Este relatório agora está fechado para atualizações." -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Tempo gasto(em minutos)\\:" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Timeline" @@ -4555,23 +4910,23 @@ msgid "Tips for perfect photos" msgstr "Dicas para fotos perfeitas" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titulo" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titúlo\\:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Para descobrir quais os alertas locais que temos para si, deve inserir o seu código postal ou nome de rua e área ou zona" @@ -4583,12 +4938,19 @@ msgstr "Para limitar esse conjunto de campos a um único, selecione-o aqui." msgid "To limit this collection of fields to a single language, select it here." msgstr "Para limitar essa coleção de campos a um único idioma, selecione-o aqui." -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "ou Entrar" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "Token\\:" #: templates/web/base/reports/index.html:126 @@ -4605,15 +4967,15 @@ msgstr "Top 5 departamentos" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4625,21 +4987,11 @@ msgstr "Tradução" msgid "Translations" msgstr "Traduções" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Confiável pelo pelo organismo:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "De confiança para fazer relatórios que não precisam ser inspecionados" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Confiança\\:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Tente novamente" @@ -4647,30 +4999,37 @@ msgstr "Tente novamente" msgid "Try emailing us directly:" msgstr "Tente enviar-nos um e-mail diretamente:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Ativar a autenticação dois-factores" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "A autenticação de dois fatores foi ativada" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "A autenticação de dois fatores foi desativada" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "Desbloquear" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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" @@ -4683,26 +5042,27 @@ msgstr "Desconhecido" msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Desconhecido problema com ID" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "ID de atualização desconhecido" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "Não inscrito na lista" @@ -4716,20 +5076,25 @@ msgstr "Um" msgid "Update" msgstr "Actualizar" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Atualize %s criado para o problema de %d; por %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Atualize %s criado para o problema de %d; por %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Atualize abaixo colocado de forma anónima em %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Actualizar abaixo adicionado por %s em %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Atualize corpo" @@ -4754,43 +5119,44 @@ msgstr "Atualizaçao do problema marcado como fixo" msgid "Update reopened problem" msgstr "Reaberto a actualizaçao do problema" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Atualizar status" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "Actualizado por %s (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "Actualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Actualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Actualizaçoes" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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" @@ -4808,17 +5174,6 @@ msgstr "Atualizações para este problema, 1%s" msgid "Usage notes" msgstr "Notas de uso" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -msgid "" -"Use confirmed to indicate that this contact has been\n" -"confirmed as correct. If you are not sure of the origin or validity of the\n" -"contact, use unconfirmed. inactive will\n" -"remove the category from use when reporting problems, but keep it available in\n" -"map filters, and deleted will remove the category from there\n" -"as well." -msgstr "Use confirmado para indicar que este contato foi confirmado como correto. Se você não tiver certeza da origem ou validade do contato, use não confirmado . inativo removerá a categoria do uso ao relatar problemas, mas manterá disponível em filtros de mapa, e excluído também removerá a categoria de lá." - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "Use a pesquisa de problemas do Open311" @@ -4827,14 +5182,9 @@ msgstr "Use a pesquisa de problemas do Open311" msgid "Use Open311 update-sending extension" msgstr "Use a extensão de envio de atualização do Open311" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Use este campo para registrar detalhes que são exibidos apenas na administração. Os dados inseridos não são mostrados publicamente e não serão enviados ao organismo." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Mapa utilizado" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4844,36 +5194,36 @@ msgstr "ID do utilizador para atribuir comentários pesquisados" msgid "User Import" msgstr "Importar o utilizador" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Utilizador adicionado à lista de abuso" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "Utilizador já existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" msgstr "Utilizador já se encontra na lista de suspensa" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Bandeira usuário removida" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Usuário sinalizado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilizador já se encontra na lista de suspensa" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "A pesquisa do utilizador encontra correspondências nos nomes e endereços de email dos utilizadores." @@ -4881,24 +5231,37 @@ msgstr "A pesquisa do utilizador encontra correspondências nos nomes e endereç msgid "User's alerts" msgstr "Alertas de utilizadores" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Utilizador:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Os utilizadores podem executar as seguintes ações na sua zona ou área atribuída." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Valores atualizados" @@ -4907,25 +5270,25 @@ msgstr "Valores atualizados" msgid "Verify" msgstr "Verificar" -#: templates/web/base/auth/change_email.html:1 +#: 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 email" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" msgstr "Verificar telemóvel" -#: templates/web/base/admin/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Ver relatório no site" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Exibir relatórios por departamento" @@ -4933,7 +5296,7 @@ msgstr "Exibir relatórios por departamento" msgid "View wards" msgstr "Vizualizar departamentos" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "Ver / marcar relatórios privados" @@ -4943,6 +5306,7 @@ msgid "Viewing a location" msgstr "Visualizando um local" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Visualizando um problema" @@ -4950,7 +5314,7 @@ msgstr "Visualizando um problema" msgid "Ward:" msgstr "Departamento:" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Departamentos deste município " @@ -4973,7 +5337,7 @@ msgstr "Enviámos um código de confirmação para o seu telemóvel. Por favor i msgid "We need your email address, please give it below." msgstr "Necessitamos do seu endereço de e-mail. Por favor introduza-o abaixo." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Percebemos este problema pode ser da responsabilidade do %s, no entanto, nós não possuímos nenhuma informação de contato deles. Se você souber de um endereço de contato apropriado, favor fornecer esse contacto. Obrigado." @@ -4982,7 +5346,7 @@ msgid "We send it to the council on your behalf" msgstr "Encaminhámos para o município em seu nome" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 correspondências. Tente uma pesquisa diferente se a sua não estiver aqui." @@ -4995,7 +5359,7 @@ msgstr "Utilizaremos as suas informações pessoais apenas de acordo com nossa < msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Lamentamos saber que o problema não foi resolvido. Poderá tentar escrever uma carta registada para os seus representantes locais?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Website" @@ -5016,19 +5380,11 @@ msgstr "Quando editar" msgid "When sent" msgstr "Quando enviar" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "Se o campo é exibido ao usuário, incluído como um campo oculto e preenchido automaticamente, ou definido pelo servidor após o envio do Open311. Este campo geralmente é definido automaticamente." - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "Se o utilizador é obrigado a fornecer um valor para este campo." - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "Para quais problemas deseja receber alertas?" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "Que relatório é um duplicado?" @@ -5040,7 +5396,7 @@ msgstr "Porquê parar por aqui? Configure mais alertas gr msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Com o pedido de pesquisa, também é possível pesquisar agency_responsavel para limitar as solicitações às enviados para uma única administração. O termo de pesquisa é a identificação de administração fornecidos pela MapIt ." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "Dentro do prazo especificado\\:" @@ -5048,7 +5404,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5060,9 +5416,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5070,22 +5426,26 @@ msgstr "Escrever a mensagem inteiramente em letras maiúsculas torna difícil de #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Sim" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Você está reclamando que este problema reportado não foi moderado como deveria ser\\:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Você está desligado" @@ -5093,20 +5453,21 @@ msgstr "Você está desligado" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Você está reportando o seguinte relatório de problema por ser abusiva, contendo informações pessoais, ou similar:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "Pode criar um novo relatório no mesmo local." -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 neste site ." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5114,7 +5475,7 @@ msgstr "Pode adicionar o email de um utilizador abusador à lista de abusos, que msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Pode optar por subscrever todos os problemas reportados numa área ou relatórios com base no seu destino." -#: templates/web/base/contact/index.html:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Pode contactar o suporte téncnico em %s" @@ -5128,10 +5489,10 @@ msgstr "" "           Por exemplo, isto pode ser útil se você quiser manter sob observação um utilizador que publicou mensagens inapropriadas\n" "           no passado." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 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 a encontrar um endereço de e-mail de contato para os problemas locais para %s e e-mail para nós em %s." @@ -5139,11 +5500,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Você recusou, por favor preencha o quadro de cima" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "Tem %s gravados para submeter." @@ -5151,12 +5518,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 "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:87 +#: 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 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)." @@ -5170,12 +5542,11 @@ msgstr "Voce foi logado fora" 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ê localizou o problema no ponto marcado com um pino verde no mapa. Se este não é o local correto, basta clicar no mapa novamente." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: 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:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 com sucesso o seu endereço de e-mail." @@ -5184,7 +5555,7 @@ msgstr "Você confirmou com sucesso o seu endereço de e-mail." msgid "You have successfully confirmed your phone number." msgstr "Você confirmou seu número de telefone." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Você removeu seu número de telefone com sucesso." @@ -5193,11 +5564,11 @@ msgstr "Você removeu seu número de telefone com sucesso." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os seus dados estão correctos:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Você verificou seu número de telefone com sucesso." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Ainda não criou qualquer relatório. Reportar um problema agora." @@ -5223,21 +5594,28 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "A minha conta" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Desactivar autenticação de dois fatores" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "O seu e-mail" @@ -5246,8 +5624,8 @@ msgstr "O seu e-mail" msgid "Your email address" msgstr "O seu endereço de email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "O seu email ou o seu telemóvel" @@ -5256,7 +5634,8 @@ msgstr "O seu email ou o seu telemóvel" msgid "Your information will only be used in accordance with our privacy policy" msgstr "As suas informações serão utilizadas apenas de acordo com nossa política de privacidade" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Nome" @@ -5264,46 +5643,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Os seus relatórios offline" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Password" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Sua password foi alterada" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Faça o login por e-mail, fornecendo uma nova senha. Quando você clica no link do seu email, sua senha será atualizada." + +#: 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 msgid "Your password should include %d or more characters." msgstr "A sua password deverá incluir %d ou mais caractéres." #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Telefone " -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Relatório" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Os meus relatórios" @@ -5320,11 +5706,12 @@ msgstr "O seu token foi gerado" msgid "Your update" msgstr "Atualização" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Sua atualização foi salva offline para envio quando voltar a estar online." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Suas atualizações" @@ -5341,24 +5728,29 @@ msgstr "Você mesmo" 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 atribuir a esse utilizador, ex. contribute_as_body:moderate:user_edit." -#: templates/web/base/report/_inspect.html:23 +#: 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 "admin" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "todo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "e um defeito gerado" @@ -5366,17 +5758,17 @@ msgstr "e um defeito gerado" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "município" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "não usar o mapa" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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' ou '%s'" @@ -5384,7 +5776,7 @@ msgstr "por exemplo '%s' ou '%s'" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "por exemplo. 'Buraco de 10 centímetros no Avenida de exemplo, próximo ao código postal'" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "por exemplo. 'Este buraco está aqui há dois meses e ...'" @@ -5407,54 +5799,64 @@ msgstr "Última atualizada %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n / a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "nenhuma" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" msgstr "não é da responsabilidade do município" +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/index.html:99 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ou" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "ou criar conta" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "ou Entrar" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "ou localizár-me automaticamente" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "esta localização" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 introduzido: \"%s\"" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "outras áreas:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "mostrar" @@ -5466,7 +5868,7 @@ msgstr "sair" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "o ID da base de dados do organismo para associar esse utilizador, ex. 2217 para Castelo Branco." -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "o município local" @@ -5479,7 +5881,7 @@ msgstr "não há nenhum fix pin para o usuario usar no mapa" msgid "this location" msgstr "esta localização" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "este tipo de problema local" @@ -5487,15 +5889,17 @@ msgstr "este tipo de problema local" msgid "today" msgstr "de hoje" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "atualizar" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "atualizações" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "mapa usado" @@ -5507,16 +5911,16 @@ msgstr "utilizador é da mesmo município do problema - %d" msgid "user is problem owner" msgstr "usuário é proprietário problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "utilizador não se encontra na lista de suspenção" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "departamento" @@ -5576,7 +5980,7 @@ msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5597,7 +6001,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problem reportado" msgstr[1] "%s problemas reportados" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5618,21 +6022,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5667,16 +6071,191 @@ msgid_plural "last updated %d days ago" msgstr[0] "atualizado %d dia atrás" msgstr[1] "atualizado %d dias atrás" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "relatorio" msgstr[1] "relatorios" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(ignorado se o tipo for \"String\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Nota:Este relatório foi enviado para uma accão posterior. Quaisquer alterações feitas agora serão perdidas. " + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Nota:Este relatório ainda não foi enviado para acção. Quaisquer alterações feitas poderão ser perdidas. " + +#~ msgid "Automated" +#~ msgstr "Automatizada" + +#~ msgid "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" + +#~ msgid "Check inspection required if reports in this category must be inspected before being sent." +#~ msgstr "Marque como análise necessária se os relatórios desta categoria tiverem de ser analisados antes de serem enviados." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "Marque privado se os relatórios desta categoria nunca devem ser exibidos no site .
Normalmente, as categorias não são particulares.
Isso é adequado para os problemas que você deseja permitir que os utilizadores relatem ao corpo, mas para os quais não há interesse público em exibir o relatório. No Reino Unido, usamos isso para serviços como solicitar uma lixeira extra em um endereço específico." + +#~ msgid "Coordinates:" +#~ msgstr "Cordenadas:" + +#~ msgid "Default priority" +#~ msgstr "Prioridade defeito" + +#~ msgid "Defect type" +#~ msgstr "Tipo de defeito" + +#~ msgid "Description:" +#~ msgstr "Descrição:" + +#~ msgid "Didn't use map" +#~ msgstr "Não usou o mapa" + +#~ msgid "Do you want to automatically raise a defect?" +#~ msgstr "Deseja gerar um falha automaticamente?" + +#~ msgid "For each option, Key is the value which is stored in the database for that option and Name is the value displayed to the user." +#~ msgstr "Para cada opção, Key é o valor armazenado na base de dados para essa opção e Name é o valor exibido para o utilizador." + +#~ msgid "Hidden Field" +#~ msgstr "Campos escondidos" + +#~ msgid "Hint" +#~ msgstr "Sugestão" + +#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#~ msgstr "Se o utilizador for seleccionado não verá um campo de entrada, apenas o texto \"Descrição\"." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Se você estiver usando um método de envio que não é email , digite o ID do serviço (Open311) ou identificador equivalente aqui." + +#~ msgid "Inspection required" +#~ msgstr "Inspeção necessária" + +#~ msgid "Internet glitch" +#~ msgstr "Falha na Internet" + +#~ msgid "Key" +#~ msgstr "Chave" + +#~ msgid "List" +#~ msgstr "Lista" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Não existem inspecções desse inspetor na localização seleccionada." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Não existem inspecçõesna localização seleccionada." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "LinkPermanente" + +#~ msgid "Remove" +#~ msgstr "Remover" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Relatórios feitos por utilizadores de confiança serão enviados ao órgão responsável sem serem previamente analisados." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Os relatórios serão enviados automaticamente sem a necessidade de análise prévia se a reputação do utilizador igual ou acima desse valor. Defina como 0 se independentemente da sua reputação todos os relatórios devam ser inspecionados previamente." + +#~ msgid "Reputation threshold" +#~ msgstr "Limite de reputação" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioridades de resposta para %s" + +#~ msgid "Server Set" +#~ msgstr "Conjunto de servidores" + +#~ msgid "String" +#~ msgstr "Palavra" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Esse relatório não pode ser visualizado em %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "O endereço de email é o destino para o qual os relatórios sobre esta categoria serão enviados. Outras categorias para este organismo podem ter o mesmo endereço de e-mail." + +#~ msgid "" +#~ "The group is used for the top-level category field when\n" +#~ " subcategory grouping is enabled." +#~ msgstr "" +#~ "Ogrupo é usado para o campo de categoria de nível superior quando\n" +#~ " o agrupamento de subcategorias está ativado." + +#~ msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#~ msgstr "O código usado para armazenar esse valor do campo no banco de dados. por exemplo. endereço estaria disponível como problem.extra.address nos modelos." + +#~ msgid "The field name as shown to the user on the report form." +#~ msgstr "O nome do campo, como é mostrado ao utilizador no formulário de relatório." + +#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +#~ msgstr "A ordem deste campo na página do relatório. Os campos são mostrados em ordem crescente de acordo com este valor." + +#~ msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#~ msgstr "O tipo de campo de entrada a ser mostrado ao utilizador. Texto é um campo de texto simples, Lista é uma seleção suspensa." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Confiável pelo pelo organismo:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "De confiança para fazer relatórios que não precisam ser inspecionados" + +#~ msgid "Trusted:" +#~ msgstr "Confiança\\:" + +#~ msgid "" +#~ "Use confirmed to indicate that this contact has been\n" +#~ "confirmed as correct. If you are not sure of the origin or validity of the\n" +#~ "contact, use unconfirmed. inactive will\n" +#~ "remove the category from use when reporting problems, but keep it available in\n" +#~ "map filters, and deleted will remove the category from there\n" +#~ "as well." +#~ msgstr "Use confirmado para indicar que este contato foi confirmado como correto. Se você não tiver certeza da origem ou validade do contato, use não confirmado . inativo removerá a categoria do uso ao relatar problemas, mas manterá disponível em filtros de mapa, e excluído também removerá a categoria de lá." + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Use este campo para registrar detalhes que são exibidos apenas na administração. Os dados inseridos não são mostrados publicamente e não serão enviados ao organismo." + +#~ msgid "Used map" +#~ msgstr "Mapa utilizado" + +#~ msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." +#~ msgstr "Se o campo é exibido ao usuário, incluído como um campo oculto e preenchido automaticamente, ou definido pelo servidor após o envio do Open311. Este campo geralmente é definido automaticamente." + +#~ msgid "Whether the user is required to provide a value for this field." +#~ msgstr "Se o utilizador é obrigado a fornecer um valor para este campo." + +#~ msgid "or locate me automatically" +#~ msgstr "ou localizár-me automaticamente" diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po index 63efa1cff81..2dcb747806c 100644 --- a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt_BR.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: Eugenio Pierazzoli , 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mysociety/teams/12067/pt_BR/)\n" @@ -21,23 +21,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "e" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ou" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "%d máximo de caracteres" @@ -53,8 +54,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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "Denúncias resumidas" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contatos do conselho &ntraço ; %s confirmado, %s não confirmado" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -88,7 +91,7 @@ msgstr "" "ou todos os problemas dentro de uma certa distância de um determinado local." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -102,8 +105,8 @@ msgstr "" msgid "%s live updates" msgstr "%s atualizações" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: 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" @@ -123,13 +126,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: 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)" @@ -141,7 +144,7 @@ msgstr "(a-z e espaço somente)" msgid "(closed)" msgstr "(fechado)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(cobre cerca de 200.000 pessoas)" @@ -149,10 +152,6 @@ msgstr "(cobre cerca de 200.000 pessoas)" msgid "(fixed)" msgstr "(consertado)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignorado se o tipo for \"String\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como grafite, despejo ilegal, blocos de pavimentação quebrados ou iluminação pública)" @@ -179,13 +178,13 @@ msgid "(sent to both)" msgstr "(enviar ambos)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -193,6 +192,11 @@ msgstr "-- Escolha uma categoria --" msgid "-- Pick an option --" msgstr " -- Escolha uma opção -- " +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Por favor, selecione um orgão" + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Escolha um template--" @@ -210,11 +214,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s denúncias %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s salvo." @@ -239,23 +245,29 @@ msgstr "No Deixe-me confirmar a minha atualização por e-mail" msgid "No Let me confirm my update by email/text" msgstr "No Deixe-me confirmar a minha atualização por e-mail" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Nota: Esta denúncia foi enviada para a ação. Quaisquer alterações feitas não serão repassadas." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "Nota: Esta denúncia ainda não foi enviado para ação. Quaisquer alterações feitas podem não ser repassadas." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Sim Eu tenho uma senha" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "Sobre o problema" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Ativar autenticação de duas etapas" @@ -278,13 +290,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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Adicionar nova categoria" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Adicionar corpo" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Adicionar e-mail" @@ -293,7 +310,7 @@ msgstr "Adicionar e-mail" msgid "Add extra fields" msgstr "Adicionar campos extras" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Adicionar campo" @@ -301,16 +318,16 @@ msgstr "Adicionar campo" msgid "Add fixed state" msgstr "Adicionar estado fixo" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Adicionar opção" -#: templates/web/base/auth/change_phone.html:1 +#: 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" @@ -324,24 +341,25 @@ msgid "Add to shortlist" msgstr "Adicione para lista" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Adicione usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Adicionar / editar categorias de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Adicionar / editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Adicionar / editar modelos de resposta" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "%s Adicionado" @@ -349,7 +367,7 @@ msgstr "%s Adicionado" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Administrador" @@ -365,19 +383,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Alerte me para futuras atualizações" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Alertas:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Tudo" @@ -390,8 +409,8 @@ 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/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Todas categorias" @@ -403,9 +422,9 @@ msgstr "" msgid "All languages" msgstr "Todas as línguas" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -432,7 +451,17 @@ 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/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Adicionar e-mail" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcou este problema como solucionado." @@ -446,7 +475,7 @@ msgstr "Anônimo" msgid "Anonymous user" msgstr "Usuário anônimo" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -458,24 +487,29 @@ msgstr "Anônimo:" msgid "Another user" msgstr "Outro usuário" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Tem certeza de que deseja cancelar este upload?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Área:" @@ -484,28 +518,33 @@ msgstr "Área:" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Atribuir usuários à áreas" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Atribuir ao orgão competente:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Atribuir a uma categoria diferente:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Atribuir a um orgão externo:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Atribuir usuários à áreas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Atribuído a: %s" @@ -517,31 +556,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Auto Resposta" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Auto-repsosta:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automatizado" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o detalhe/assunto da denúncia" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Categorias disponíveis" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Tempo médio entre a denúncia de um problema e a solução das últimas 100 denúncias." @@ -550,12 +580,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Aguardando moderação" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Voltar" @@ -563,29 +594,39 @@ msgstr "Voltar" msgid "Back to all reports" msgstr "Voltar para todas as denúncias" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Banir usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Orgãos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Orgão" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Orgão:" @@ -593,10 +634,6 @@ msgstr "Orgão:" msgid "CSV File" msgstr "Arquivo CSV" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -605,39 +642,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Não consegue ver o mapa? Pular este passo" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Categorias" -#: templates/web/base/admin/category-checkboxes.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/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Categoria" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de ‘%s’ para ‘%s’" @@ -646,12 +686,12 @@ msgstr "Categoria alterada de ‘%s’ para ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Taxa de correção para categoria de problemas > 4 semanas " -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Categoria:" @@ -660,48 +700,39 @@ msgstr "Categoria:" msgid "Change" msgstr "Alterar" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: 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/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Ativar autenticação de duas etapas" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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 orgão. Elas aparecerão no menu suspenso da página de denunciar um problema." -#: templates/web/base/report/_inspect.html:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Escolher outro(a)" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Limpar dados offline" @@ -738,57 +769,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: 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:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Fechado pelo conselho" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "Fechado para atualizações" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 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 msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Recolher mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Configuração" @@ -797,12 +832,12 @@ msgstr "Configuração" msgid "Confirm" msgstr "Confirmar" -#: templates/web/base/auth/2faform.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" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Confirme por e-mail, fornecendo uma nova senha nesse ponto. Quando você confirmar, sua senha será atualizada." @@ -814,16 +849,16 @@ msgstr "Confirme por e-mail, fornecendo uma nova senha nesse ponto. Quando você msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmado:" @@ -838,10 +873,12 @@ msgstr "Contato" msgid "Contact Us" msgstr "Contate-nos" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 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 msgid "Continue" msgstr "Continuar" @@ -854,17 +891,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Coordenadas:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: 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" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Não foi possível encontrar a localização" @@ -884,7 +917,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Conselho:" @@ -893,6 +926,8 @@ msgstr "Conselho:" 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 "Criar" @@ -901,38 +936,42 @@ msgstr "Criar" msgid "Create a report" msgstr "Criar uma denúncia" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Criar denúncias/atualizações como usuário anônimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Criar denúncias/atualizações como o conselho" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Criado" @@ -941,7 +980,7 @@ msgid "Created %d new users" msgstr "%d novos usuários criados" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -951,11 +990,11 @@ msgstr "Criado:" msgid "Current password:" msgstr "Senha atual:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Código de acesso atual:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Atualmente agrupado por %s" @@ -964,19 +1003,19 @@ msgstr "Atualmente agrupado por %s" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Painel de Controle" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Desativar autenticação de duas etapas" @@ -984,35 +1023,33 @@ msgstr "Desativar autenticação de duas etapas" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Padrão" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Prioridade padrão" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "" - +#: 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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Deletar template" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Deletar template" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Deletado" @@ -1021,49 +1058,45 @@ msgstr "Deletado" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Descrição" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Descrição:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Descrição" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1072,6 +1105,15 @@ msgstr "" msgid "Disable" msgstr "Desabilitar" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Desabilitado:" @@ -1081,6 +1123,14 @@ msgstr "Desabilitado:" msgid "Discard changes" msgstr "Descartar mudanças" +#: 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 "" @@ -1090,15 +1140,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Não gosta de formulários?" @@ -1106,19 +1152,25 @@ msgstr "Não gosta de formulários?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Arraste e solte as fotos aqui ou clique para enviar" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Duplicados" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1126,32 +1178,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Editar categoria da denúncia" @@ -1159,15 +1214,17 @@ msgstr "Editar categoria da denúncia" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Editar prioridade da denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Editar denúncias" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1175,13 +1232,13 @@ msgstr "" msgid "Edit your update" msgstr "Editar sua atualização" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.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" @@ -1203,7 +1260,10 @@ msgstr "Editor" #: 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:17 +#: 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 @@ -1211,15 +1271,14 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Endereço de email" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Endereço de email (opcional)" @@ -1232,21 +1291,21 @@ msgstr "Alerta de email criado" msgid "Email alert deleted" msgstr "Alerta de email deletado" -#: templates/web/base/auth/general.html:99 +#: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" msgstr "Me envie um email ou um código por mensagem de texto para entrar" -#: templates/web/base/auth/general.html:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "Me envie um email para entrar" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Email verificado:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Email:" @@ -1300,7 +1359,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Data Final" @@ -1308,11 +1367,12 @@ msgstr "Data Final" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Digite um nome de rua e área próximas" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1321,7 +1381,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Digite um nome de rua e área próximas" @@ -1330,8 +1389,9 @@ msgstr "Digite um nome de rua e área próximas" msgid "Enter details of the problem" msgstr "Digite detalhes do problema" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1339,8 +1399,10 @@ msgstr "Digite detalhes do problema" msgid "Error" msgstr "Erro" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Tudo" @@ -1353,7 +1415,7 @@ msgstr "CEP exemplo %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Categoria existente" @@ -1361,20 +1423,20 @@ msgstr "Categoria existente" msgid "Existing users won't be modified." msgstr "Usuários existentes não serão modificados." -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Expandir mapa" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Explique o que está acontecendo" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exportar como CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID Externo" @@ -1382,12 +1444,12 @@ msgstr "ID Externo" msgid "External URL" msgstr "URL Externa" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Corpo externo" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1395,32 +1457,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Time externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detalhes extras" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Campos externos:" +#: 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 "" @@ -1430,18 +1497,27 @@ msgstr "" msgid "Fields" msgstr "Campos" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "Preencha seus detalhes manualmente" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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 denúncias" #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Primeira vez" @@ -1453,21 +1529,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Resolvido" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marcar como deletado" @@ -1475,8 +1550,8 @@ msgstr "Marcar como deletado" msgid "Flag user" msgstr "Marcar usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1484,7 +1559,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1492,8 +1567,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Marcado:" @@ -1505,29 +1580,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: 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:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Encaminhado ao orgão externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1537,28 +1608,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Perguntas Frequentes" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Gerar token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1570,60 +1647,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Ficamos felizes em saber que foi solucionado!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Ir" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Garantir acesso ao administrador" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "Agrupar" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Agrupar por" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Agrupar por:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Este problema foi solucionado?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Você já denunciou um problema para um concelho antes, ou esta é sua primeira vez?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1635,18 +1718,18 @@ msgstr "" msgid "Hi %s" msgstr "Oi" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Campo Escondido" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Esconder todas as denúncias e atualizações" @@ -1671,12 +1754,18 @@ msgstr "Esconda meu nome nesta atualização" msgid "Hide my name on this report" msgstr "Esconder meu nome nesta denúncia" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Esconder pinos" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Denunciado na categoria %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Esconder toda a atualização?" @@ -1686,15 +1775,11 @@ msgstr "Esconder toda a atualização?" msgid "Hide your name?" msgstr "Esconder seu nome?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Dica" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Histórico" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Início" @@ -1702,7 +1787,8 @@ msgstr "Início" msgid "How to report a problem" msgstr "Como denunciar um problema" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Como enviar denúncias com sucesso" @@ -1721,15 +1807,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1744,29 +1830,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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 "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:61 +#: templates/web/base/auth/generate_token.html:83 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." @@ -1778,37 +1868,32 @@ msgstr "Se você conseguir mais alguma informação sobre o estado do seu proble 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:45 +#: 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." -#: templates/web/base/admin/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 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 concelho." -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1832,11 +1917,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID Ilegal" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1852,7 +1941,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inativo" @@ -1860,44 +1950,46 @@ msgstr "Inativo" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Inspecionar denúncia" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Inspeção requerida" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 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 +#, fuzzy +msgid "Internal key" +msgstr "Notas internas" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notas internas" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Falha na Internet" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1909,10 +2001,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "Está a caminho do conselho agora." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1936,11 +2024,16 @@ msgstr "Últimos 7 dias" msgid "Last editor" msgstr "Último editor" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Última atualização:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Última atualização" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Última atualização:" @@ -1948,13 +2041,14 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Menos atualizado recentemente" @@ -1962,10 +2056,6 @@ msgstr "Menos atualizado recentemente" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Deixe em branco se todos os relatórios para este corpo devem ser enviados usando o mesmo método de envio (por exemplo, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Lista" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Listar todas os problemas denunciados" @@ -1974,25 +2064,26 @@ msgstr "Listar todas os problemas denunciados" msgid "Loading reports…" msgstr "Carregando denúncias..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 email" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 email para ''%s''" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Alertas locais" @@ -2005,77 +2096,98 @@ msgstr "Localize o problema no mapa da área" msgid "Log in with Facebook" msgstr "Entrar com o Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: 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" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Entrar com o email" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Entrar com email/sms" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Sair de todas as sessões" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Entrar com o email" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Procurar" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 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:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Gerenciar lista restrita" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ordem manual" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marcar como enviado" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Detalhes do problema de marcação" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mensagem" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Mensagem ao organismo competente:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Mensagem para o corpo externo:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Corpos ausentes:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2083,7 +2195,8 @@ msgstr "" msgid "Moderate" msgstr "Moderado" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Detalhes moderados do relatório" @@ -2106,36 +2219,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Histórico de moderação" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mês" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2143,28 +2264,27 @@ msgstr "Mais comentados" msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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 %dcaracteres de comprimento." -#: templates/web/base/report/_inspect.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navegar para este problema" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Endereço calculado mais próximo:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2172,12 +2292,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2193,16 +2313,16 @@ msgstr "Quase pronto!" msgid "Nearly done! Now check your email…" msgstr "Quase pronto! Agora verifique seu email…" -#: templates/web/base/auth/2faform.html:8 +#: 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…" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Novo orgão adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nova categoria de contato adicionada" @@ -2210,8 +2330,14 @@ msgstr "Nova categoria de contato adicionada" msgid "New email address:" msgstr "Novo endereço de email:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Salvar novos campos" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2219,13 +2345,13 @@ msgstr "Nova nota interna:" msgid "New local problems on FixMyStreet" msgstr "Novos problemas locais no FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Nova nota para DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nova senha:" @@ -2233,8 +2359,8 @@ msgstr "Nova senha:" msgid "New phone number:" msgstr "Novo número de telefone:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nova prioridade" @@ -2291,10 +2417,10 @@ msgstr "Novas denúncias" msgid "New state" msgstr "Novo estado" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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" @@ -2302,7 +2428,8 @@ msgstr "Novo template" msgid "New updates on report %s" msgstr "Novas atualizações no relatório %s" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Mais novo" @@ -2314,33 +2441,37 @@ msgstr "Próximo" msgid "Next:" msgstr "Próximo" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Não" +#: templates/web/base/admin/category-checkboxes.html:31 +#, fuzzy +msgid "No Group" +msgstr "Agrupar" + #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "Sem conta?" -#: templates/web/base/admin/users/form.html:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nenhum orgão" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nenhum concelho selecionado" @@ -2356,24 +2487,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Nenhuma atualização adicional" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Nenhuma inspeção por esse inspetor no intervalo de datas selecionado." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Nenhuma inspeção no período selecionado." +#: 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 "Não há relatórios para mostrar no mapa, aqui estão alguns nas proximidades:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Nenhum resultado retornado" @@ -2386,26 +2515,26 @@ 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:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Sem apoiadores" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2417,7 +2546,7 @@ msgstr "" "                 Dependendo da implementação, os usuários da equipe podem ter acesso ao painel (resumo da atividade \n" "em todo o corpo), a capacidade de ocultar relatórios ou definir status de relatórios especiais." -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Não para minha subdivisão" @@ -2435,7 +2564,7 @@ msgstr "Não reportado ao conselho" msgid "Note" msgstr "Nota" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Nota:" @@ -2447,8 +2576,13 @@ msgstr "Nota: %s" msgid "Notes from SDM to DM" msgstr "Notas do SDM para o DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Aviso prévio" #: templates/web/base/reports/index.html:127 @@ -2459,15 +2593,17 @@ msgstr "Número de problemas denunciados em cada categoria, nos últimos 7 dias. msgid "Number of problems reported in each ward, in the last 7 days." msgstr "Número de problemas relatados em cada ala, nos últimos 7 dias." -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Dado offline limpo" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Dados de atualização off-line salvos" @@ -2475,22 +2611,27 @@ msgstr "Dados de atualização off-line salvos" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Mais antigo" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "Em nome de %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abrir" @@ -2515,7 +2656,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Opções" @@ -2527,25 +2668,26 @@ msgstr "Ou buscar por uma localização diferente" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Outro" @@ -2575,21 +2717,37 @@ msgstr "Página Não Encontrada" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Outras categorias" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Senha (opcional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Sua senha foi alterada" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Senha (opcional)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Permissões:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Permissões:" @@ -2597,7 +2755,7 @@ msgstr "Permissões:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2608,39 +2766,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Número de telefone (opcional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 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:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefone verificado:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefone:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2648,20 +2806,20 @@ msgstr "Telefone:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto é requerida." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto requerida" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "Falha ao enviar a foto." -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2671,6 +2829,10 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos das denúncias recentes nas proximidades" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2681,8 +2843,9 @@ msgstr "Escolha seu concelho:" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: 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" @@ -2706,31 +2869,31 @@ msgstr "Por favor, verifique a senha e tente novamente" msgid "Please check your email address is correct" msgstr "Por favor, verifique se seu email está correto" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: 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:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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 senha menos comum" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Por favor, corrija os erros abaixo" @@ -2745,104 +2908,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Por favor, digite um número de telefone" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Por favor, digite um nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Por favor, digite um nome para este orgão" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor, especifique uma senha" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor, digite um assunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Por favor, especifique um email válido" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Por favor, digite um endereço de email válido" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Por favor, digite um email válido ou número de telefone" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, especifique alguns detalhes" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: 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 email" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Por favor, digite seu primeiro nome" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 +#: 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/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Por favor, digite seu número de telefone" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Por favor, especifique seu segundo nome" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Por favor, digite seu título" @@ -2851,7 +3032,7 @@ msgstr "Por favor, digite seu título" 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:1 +#: 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." @@ -2861,7 +3042,7 @@ msgstr "Por favor, descreva em detalhes o problema abaiixo." 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/2faform.html:9 +#: 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:" @@ -2869,8 +3050,16 @@ msgstr "Por favor, gere um código de duas etapas e digite-o abaixo:" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique se você gostaria de receber outro questionário" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: templates/web/base/js/translation_strings.html:11 +#, fuzzy +msgid "Please make sure you are not including an email address" +msgstr "Por favor, digite um endereço de email válido" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: 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" @@ -2896,11 +3085,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Por favor, forneça uma atualização pública para esta denúncia." @@ -2917,15 +3106,19 @@ msgstr "Por favor, forneça uma descrição e uma foto também" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Por favor, selecione um orgão" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Por favor, selecione o tipo de alerta que você quer" @@ -2933,19 +3126,20 @@ msgstr "Por favor, selecione o tipo de alerta que você quer" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Por favor, envie apenas uma imagem" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "Por favor, confirme pelo menos um dos e-mail/telefone" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Por favor, digite uma mensagem" @@ -2953,23 +3147,23 @@ msgstr "Por favor, digite uma mensagem" msgid "Post" msgstr "Postar" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Postado anonimamente às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Postado por %s às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Postado por %s (%s) às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postado por %s às %s" @@ -2977,20 +3171,32 @@ msgstr "Postado por %s às %s" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridade" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacidade" @@ -3000,15 +3206,14 @@ msgstr "Privacidade" msgid "Privacy and cookies" msgstr "Cookies e Privacidade" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privado" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3020,10 +3225,30 @@ msgstr "Problema" msgid "Problem %d created" msgstr "%d problemas criados" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Adicione para lista" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "%s problemas confirmados" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "%d problemas criados" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "%d problemas criados" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "usuário removido da lista de abuso" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3034,7 +3259,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problema marcado como aberto" @@ -3042,7 +3267,8 @@ msgstr "Problema marcado como aberto" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3051,11 +3277,11 @@ msgstr "Problemas" msgid "Problems in an area" msgstr "Problemas na minha área" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemas nas proximidades" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr " Problemas no mapa" @@ -3063,37 +3289,43 @@ msgstr " Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.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" @@ -3102,32 +3334,37 @@ 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:61 +#: 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 te permitirá denunciar problemas, atualizar e administrar suas denúncias com mais facilidade no futuro, " -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detalhes públicos" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Resposta pública:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Atualização pública:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicar foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +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 @@ -3144,23 +3381,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: 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:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3168,52 +3406,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3227,11 +3469,12 @@ msgstr "Problemas locais recentes, %s" msgid "Recently reported problems" msgstr "Problemas denunciados recentemente" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Atualizados recentemente" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Rejeitar denúncia" @@ -3239,15 +3482,11 @@ msgstr "Rejeitar denúncia" msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Remover" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Remover detalhes da conta" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Remover campo" @@ -3263,21 +3502,26 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Remover do site" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Remover campo" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Substituir código de acesso" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Responder ao usuário:" @@ -3285,30 +3529,38 @@ msgstr "Responder ao usuário:" msgid "Report" msgstr "Denunciar" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID da Denúnciia" +#. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Denunciar um problema" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Denunciar um problema aqui" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Denunciado anonimamente às %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3318,17 +3570,20 @@ msgstr "Denunciar outro problema aqui" msgid "Report as" msgstr "Denunciar como: " -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Denunciar como: " + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Denuncie seu problema" @@ -3341,24 +3596,24 @@ msgstr "Denuncie, veja e discuta problemas locais" msgid "Report, view, or discuss local problems" msgstr "Denuncie, veja ou discuta problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Denunciado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: 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:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Denunciado por:" @@ -3366,59 +3621,63 @@ msgstr "Denunciado por:" msgid "Reported in the %s category" msgstr "Denunciado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Denunciado anonimamente às %s na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Denunciado anonimamente às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Denunciado por %s às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Denúncias" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3426,14 +3685,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Denúncias aguardando aprovação" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "Denúncias por destino" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3442,63 +3697,61 @@ msgstr "" msgid "Reports published" msgstr "Denúncias publicadas" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Denúncias enviadas para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Denúncias aguardando para serem enviadas" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Obrigatório" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Reenviar denúncia" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioridades de Resposta" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioridades de Resposta para %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioridade de Resposta para %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3514,56 +3767,77 @@ msgstr "Reverter para o texto original" msgid "Revert to original title" msgstr "Reverter para o título original" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Lugar certo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar Para a Esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Girar Para a Direita" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Salvar mudanças" @@ -3571,58 +3845,62 @@ msgstr "Salvar mudanças" msgid "Save new fields" msgstr "Salvar novos campos" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Denúncias" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Buscar Usuários" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Buscar denúncias" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "A busca não encontrou nenhum usuário." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: 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:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3632,12 +3910,12 @@ msgid "Select a body" msgstr "Selecionar um orgão" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecionar uma área" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3649,19 +3927,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Selecionar:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "Enviar email de login" @@ -3670,41 +3953,41 @@ msgstr "Enviar email de login" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Enviado:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Definir senha" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Definir para minha localização atual" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Compartilhar" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3712,14 +3995,14 @@ msgstr "Compartilhar" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3732,7 +4015,7 @@ msgstr "" msgid "Show Photo?" msgstr "Mostrar Foto?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Mostrar todas as atualizações" @@ -3748,7 +4031,8 @@ msgstr "Mostrar nome publicamente?" msgid "Show older" msgstr "Mostrar antigo" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Mostrar denúncias antigas" @@ -3756,9 +4040,10 @@ msgstr "Mostrar denúncias antigas" msgid "Show photo" msgstr "Mostrar foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3770,20 +4055,20 @@ msgstr "" msgid "Show reports in your area" msgstr "Mostrar denúncias em sua área" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Entrar" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3792,16 +4077,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Entrar ou criar uma conta" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Algumas categorias podem requerer informação adicional" @@ -3812,12 +4098,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3825,11 +4111,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3837,7 +4125,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3846,9 +4135,9 @@ msgstr "" 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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Desculpe, nós não conseguimos encontrar esta localização." @@ -3858,174 +4147,193 @@ msgstr "Desculpe, nós não conseguimos encontrar esta localização." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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 "Desculpe, não conseguimos salvar sua(s) imagem(ns), por favor tente novamente." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Desculpe, você não tem permissão para fazer isto." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordenar por" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:75 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Estado:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Visão da Rua" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Subcategoria" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Assunto" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Assunto:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Enviar mudanças" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Enviar questionário" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4033,11 +4341,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Os nomes são limitados a %dcaracteres de comprimento." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4045,19 +4360,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4071,11 +4387,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superusuário:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4089,29 +4405,34 @@ msgstr "Resultados da Pesquisa" msgid "Tell us about you" msgstr "Nos conte sobre você" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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 externos:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Versão de texto" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" @@ -4136,7 +4457,7 @@ msgstr "Obrigado por sua pergunta" msgid "Thank you for your feedback" msgstr "Obrigado pelo seu feedback." -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4144,7 +4465,12 @@ 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 "Obrigado, ficamos felizes em saber que foi corrigido! Poderíamos apenas perguntar se você já relatou um problema para um conselho antes?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Esta imagem parece não ter sido enviada corretamente (%s), por favor tente novamente." @@ -4152,55 +4478,49 @@ msgstr "Esta imagem parece não ter sido enviada corretamente (%s), por favor te 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "O CEP não foi encontrado, desculpe." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "O problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Este problema será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Este usuário deslogou." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"O endereço de e-mail é o destino para o qual as denúncias desta categoria serão enviados.\n" -"Outras categorias para este orgão podem ter o mesmo endereço de e-mail." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4209,11 +4529,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4223,8 +4540,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4232,6 +4553,14 @@ msgid "" " 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 "" @@ -4243,11 +4572,16 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "O problema foi marcado como enviado." + +#: 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 "" @@ -4262,15 +4596,11 @@ msgstr "" msgid "The error was: %s" msgstr "O erro foi: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4307,10 +4637,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4320,30 +4646,43 @@ msgstr "As senhas não são iguais." msgid "The requested URL '%s' was not found on this server" msgstr "O endereço '%s' não foi encontrado neste servidor" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4353,7 +4692,11 @@ msgstr "Não há denúncias para mostrar." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4361,30 +4704,26 @@ msgstr "" 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:156 +#: 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." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Houve um problema com a combinação do seu email/senha. Por favor tente novamente." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com sua atualização. Por favor tente novamente." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Houveram problemas com o sua denúncia. Por favor veja abaixo." @@ -4392,12 +4731,16 @@ msgstr "Houveram problemas com o sua denúncia. Por favor veja abaixo." msgid "There were problems with your update. Please see below." msgstr "Houveram problemas com o sua atualização. Por favor veja abaixo." +#: 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:5 +#: 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 conselho, mas nunca serão mostrados online sem sua permissão." -#: templates/web/base/report/new/councils_text_private.html:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "Estes detalhes nunca serão mostrados online sem sua permissão." @@ -4415,16 +4758,21 @@ msgstr "" msgid "These users weren't updated." msgstr "Estes usuários não foram atualizados." -#: templates/web/base/report/new/councils_text.html:3 #: 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." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 +msgid "These will be sent to %s but not published online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" @@ -4447,34 +4795,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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 email foi enviado para diversos conselhos 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 conselho correto para lidar com este problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Esta informação é necessária" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Este é um site de desenvolvedor; as coisas podem quebrar a qualquer momento e o banco de dados será excluído periodicamente." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "Este é o texto público que será mostrado no site." -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4494,7 +4839,8 @@ msgstr "Este problema não foi solucionado" msgid "This problem is still ongoing" msgstr "Esse problema ainda está em andamento" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4502,41 +4848,45 @@ msgstr "" 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Esta denúncia está atualmente marcada como fechada." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Esta denúncia está atualmente marcada como resolvida." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "Esta denúncia está fechada para atualizações." -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Tempo gasto (em minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Linha do tempo" @@ -4545,23 +4895,23 @@ msgid "Tips for perfect photos" msgstr "Dicas para fotos perfeitas" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Título:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Para encontrar quais alertas locais nós temos para você, por favor digite seu CEP ou nomem da rue e bairro" @@ -4573,12 +4923,19 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "ou entrar" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "Código de acesso:" #: templates/web/base/reports/index.html:126 @@ -4595,15 +4952,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4615,21 +4972,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Tente novamente" @@ -4637,30 +4984,37 @@ msgstr "Tente novamente" msgid "Try emailing us directly:" msgstr "Experimente enviar um email direto para nós:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Ativar autenticação de duas etapas" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "A autenticação de duas etapas foi ativada" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "A autenticação de duas etapas foi desativada" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "Desbanir" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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" @@ -4673,26 +5027,27 @@ msgstr "Desconhecido" msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4706,20 +5061,25 @@ msgstr "" msgid "Update" msgstr "Atualização" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Taxa de correção para categoria de problemas > 4 semanas " + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4744,43 +5104,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "Atualizado por %s (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "Atualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Atualizado!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4798,17 +5159,6 @@ msgstr "" msgid "Usage notes" msgstr "Notas de uso" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4817,13 +5167,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4834,36 +5179,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "Usuário já existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Usuário na tabela de abuso" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4871,24 +5216,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Usuário:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Valores atualizados" @@ -4897,25 +5254,25 @@ msgstr "Valores atualizados" msgid "Verify" msgstr "Verificar" -#: templates/web/base/auth/change_email.html:1 +#: 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 email" -#: templates/web/base/auth/change_phone.html:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4923,7 +5280,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4933,6 +5290,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4940,7 +5298,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4963,7 +5321,7 @@ msgstr "Enviamos um código de confirmação para seu telefone. Por favor digite msgid "We need your email address, please give it below." msgstr "Nós precisamos do seu endereço de email, por favor, especifique-o abaixo" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4972,7 +5330,7 @@ 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:17 +#: 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 "" @@ -4985,7 +5343,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Website" @@ -5006,19 +5364,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "Quais problemas você gostaria de receber alertas?" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5030,7 +5380,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5038,7 +5388,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5050,9 +5400,9 @@ msgstr "" 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5060,22 +5410,26 @@ msgstr "Escrever toda sua mensagem em maiúsculas dificulta a leitura, assim com #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Sim" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Você está offline" @@ -5083,20 +5437,21 @@ msgstr "Você está offline" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Você está denunciando este problema por ser abusivo, conter informação pessoal, ou algo similar:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 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 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:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5104,7 +5459,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Você pode contatar suporte técnico em %s" @@ -5115,10 +5470,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5126,11 +5481,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Você recusou; por favor preencha a caixa acima" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5138,12 +5499,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 "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:87 +#: 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 para esta atualização (se você tentar anexar mais, a mais antiga será removida). " @@ -5157,12 +5523,11 @@ msgstr "Você saiu" 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:142 +#: 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:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 email com sucesso." @@ -5171,7 +5536,7 @@ msgstr "Você confirmou seu endereço de email com sucesso." msgid "You have successfully confirmed your phone number." msgstr "Você confirmou seu número de telefone com sucesso." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Você removeu seu número de telefone com sucesso." @@ -5180,11 +5545,11 @@ msgstr "Você removeu seu número de telefone com sucesso." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Você verificou seu número de telefone com sucesso." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5207,21 +5572,28 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Sua conta" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Desativar autenticação de duas etapas" + +#: 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:34 +#: 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 email" @@ -5230,8 +5602,8 @@ msgstr "Seu email" msgid "Your email address" msgstr "Seu endereço de email" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 email ou telefone" @@ -5240,7 +5612,8 @@ msgstr "Seu email ou telefone" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Seu nome" @@ -5248,46 +5621,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Suas denúncias offline" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Sua denúncia" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Suas denúncias" @@ -5304,11 +5683,12 @@ msgstr "Seu token foi gerado" msgid "Your update" msgstr "Sua atualização" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Suas atualizações" @@ -5325,24 +5705,29 @@ msgstr "Você mesmo" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "administrador" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "tudo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5350,17 +5735,17 @@ msgstr "" msgid "by %s" msgstr "por %s " -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "conselho" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5368,7 +5753,7 @@ msgstr "por exemplo ‘%s’ or ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5391,54 +5776,64 @@ msgstr "última atualização %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/d" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "nada" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" msgstr "não é responsabilidade do conselho" +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/index.html:99 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ou" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "ou criar uma conta" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "ou entrar" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "ou me encontre automaticamente" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "esta localização" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "outras áreas:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "mostrar" @@ -5450,7 +5845,7 @@ msgstr "sair" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "o ID do banco de dados do corpo para associar esse usuário, por exemplo, 2217 para Buckinghamshire" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "o conselho local" @@ -5463,7 +5858,7 @@ msgstr "não tem marcador mostrado como o usuário não usou o mapa" msgid "this location" msgstr "esta localização" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "esse tipo de problema local" @@ -5471,15 +5866,17 @@ msgstr "esse tipo de problema local" msgid "today" msgstr "hoje" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "atualização" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "atualizações" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "mapa usado" @@ -5491,16 +5888,16 @@ msgstr "usuário é do mesmo conselho que o problema - %d" msgid "user is problem owner" msgstr "usuário é proprietário do problema" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "usuário fora da lista de abuso" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5560,7 +5957,7 @@ msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5581,7 +5978,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problema denunciado" msgstr[1] "%s problemas denunciados" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5602,21 +5999,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5651,16 +6048,86 @@ msgid_plural "last updated %d days ago" msgstr[0] "atualizado pela última vez %d dia atrás" msgstr[1] "atualizado pela última vez %d dias atŕas" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mês" msgstr[1] "meses" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "denúncia" msgstr[1] "denúncias" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(ignorado se o tipo for \"String\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Nota: Esta denúncia foi enviada para a ação. Quaisquer alterações feitas não serão repassadas." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Nota: Esta denúncia ainda não foi enviado para ação. Quaisquer alterações feitas podem não ser repassadas." + +#~ msgid "Automated" +#~ msgstr "Automatizado" + +#~ msgid "Available categories" +#~ msgstr "Categorias disponíveis" + +#~ msgid "Coordinates:" +#~ msgstr "Coordenadas:" + +#~ msgid "Default priority" +#~ msgstr "Prioridade padrão" + +#~ msgid "Description:" +#~ msgstr "Descrição:" + +#~ msgid "Hidden Field" +#~ msgstr "Campo Escondido" + +#~ msgid "Hint" +#~ msgstr "Dica" + +#~ msgid "Inspection required" +#~ msgstr "Inspeção requerida" + +#~ msgid "Internet glitch" +#~ msgstr "Falha na Internet" + +#~ msgid "List" +#~ msgstr "Lista" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Nenhuma inspeção por esse inspetor no intervalo de datas selecionado." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Nenhuma inspeção no período selecionado." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Remove" +#~ msgstr "Remover" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioridades de Resposta para %s" + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "O endereço de e-mail é o destino para o qual as denúncias desta categoria serão enviados.\n" +#~ "Outras categorias para este orgão podem ter o mesmo endereço de e-mail." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Houve um problema com a combinação do seu email/senha. Por favor tente novamente." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Este é um site de desenvolvedor; as coisas podem quebrar a qualquer momento e o banco de dados será excluído periodicamente." + +#~ msgid "or locate me automatically" +#~ msgstr "ou me encontre automaticamente" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index 68fb2859032..308a26dec19 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "şi" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "sau" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d - %d din %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - rapoarte de sinteză" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contacte – %s confirmate, %s neconfirmate" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s actualizări" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(închis)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(rezolvat)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat stradal)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" @@ -186,6 +185,10 @@ msgstr "-- Alege o categorie --" 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 "" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#: templates/web/base/report/form/user_loggedout_password.html:4 +msgid "Yes I have a password" msgstr "" -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:4 -msgid "Yes I have a password" +#: 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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Adaugă o categorie nouă" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -283,7 +299,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -291,16 +307,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Adaugă o categorie nouă" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Adaugă utilizator" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -339,7 +356,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,16 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 "" @@ -436,7 +463,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +475,29 @@ msgstr "" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +506,32 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +543,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +567,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -553,29 +581,39 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -583,10 +621,6 @@ msgstr "" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +629,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +673,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "" @@ -650,48 +687,38 @@ msgstr "" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +755,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "" @@ -787,12 +818,12 @@ msgstr "" msgid "Confirm" msgstr "" -#: templates/web/base/auth/2faform.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 "" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +835,16 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "" @@ -828,10 +859,12 @@ msgstr "" msgid "Contact Us" msgstr "" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -844,17 +877,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -874,7 +903,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -883,6 +912,8 @@ msgstr "" 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 "" @@ -891,38 +922,42 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -931,7 +966,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +976,11 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +989,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1009,32 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "" @@ -1011,49 +1043,44 @@ msgstr "" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" +#: templates/web/base/admin/bodies/contact-form.html:7 +msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1089,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1071,6 +1107,14 @@ msgstr "" 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 "" @@ -1080,15 +1124,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1136,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1161,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1197,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1215,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "" @@ -1193,7 +1243,10 @@ msgstr "" #: 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:17 +#: 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 @@ -1201,15 +1254,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1274,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "" @@ -1290,7 +1342,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1350,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1311,7 +1363,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1320,8 +1371,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1381,10 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1343,7 +1397,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1351,20 +1405,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1372,12 +1426,12 @@ msgstr "" msgid "External URL" msgstr "" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1439,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "" @@ -1420,18 +1479,27 @@ msgstr "" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1443,21 +1511,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1532,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1541,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1549,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1495,29 +1562,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1590,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1560,60 +1629,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1700,18 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1661,12 +1736,17 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 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 "" @@ -1676,15 +1756,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "" @@ -1692,7 +1768,8 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "" @@ -1711,15 +1788,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1734,29 +1811,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1849,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1898,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1842,7 +1922,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1931,45 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: templates/web/base/admin/extra-metadata-item.html:50 +msgid "Internal data set by Open311" msgstr "" -#: templates/web/zurich/admin/list_updates.html:35 -msgid "Internal notes" +#: templates/web/base/admin/extra-metadata-option.html:6 +msgid "Internal key" msgstr "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" +#: templates/web/zurich/admin/list_updates.html:35 +msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1981,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2004,15 @@ msgstr "" msgid "Last editor" msgstr "" -#: templates/web/base/questionnaire/index.html:53 +#: 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/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "" @@ -1938,13 +2020,14 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2035,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1964,25 +2043,26 @@ msgstr "" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1995,77 +2075,97 @@ msgstr "" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2173,8 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2197,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2242,27 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2270,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2289,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2198,8 +2306,13 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "" @@ -2207,13 +2320,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2221,8 +2334,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2279,10 +2392,10 @@ msgstr "" msgid "New state" msgstr "" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2403,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2302,33 +2416,36 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2344,24 +2461,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "" @@ -2372,26 +2487,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2514,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2532,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2429,8 +2544,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2560,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2578,27 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2497,7 +2623,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2509,25 +2635,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2557,21 +2684,33 @@ msgstr "" msgid "Parent" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +msgid "Parent categories" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +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:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2579,7 +2718,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2729,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2769,20 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2792,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2806,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2688,31 +2832,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2871,121 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: 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:140 +#: perllib/FixMyStreet/DB/Result/Problem.pm:379 +#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "" @@ -2833,7 +2994,7 @@ msgstr "" 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:1 +#: 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 "" @@ -2843,7 +3004,7 @@ msgstr "" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3012,15 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3046,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3067,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2915,19 +3087,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "" @@ -2935,23 +3108,23 @@ msgstr "" msgid "Post" msgstr "" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2959,20 +3132,32 @@ msgstr "" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2982,15 +3167,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3186,26 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3016,7 +3216,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "" @@ -3024,7 +3224,8 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3033,11 +3234,11 @@ msgstr "" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "" @@ -3045,37 +3246,43 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3084,32 +3291,36 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 @@ -3126,23 +3337,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3150,52 +3362,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3425,12 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3221,15 +3438,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3245,21 +3458,25 @@ msgstr "" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3267,30 +3484,37 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "" -#: templates/web/base/js/translation_strings.html:88 +#: 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:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3524,19 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: 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:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3323,24 +3549,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3348,59 +3574,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3638,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3650,61 @@ msgstr "" msgid "Reports published" msgstr "" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3720,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3553,58 +3798,62 @@ msgstr "" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3863,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3880,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3906,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3948,14 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3968,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3730,7 +3984,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3738,9 +3993,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3752,20 +4008,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4030,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3794,12 +4051,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4064,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4078,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4088,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "" @@ -3840,174 +4100,192 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4293,17 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4311,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "" @@ -4053,11 +4338,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4356,33 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" @@ -4118,7 +4407,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4126,7 +4415,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4428,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4479,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4490,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4503,14 @@ msgid "" " 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 "" @@ -4223,11 +4522,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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:1 +#: 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 "" @@ -4242,15 +4545,11 @@ msgstr "" msgid "The error was: %s" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4586,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4595,43 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4641,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4653,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4372,12 +4680,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4707,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4744,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4788,8 @@ msgstr "" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4797,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4844,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4553,12 +4872,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4899,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4919,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "" @@ -4617,30 +4931,36 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4653,26 +4973,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5007,24 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5049,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5104,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5112,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5124,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5161,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5199,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5225,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5235,7 @@ msgid "Viewing a location" msgstr "" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "" @@ -4920,7 +5243,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4943,7 +5266,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5275,7 @@ 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:17 +#: 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 "" @@ -4965,7 +5288,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -4986,19 +5309,11 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5010,7 +5325,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5018,7 +5333,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5030,9 +5345,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5355,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5063,20 +5382,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5404,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5095,10 +5415,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5426,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5444,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5467,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5151,7 +5480,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5160,11 +5489,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5187,21 +5516,27 @@ msgstr "Trebuie să adăugaţi entităţi (cum ar fi consilii sau departamente) msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5210,8 +5545,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5220,7 +5555,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5228,46 +5564,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5284,11 +5626,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5305,24 +5648,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5678,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5348,7 +5696,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5719,63 @@ msgstr "" msgid "less than a minute" msgstr "mai puţin de un minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "indisponibil" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opțional)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "sau" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "sau găseşte-mă în mod automat" +#: 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/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5430,7 +5787,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5443,7 +5800,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5451,15 +5808,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5471,16 +5830,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5548,7 +5907,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5572,7 +5931,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5596,7 +5955,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5604,7 +5963,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5612,7 +5971,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5652,7 +6011,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5660,10 +6019,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ msgid "or locate me automatically" +#~ msgstr "sau găseşte-mă în mod automat" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index 4bba2ce1edc..b3436c92619 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "и" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "или" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d по %d из %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Итоговые отчеты" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s конт. органов местного самоуправления – %s подтвержд., %s неподтвержд." #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "может касаться как неисправностей в вашем районе, так и неполадок, которые были зафиксированы в пределах определенного расстояния от заданной точки." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -101,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s обновлений" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -122,13 +125,13 @@ msgstr "© участники проекта 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -241,23 +247,29 @@ msgstr "Нет Я хочу подтвердить обновл msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -280,13 +292,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Добавить учреждение" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -295,7 +312,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -303,16 +320,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -326,24 +343,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Добавить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Добавлено: %s" @@ -351,7 +369,7 @@ msgstr "Добавлено: %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -367,19 +385,20 @@ msgstr "Создано уведомление «%d» для: %s. Тип: %s, п msgid "Alert %d disabled (created %s)" msgstr "Уведомление «%d» отключено (создано: %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Оповещать меня об обновлениях в будущем" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -392,8 +411,8 @@ msgid "All Reports as CSV" msgstr "Все обращения в виде CSV-файлов" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -405,9 +424,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -434,7 +453,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "новый адрес электронной почты" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "В обновлении эта неполадка помечена как исправленная." @@ -448,7 +477,7 @@ msgstr "Анонимно" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -460,24 +489,29 @@ msgstr "Анонимно:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Зона покрытия" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -486,28 +520,33 @@ msgstr "" 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 "Поскольку это отладочный сайт и в параметре %s значение False, все обращения, оставленные на сайте, будут отправлены их авторам, а не в учреждения, обозначенные в категориях." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Направлено сюда: %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Направить в учреждение, которое специализируется на решении подобных вопросов:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Назначить другую категорию:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Направить во внешнее учреждение:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Направить в подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Направлено сюда: %s" @@ -519,31 +558,22 @@ msgstr "Как правило, количество результатов, ко msgid "At the moment only searching for and looking at reports work." msgstr "Сейчас можно только искать и просматривать обращения" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -552,12 +582,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Ожидает модерации" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -565,29 +596,39 @@ msgstr "Назад" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Учреждения" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Учреждение" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Учреждение:" @@ -595,10 +636,6 @@ msgstr "Учреждение:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Письмо не пришло? Оно могло попасть в папку «Спам»." @@ -607,39 +644,42 @@ msgstr "Письмо не пришло? Оно могло попасть в па msgid "Can't see the map? Skip this step" msgstr "Карта не отображается? Пропустите этот шаг" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Категория" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -648,12 +688,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Процент устранения неполадок в этой категории, которым больше 4 недель" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Категория:" @@ -662,45 +702,27 @@ msgstr "Категория:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Отметьте галочкой поле приватные, если обращения из этой категории никогда не должны отображаться на сайте.\n" -"
\n" -" По умолчанию категории общедоступны.\n" -"
\n" -" Ограничение доступа к категориям может быть полезно в тех случаях, когда у пользователей должна быть возможность подать обращение в учреждение, но сами обращения в этой категории не \n" -" имеют публичной ценности. Например: просьба обеспечить жителей определенного дома \n" -" дополнительным мусорным баком." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -708,11 +730,12 @@ msgstr "" "Выберите название категории которое будет понятно не только другим пользователям (например, «Выбоина» или «Уличное освещение»), но и \n" " сотрудникам учреждения. Варианты названий отобразятся в раскрывающемся меню на странице подачи обращений." -#: templates/web/base/report/_inspect.html:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -749,57 +772,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Закрыто" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Закрыто органом самоуправления" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Данные о кобренде:" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Конфигурация" @@ -808,12 +835,12 @@ msgstr "Конфигурация" msgid "Confirm" msgstr "Подтвердить" -#: templates/web/base/auth/2faform.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 "Подтвердить аккаунт" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -825,16 +852,16 @@ msgstr "" msgid "Confirmation" msgstr "Подтверждение" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Подтверждено:" @@ -849,10 +876,12 @@ msgstr "Свяжитесь с командой сайта %s" msgid "Contact Us" msgstr "Свяжитесь с нами" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -865,17 +894,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Координаты:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Не удалось найти пользователя" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Не удалось найти местоположение" @@ -895,7 +920,7 @@ msgstr "Контакты органа самоуправления для %s" msgid "Council ref: %s" msgstr "Ссылка на орган самоуправления: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Орган самоуправления:" @@ -904,6 +929,8 @@ msgstr "Орган самоуправления:" 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 "" @@ -912,38 +939,42 @@ msgstr "" msgid "Create a report" msgstr "Создать обращение" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Создать категорию" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Создано" @@ -952,7 +983,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -962,11 +993,11 @@ msgstr "Создано:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -975,19 +1006,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Невозможно связаться с покупателем" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Панель управления" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -995,35 +1026,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Вопрос решен подразделением в течение 5 рабочих дней" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Удалить шаблон" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Удалено" @@ -1032,49 +1061,45 @@ msgstr "Удалено" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Описание" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Описание" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Передано" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Карта не использовалась" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" @@ -1083,6 +1108,15 @@ msgstr "Таблица самых активных пользователей" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1092,6 +1126,14 @@ msgstr "" 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 "" @@ -1101,15 +1143,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "У вас есть пароль на сайте %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Не знаю" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Не любите заполнять формы?" @@ -1117,19 +1155,24 @@ msgstr "Не любите заполнять формы?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1141,32 +1184,35 @@ msgstr "" " Следовательно, вы можете добавлять много категорий для одного контакта учреждения.\n" " " -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редактировать" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1174,15 +1220,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1190,13 +1238,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Редактирование данных о неполадке: %d" @@ -1218,7 +1266,10 @@ msgstr "Редактор" #: 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:17 +#: 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 @@ -1226,15 +1277,14 @@ msgstr "Редактор" msgid "Email" msgstr "Адрес эл. почты" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1247,21 +1297,21 @@ msgstr "Создано уведомление по эл. почте" msgid "Email alert deleted" msgstr "Уведомление по эл. почте удалено" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Адрес эл. почты:" @@ -1322,7 +1372,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1330,11 +1380,12 @@ msgstr "" msgid "Endpoint" msgstr "Конечная точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Введите название улицы в Цюрихе" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Введите почтовый индекс ближайшего отделения связи в Великобритании или название улицы и регион" @@ -1343,7 +1394,6 @@ msgstr "Введите почтовый индекс ближайшего отд msgid "Enter a nearby postcode, or street name and area" msgstr "Введите индекс ближайшего отделения связи, название улицы или регион" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Введите название ближайшей улицы и регион" @@ -1352,8 +1402,9 @@ msgstr "Введите название ближайшей улицы и рег msgid "Enter details of the problem" msgstr "Подробно опишите проблему" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1361,8 +1412,10 @@ msgstr "Подробно опишите проблему" msgid "Error" msgstr "Ошибка" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Всё" @@ -1375,7 +1428,7 @@ msgstr "Пример почтового индекса: %s" msgid "Examples:" msgstr "Примеры:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1383,20 +1436,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1404,12 +1457,12 @@ msgstr "" msgid "External URL" msgstr "Внешний URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1417,32 +1470,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Не удалось отправить сообщение" @@ -1452,18 +1510,27 @@ msgstr "Не удалось отправить сообщение" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Впервые" @@ -1475,21 +1542,20 @@ msgstr "Исправьте это, выбрав зону покрыти #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Исправлено" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Исправлено (орган самоуправления)" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Исправлено (пользователь)" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Пометить как удаленное" @@ -1497,8 +1563,8 @@ msgstr "Пометить как удаленное" msgid "Flag user" msgstr "Пометить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Помечено" @@ -1506,7 +1572,7 @@ msgstr "Помечено" msgid "Flagged reports and users" msgstr "Помеченные обращения и профили пользователей" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Список помеченных профилей пользователей находится на странице Помеченное." @@ -1514,8 +1580,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Помечено:" @@ -1527,29 +1593,25 @@ msgstr "Чтобы посмотреть только обращения, отн msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Подробнее читайте в разделе Как в FixMyStreet используется инструмент Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Перенаправлено во внешнее учреждение" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Пожелание перенаправлено во внешнее учреждение" @@ -1559,28 +1621,34 @@ msgstr "Пожелание перенаправлено во внешнее уч msgid "Frequently Asked Questions" msgstr "Часто задаваемые вопросы" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Подпишите меня на RSS-фид" @@ -1592,60 +1660,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Здорово, что проблема решена!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Поехали!" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Собираетесь отправить опрос?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "График устранения неполадки: статус/время" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Эта проблема решена?" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1657,18 +1731,18 @@ msgstr "" msgid "Hi %s" msgstr "Привет, %s!" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1693,12 +1767,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Скрыть метки" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Обращение отнесено к категории: %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1708,15 +1788,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "История" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "На главную страницу" @@ -1724,7 +1800,8 @@ msgstr "На главную страницу" msgid "How to report a problem" msgstr "Как сообщить о проблеме" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Как успешно создавать и отправлять обращения" @@ -1743,15 +1820,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Идентификатор" @@ -1768,19 +1845,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +msgid "If ticked, the form will be disabled and this item’s notice text will be displayed." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/extra-metadata-item.html:106 +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 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1788,11 +1869,11 @@ msgstr "" "Если одно местоположение обслуживают два и более учреждений, система сайта FixMyStreet объединяет похожие категории в единую запись,\n" " которая располагается в меню. Если вы хотите, чтобы это произошло, убедитесь, что вы используете одно и то же название категории для выбранных учреждений." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1804,28 +1885,27 @@ msgstr "Если вы узнаете больше о статусе вашего 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1833,10 +1913,6 @@ msgstr "" "Если вы хотите внести новую публичную информацию о неполадке,\n" "введите ее здесь (важно: новые данные не будут отправлены в орган самоуправления)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Если вы не пользуетесь электронной почтой, а предпочитаете другой способ связи, введите сервисный идентификатор (Open311) или его эквивалент." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1860,11 +1936,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Неверно выбран фид" @@ -1880,7 +1960,8 @@ 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 (присутствует только если инициатор запроса разрешил отображение имени на сайте)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1888,44 +1969,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Ура, новых писем нет!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Включить персональные данные заявителя" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Нверно задано значение has_photo \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Внутренние заметки" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Внутренние заметки" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "Неверно задано значение agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Неверно задан формат: %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1937,10 +2020,6 @@ msgstr "Загляните в раздел Часто задав msgid "It’s on its way to the council right now." msgstr "Отправлено в орган самоуправления." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1964,11 +2043,16 @@ msgstr "" msgid "Last editor" msgstr "Последний редактор" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Последнее обновление:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Последнее обновление:" @@ -1976,13 +2060,14 @@ msgstr "Последнее обновление:" msgid "Last update:" msgstr "Последнее обновление:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1990,10 +2075,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Оставьте поле пустым, если все обращения в это учреждение должны быть отправлены единым способом (например: «%s»)." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Все сообщения о неполадках в виде списка" @@ -2002,25 +2083,26 @@ msgstr "Все сообщения о неполадках в виде списк msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "Местные RSS-фиды и уведомления по эл. почте" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Местные RSS-фиды и уведомления по эл. почте (‘%s’)" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Местные уведомления" @@ -2033,77 +2115,97 @@ msgstr "Укажите на карте местоположение пробле msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "КАРТА" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Карта" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Пометить как отправленное" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Помечайте тех пользователей, за действиями которых вы хотите следить." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Сообщение" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Сообщение компетентному учреждению:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Сообщение внешнему учреждению:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Не найден параметр jurisdiction_id" @@ -2111,7 +2213,8 @@ msgstr "Не найден параметр jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2134,36 +2237,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Прошло модерацию в течение одного рабочего дня" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Месяц" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2171,28 +2282,27 @@ msgstr "" msgid "Name" msgstr "Имя" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Имя:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса OpenStreetMap): %s%s" @@ -2200,12 +2310,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2221,16 +2331,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Почти готово! Проверьте почту…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" @@ -2238,8 +2348,13 @@ msgstr "Добавлен новый контакт в категории" msgid "New email address:" msgstr "новый адрес электронной почты" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Новая внутренняя заметка:" @@ -2247,13 +2362,13 @@ msgstr "Новая внутренняя заметка:" msgid "New local problems on FixMyStreet" msgstr "Новые неполадки в вашем районе на FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Новая заметка для DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Новый пароль" @@ -2261,8 +2376,8 @@ msgstr "Новый пароль" msgid "New phone number:" msgstr "Новый номер телефона" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Новый приоритет" @@ -2319,10 +2434,10 @@ msgstr "Новые обращения" msgid "New state" msgstr "Новый статус" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Новый шаблон" @@ -2330,7 +2445,8 @@ msgstr "Новый шаблон" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Самые новые" @@ -2342,33 +2458,36 @@ msgstr "Далее" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Нет учреждения" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Орган самоуправления не выбран" @@ -2384,24 +2503,22 @@ msgstr "Не найдено помеченных неполадок." msgid "No flagged users found." msgstr "Не найдено помеченных пользователей." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Пока нет обновлений" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Результатов нет" @@ -2414,26 +2531,26 @@ msgstr "" "В данный момент конкретные области недоступны, так как MAPIT_URLв вашем\n" " файле конфигурации не указывает на сервис MapIt в реальном времени." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Нет группы поддержки" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2445,7 +2562,7 @@ msgstr "" " В зависимости от должности, сотрудники могут иметь доступ к панели управления (там содержится краткая информация\n" " о действиях их учреждения), а также возможность скрывать обращения или устанавливать специфические статусы обращений." -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Не для моего подразделения" @@ -2463,7 +2580,7 @@ msgstr "Первое обращение в органы самоуправлен msgid "Note" msgstr "Примечание" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Примечание:" @@ -2475,8 +2592,12 @@ msgstr "Примечание: %s" msgid "Notes from SDM to DM" msgstr "Заметки SDM для DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2487,15 +2608,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "ОК" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2503,22 +2626,27 @@ msgstr "" msgid "Old state" msgstr "Давний статус" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Самые старые" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Вопрос открыт" @@ -2543,7 +2671,7 @@ msgstr "Веб-страница сервиса Open311" msgid "Open311 specification" msgstr "Спецификация Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2555,25 +2683,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Порядок" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Другое" @@ -2603,21 +2732,37 @@ msgstr "Страница не найдена" msgid "Parent" msgstr "Родительская" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Другие категории" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Частичная" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Пароль (необязательно)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ваш пароль был изменен" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Пароль (необязательно)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Постоянная ссылка" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2625,7 +2770,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2636,39 +2781,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Номер телефона (необязательно)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2676,20 +2821,20 @@ msgstr "Телефон:" msgid "Photo" msgstr "Фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Необходимо добавить фото." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Необходимо добавить фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2699,6 +2844,10 @@ msgstr "Фотографии" msgid "Photos of recent nearby reports" msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2709,8 +2858,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Поставить метку на карте" @@ -2734,31 +2884,31 @@ msgstr "Проверьте пароли и попробуйте еще раз" msgid "Please check your email address is correct" msgstr "Проверьте правильность написания адреса эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Выберите категорию" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Исправьте ошибки ниже" @@ -2776,104 +2926,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будьте вежливы! Грубые, некорректные обращения к представителям органов самоуправления дискредитируют всех пользователей сервиса. " +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Введите текст сообщения" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Введите пароль" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Введите тему" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Введите действующий адрес эл. почты" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Введите действующий адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Введите дополнительную информацию" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Введите свой эл. адрес" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Введите свое имя" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Введите номер своего телефона" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Введите свою фамилию" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Напишите, как к вам обращаться" @@ -2882,7 +3050,7 @@ msgstr "Напишите, как к вам обращаться" 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:1 +#: 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 "Подробно расскажите о неполадке в поле ниже." @@ -2892,7 +3060,7 @@ msgstr "Подробно расскажите о неполадке в поле 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2900,8 +3068,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Укажите, хотите ли вы еще один опросник" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2927,11 +3103,11 @@ msgstr "" msgid "Please note:" msgstr "Внимание:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2948,15 +3124,19 @@ msgstr "Предоставьте не только фото, но и письм msgid "Please say whether you've ever reported a problem to your council before" msgstr "Вы впервые отправляете обращение в ваш орган самоуправления?" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Выберите учреждение." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Выберите рассылку" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Выберите тип уведомления" @@ -2964,19 +3144,20 @@ msgstr "Выберите тип уведомления" msgid "Please state whether or not the problem has been fixed" msgstr "Сообщите о статусе неполадки: проблема была решена?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Напишите сообщение" @@ -2984,23 +3165,23 @@ msgstr "Напишите сообщение" msgid "Post" msgstr "Опубликовать" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Опубликовано анонимно (%s)" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Автор публикации: %s (%s), время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" @@ -3008,20 +3189,32 @@ msgstr "Автор публикации: %s, время пуб msgid "Powered by FixMyStreet Platform" msgstr "На базе платформы FixMyStreet" +#: 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Конфиденциальность" @@ -3031,15 +3224,14 @@ msgstr "Конфиденциальность" msgid "Privacy and cookies" msgstr "Конфиденциальность и файлы cookie" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Доступ ограничен" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3051,10 +3243,29 @@ msgstr "Проблема" msgid "Problem %d created" msgstr "Сообщено о проблеме: %d" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Проблема (%s) отправлена в орган самоуправления: %s" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Проблема подтверждена: %s" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Сообщено о проблеме: %d" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Сообщено о проблеме: %d" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Проблема (%s) отправлена в орган самоуправления: %s" @@ -3065,7 +3276,7 @@ msgstr "Проблема (%s) отправлена в орган самоупр msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -3073,7 +3284,8 @@ msgstr "Проблема помечена как открытая." msgid "Problem state change based on survey results" msgstr "Смена статуса проблемы на основании результатов опроса" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблемы" @@ -3082,11 +3294,11 @@ msgstr "Проблемы" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Проблемы поблизости" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Проблемы на карте" @@ -3094,37 +3306,43 @@ msgstr "Проблемы на карте" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Недавно решенные проблемы на сайте FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Проблемы в пределах этого района: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Проблемы в пределах этого места: %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Адрес имущества:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Предоставить новые данные" @@ -3133,32 +3351,37 @@ msgstr "Предоставить новые данные" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Пароль необязателен. Но когда вы предоставите эти данные, вы сможете быстрее сообщать о проблемах, вводить новые данные о них и редактировать свои обращения." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Публичный ответ:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3175,23 +3398,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Опрос (%d) отправлен для проблемы «%d»" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Опрос заполнен автором обращения" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS-фид для: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS-фид для района: %s, %s" @@ -3199,52 +3423,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "%s: RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS-фид о проблемах поблизости" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS-фид о проблемах в пределах: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS-фид о проблемах в пределах района: %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS-фид о недавних проблемах поблизости" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS-фид об обновлениях по этой проблеме" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3258,11 +3486,12 @@ msgstr "Недавние проблемы поблизости, %s" msgid "Recently reported problems" msgstr "Недавние обращения о проблемах" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3270,15 +3499,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3294,21 +3519,25 @@ msgstr "Удалить пометку" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Удалить фото (действие отменить невозможно)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Ответить пользователю:" @@ -3316,30 +3545,38 @@ msgstr "Ответить пользователю:" msgid "Report" msgstr "Сообщить" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сообщить о проблеме" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Сообщить об оскорбительном поведении" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Сообщено анонимно в: %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3349,17 +3586,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Сообщить об оскорбительном поведении" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Сообщить о пользователе: %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Сообщить о своей проблеме" @@ -3372,24 +3612,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Городские проблемы. Сообщайте, просматривайте, обсуждайте." -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Сообщено анонимно в: %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Сообщено ранее" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Автор обращения: %s, время отправки: %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Автор обращения:" @@ -3397,59 +3637,63 @@ msgstr "Автор обращения:" msgid "Reported in the %s category" msgstr "Обращение отнесено к категории: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Обращение (категория: %s) отправлено анонимно в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Обращение (категория: %s), автор: %s, отправлено в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Анонимно отправлено через: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Отправлено через: %s, автор: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Анонимно отправлено через: %s, категория: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Отправлено через: %s, категория: %s, автор обращения: %s, время отправки: %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Обращения" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Количество символов в тексте обращения не должно превышать %s. Напишите более короткое обращение." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3457,14 +3701,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Обращения, ожидающие проверки" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3473,63 +3713,61 @@ msgstr "" msgid "Reports published" msgstr "Опубликованные обращения" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Отправить обращение еще раз" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Шаблоны ответов для: %s" @@ -3545,56 +3783,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Место указано верно?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Дорога находится в ведении: %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернуть влево" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Повернуть вправо" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Перед поворотом фото необходимо сохранить все необходимые изменения в обращении" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Спутник" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Сохранить изменения" @@ -3602,58 +3861,62 @@ msgstr "Сохранить изменения" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Искать обращения" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Искать пользователей" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Искать обращения" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Пользователи не найдены." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3663,12 +3926,12 @@ msgid "Select a body" msgstr "Выберите учреждение" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Выберите местность" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3680,19 +3943,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3701,41 +3969,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Обращение возвращено" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Отправлено позже: %s %s" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Отправлено:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3743,14 +4011,14 @@ msgstr "Поделиться" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3763,7 +4031,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3779,7 +4047,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3787,9 +4056,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Показать метки" @@ -3801,20 +4071,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Вход" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3823,16 +4093,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Войдите или создайте аккаунт" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Для некоторых категорий может потребоваться дополнительная информация." @@ -3845,12 +4116,12 @@ msgstr "" "Для некоторых конечных точек требуется ключ API. С его помощью система помечает, что обращения были отправлены\n" " из установленного вами реурса FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Некоторые фото недавних обращений" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Некоторое количество текста для локализации" @@ -3858,11 +4129,13 @@ msgstr "Некоторое количество текста для локали msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "К сожалению, адреса по данному индексу относятся к коронным землям. Зона покрытия нашего ресурса на них не распространяется." @@ -3870,7 +4143,8 @@ msgstr "К сожалению, адреса по данному индексу msgid "Sorry, that wasn’t a valid link" msgstr "Указана неверная ссылка" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3879,9 +4153,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "При подтверждении вашего обращения произошла ошибка." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Не удалось найти это местоположение." @@ -3891,174 +4165,193 @@ msgstr "Не удалось найти это местоположение." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Не удалось сохранить фото. Повторите попытку." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Статус" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Статус:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Статистика" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Статус" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Просмотр улиц" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Подразделение/учреждение" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Тема:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Отправить" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Отправить изменения" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Отправить опрос" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Отправлено" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Подписаться" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4066,11 +4359,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4078,19 +4378,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Итог" @@ -4104,11 +4405,11 @@ msgstr "Отчеты об итогах" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4122,29 +4423,33 @@ msgstr "Результаты опроса" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Шаблон «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Шаблоны" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" @@ -4169,7 +4474,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Благодарим вас за отзыв" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Спасибо за предоставленное фото. Теперь нам нужно определить, где именно располагается неполадка. В поле выше введите название ближайшей улицы или индекс:" @@ -4177,7 +4482,12 @@ 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 "Мы рады узнать, что проблема решена! Это было ваше первое обращение в орган самоуправления?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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).Повторите попытку." @@ -4185,55 +4495,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Просмотр обращения невозможен на этом устройстве (%s)." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"На электронный адрес будут приходить обращения из этой категории. \n" -" Сюда же могут приходить и обращения из других категорий, адресованные одному и тому же учреждению." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4244,11 +4548,8 @@ msgstr "" "Конечная точка – это URL сервиса, с которым будет связываться система FixMyStreet \n" " при отправке обращений в данное учреждение." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4260,8 +4561,12 @@ msgstr "" "Данные о юрисдикции необходимы только, если конечная точка используется для нескольких\n" " учреждений. Если учреждение привязано к отдельной конечной точке, оставьте это поле пустым." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4271,6 +4576,14 @@ msgstr "" "Метод отправки – это способ, которым будут отправлены обращения в учреждение.\n" " Если оставить это поле пустым, по умолчанию обращения будут доставлены по эл. почте." +#: 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 "Параметр agency_responsible в Open311 версии 2 используется для составления списка администраций, которые получили обращение. Это не совсем стандартный способ использования этого атрибута в спецификации Open311 версии 2." @@ -4284,11 +4597,16 @@ msgstr "" "Название учреждения является его идентификатором (например, Районный орган самоуправления графства Борсетшир).\n" " Название учреждения может быть видно всем пользователям сайта." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +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 "Вам необходимо предоставить максимум информации, чтобы сотрудники органа самоуправления могли помочь в решении проблемы. Укажите точное местонахождение неполадки (напр., «на стене»), опишите, что это и как давно вы впервые заметили неисправность (также можно приложить фото неполадки) и т. д." @@ -4303,15 +4621,11 @@ msgstr "В таблице самых активных пользователей msgid "The error was: %s" msgstr "Ошибка: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "Следующие параметры Open311 версии 2 возвращаются для каждого запроса: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code и service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:150 +#: 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 "Информация о ближайшей дороге может быть неверной или неточной, если проблема находится рядом с несколькими дорогами или поблизости от безымянной дороги, зарегистрированной на OpenStreetMap." @@ -4348,10 +4662,6 @@ msgstr "Возможно, ссылка устарела или вы не пол msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Список доступных местоположений предоставлен сервисом MapIt на сайте: %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4361,24 +4671,24 @@ msgstr "Пароли не совпадают" msgid "The requested URL '%s' was not found on this server" msgstr "Запрошенный URL '%s' не был найден на этом сервере" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4386,7 +4696,20 @@ msgstr "" "Имя пользователя отображается в обращениях, которые не были помечены как анонимные.\n" " Имя может быть неуникальным." +#: 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." @@ -4396,7 +4719,11 @@ msgstr "Нет обращений." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4404,30 +4731,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "При загрузке страницы «Все обращения» произошла ошибка. Повторите попытку позже." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "При загрузке страницы произошла ошибка. Повторите попытку позже." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." @@ -4435,12 +4758,16 @@ msgstr "Не удалось загрузить обращение. Прочти 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4463,16 +4790,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Реализация API пока работает в тестовом режиме, поэтому в процессе работы могут возникать неполадки. Они будут исправлены через некоторое время." @@ -4500,34 +4832,31 @@ msgstr "" "В это учреждение будут отправляться только те обращения, неполадки в которых находятся на подведомственной территории.\n" " Чтобы получать обращения, учреждению необходимо иметь в ведении минимум одну область." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Эта информация является обязательной" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Это сайт разработчиков, поэтому в его функционировании иногда могут возникать сбои. База данных периодически удаляется." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4547,7 +4876,8 @@ msgstr "Эта проблема не была решена" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4555,41 +4885,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Это обращение ожидает модерации." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Это обращение на данный момент помечено как закрытое." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Это обращение на данный момент помечено как решенное." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Эта веб-страница также содержит фото неполадки, предоставленное пользователем." -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Времени потрачено (в минутах):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Временной отрезок" @@ -4598,23 +4932,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Название:" -#: templates/web/base/alert/index.html:26 +#: 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) или название улицы и района, чтобы узнать, какие уведомления актуальны для вашего местоположения:" -#: templates/web/base/alert/index.html:28 +#: 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 "Введите индекс или название улицы и района, чтобы узнать, какие уведомления актуальны для вашего местоположения:" @@ -4626,12 +4960,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4648,15 +4987,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4668,21 +5007,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Повторите попытку" @@ -4690,30 +5019,36 @@ msgstr "Повторите попытку" msgid "Try emailing us directly:" msgstr "Напишите нам:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Не подтверждено" @@ -4726,26 +5061,27 @@ msgstr "Неизв." msgid "Unknown alert type" msgstr "Неизвестный тип уведомления" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Неизвестный идентификатор проблемы" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4759,20 +5095,25 @@ msgstr "" msgid "Update" msgstr "Обновление" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Добавлены новые данные (%s) для проблемы: %d;, автор: %s" + #: 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:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Ниже представлены анонимно добавленные новые данные в: %s" -#: templates/web/base/contact/index.html:35 +#: 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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Обновить данные об учреждении" @@ -4797,43 +5138,44 @@ msgstr "В результате добавления данных проблем msgid "Update reopened problem" msgstr "В результате добавления данных проблема помечена как заново открытая" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Обновление статусов" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Обновлено" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Обновлено!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" @@ -4851,17 +5193,6 @@ msgstr "Новые данные для проблемы: %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4870,15 +5201,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Использованная карта" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4887,36 +5213,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Пометка удалена" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "При поиске пользователей на сайте система находит соответствия между именами пользователей и адресами эл. почты." @@ -4924,24 +5250,36 @@ msgstr "При поиске пользователей на сайте сист msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Пользователи" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Значения обновлены" @@ -4950,25 +5288,25 @@ msgstr "Значения обновлены" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Посмотреть обращения по районам" @@ -4976,7 +5314,7 @@ msgstr "Посмотреть обращения по районам" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4986,6 +5324,7 @@ msgid "Viewing a location" msgstr "Просмотр местоположения" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Просмотр проблемы" @@ -4993,7 +5332,7 @@ msgstr "Просмотр проблемы" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Районы, которые находятся в ведении данного органа самоуправления" @@ -5016,7 +5355,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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;. Однако в нашей системе нет ее контактных данных. Если вам известен действующий адрес этой организации, напишите нам об этом." @@ -5025,7 +5364,7 @@ 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:17 +#: 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 "" @@ -5038,7 +5377,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Нам жаль, что проблему не удалось решить. Рекомендуем обратиться к представителям муниципальной власти." -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5059,19 +5398,11 @@ msgstr "Когда были отредактированы данные" msgid "When sent" msgstr "Когда были отправлены данные" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5083,7 +5414,7 @@ msgstr "И это еще не всё! Подпишитесь msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "С помощью поиска по запросу можно искать, используя параметр agency_responsible, чтобы ограничить результаты поиска до обращений, которые были отправлены в один административный орган. Условие поиска – идентификатор администрации, предоставленный сервисом MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5091,7 +5422,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хотите получить еще один опрос через 4 недели? В нем мы напомним вам проверить статус обращения." @@ -5103,9 +5434,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5113,22 +5444,26 @@ msgstr "Избегайте пунктуационных ошибок и не п #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Да" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Вы считаете, что эта проблема не нуждалась в модерации:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5136,20 +5471,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Вы собираетесь пожаловаться на это обращение и считаете, что оно содержит оскорбления, конфиденциальную информацию или как-либо еще нарушает правила сайта:" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Вы можете добавить адрес эл. почты пользователя, который проявляет себя некорректно, в черный список. Все дальнейшие обращения этого пользователя не будут опубликованы и отправлены." @@ -5157,7 +5493,7 @@ msgstr "Вы можете добавить адрес эл. почты поль 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Вы можете написать в службу технической поддержки: %s" @@ -5171,10 +5507,10 @@ msgstr "" " Так можно поступать в случаях, когда вы хотите отслеживать действия пользователя, который ранее публиковал \n" " неуместные материалы." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Вы можете помочь нам: найдите контактные данные учреждения, в ведении которого находятся неполадки в районе (%s), и пришлите эти данные нам: %s." @@ -5182,11 +5518,17 @@ msgstr "Вы можете помочь нам: найдите контактны msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Вы можете отметить учреждение как удаленное, если не хотите, чтобы его представители осуществляли деятельность на этом сайте." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Вы отказались; заполните форму выше" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5194,12 +5536,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." + +#: 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/questionnaire/index.html:87 +#: 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 "" @@ -5213,12 +5560,11 @@ msgstr "Был осуществлен выход из системы" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Вы подтвердили свой адрес эл. почты." @@ -5227,7 +5573,7 @@ msgstr "Вы подтвердили свой адрес эл. почты." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5236,11 +5582,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Вы вошли в систему. Проверьте и подтвердите информацию в своем профиле:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Вы еще не создали ни одного обращения. Самое время начать!" @@ -5266,21 +5612,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ваш эл. адрес" @@ -5289,8 +5641,8 @@ msgstr "Ваш эл. адрес" msgid "Your email address" msgstr "Ваш адрес эл. почты" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5299,7 +5651,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ваше имя" @@ -5307,46 +5660,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Ваши обращения" @@ -5363,11 +5722,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Ваши обновления" @@ -5384,24 +5744,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5409,17 +5774,17 @@ msgstr "" msgid "by %s" msgstr "автор: %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "орган самоуправления" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "карта не использовалась" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5427,7 +5792,7 @@ msgstr "напр.: ‘%s’ или ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5450,54 +5815,64 @@ msgstr "последнее обновление: %s" msgid "less than a minute" msgstr "менее минуты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "недоступн." -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(необязательно)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "или" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "или определите мое местоположение автоматически" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Просмотр местоположения" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "введено: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "другие области" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5509,7 +5884,7 @@ msgstr "выйти" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "местный орган самоуправления" @@ -5522,7 +5897,7 @@ msgstr "метка не отображается, так как карта не msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "этот тип проблемы поблизости" @@ -5530,15 +5905,17 @@ msgstr "этот тип проблемы поблизости" msgid "today" msgstr "сегодня" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "карта использована" @@ -5550,16 +5927,16 @@ msgstr "пользователь проживает недалеко от обн msgid "user is problem owner" msgstr "неполадка находится в собственности пользователя" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "район" @@ -5635,7 +6012,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5662,7 +6039,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5689,7 +6066,7 @@ msgstr[1] "%s проблемы решены за прошлый ме msgstr[2] "%s проблем решено за прошлый месяц" msgstr[3] "%s проблем решено за прошлый месяц" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5698,7 +6075,7 @@ msgstr[1] "%s обращения за прошлую неделю" msgstr[2] "%s обращений за прошлую неделю" msgstr[3] "%s обращений за прошлую неделю" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5707,7 +6084,7 @@ msgstr[1] "%s недавних обращения" msgstr[2] "%s недавних обращений" msgstr[3] "%s недавних обращений" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5752,7 +6129,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5761,7 +6138,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5769,3 +6146,54 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Отметьте галочкой поле приватные, если обращения из этой категории никогда не должны отображаться на сайте.\n" +#~ "
\n" +#~ " По умолчанию категории общедоступны.\n" +#~ "
\n" +#~ " Ограничение доступа к категориям может быть полезно в тех случаях, когда у пользователей должна быть возможность подать обращение в учреждение, но сами обращения в этой категории не \n" +#~ " имеют публичной ценности. Например: просьба обеспечить жителей определенного дома \n" +#~ " дополнительным мусорным баком." + +#~ msgid "Coordinates:" +#~ msgstr "Координаты:" + +#~ msgid "Didn't use map" +#~ msgstr "Карта не использовалась" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Если вы не пользуетесь электронной почтой, а предпочитаете другой способ связи, введите сервисный идентификатор (Open311) или его эквивалент." + +#~ msgid "OK" +#~ msgstr "ОК" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Просмотр обращения невозможен на этом устройстве (%s)." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "На электронный адрес будут приходить обращения из этой категории. \n" +#~ " Сюда же могут приходить и обращения из других категорий, адресованные одному и тому же учреждению." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Это сайт разработчиков, поэтому в его функционировании иногда могут возникать сбои. База данных периодически удаляется." + +#~ msgid "Used map" +#~ msgstr "Использованная карта" + +#~ msgid "or locate me automatically" +#~ msgstr "или определите мое местоположение автоматически" diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po index 956d51f9342..d22713cd43d 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "in" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ali" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "največ %d znakov" @@ -52,8 +53,10 @@ 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Brez imena)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Brez telefonske številke)" @@ -134,7 +137,7 @@ msgstr "(samo a-z in presledek)" msgid "(closed)" msgstr "(zaprto)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(rešeno)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(poslano obema)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "— Izberi kategorijo —" @@ -186,6 +185,10 @@ msgstr "— Izberi kategorijo —" msgid "-- Pick an option --" msgstr "— Izberi možnost —" +#: 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 "—Izberi predlogo—" @@ -203,11 +206,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -232,23 +237,29 @@ msgstr "" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#: templates/web/base/report/form/user_loggedout_password.html:4 +msgid "Yes I have a password" msgstr "" -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Take or choose existing photo" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:4 -msgid "Yes I have a password" +#: 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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -268,13 +279,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Dodaj novo kategorijo" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Dodaj e-pošto" @@ -283,7 +299,7 @@ msgstr "Dodaj e-pošto" msgid "Add extra fields" msgstr "Dodaj dodatna polja" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Dodaj polje" @@ -291,16 +307,16 @@ msgstr "Dodaj polje" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Dodaj novo kategorijo" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Dodaj možnost" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Dodaj telefonsko številko" @@ -314,24 +330,25 @@ msgid "Add to shortlist" msgstr "Dodaj na seznam" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Dodaj uporabnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "" @@ -339,7 +356,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -355,19 +372,20 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Opozorila:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -380,8 +398,8 @@ msgid "All Reports as CSV" msgstr "Vsa poročila kot CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Vse kategorije" @@ -393,9 +411,9 @@ msgstr "" msgid "All languages" msgstr "Vsi jeziki" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -422,7 +440,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Dodaj e-pošto" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "" @@ -436,7 +464,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -448,24 +476,29 @@ msgstr "" msgid "Another user" msgstr "Drug uporabnik" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Ali želite prekiniti prenos?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Ali ste prepričani?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -474,28 +507,32 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +msgid "Assign selected to role:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -507,31 +544,22 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Samodejni odgovor" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Samodejni odgovor:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Samodejno" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Razpoložljive kategorije" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -540,12 +568,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Nazaj" @@ -553,29 +582,39 @@ msgstr "Nazaj" msgid "Back to all reports" msgstr "Nazaj na vsa poročila" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "" @@ -583,10 +622,6 @@ msgstr "" msgid "CSV File" msgstr "CSV datoteka" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -595,39 +630,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -636,12 +674,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorija:" @@ -650,48 +688,38 @@ msgstr "Kategorija:" msgid "Change" msgstr "Spremeni" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Spremeni e-mail" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Zamenjaj geslo" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Zamenjaj telefon" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "" - -#: templates/web/base/admin/bodies/contact-form.html:64 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -728,57 +756,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zaprto" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Zmanjšaj zemljevid" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Nastavitev" @@ -787,12 +819,12 @@ msgstr "Nastavitev" msgid "Confirm" msgstr "Potrdi" -#: templates/web/base/auth/2faform.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 "Potrdi račun" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -804,16 +836,16 @@ msgstr "" msgid "Confirmation" msgstr "Potrditev" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Potrjeno" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Potrjeno:" @@ -828,10 +860,12 @@ msgstr "" msgid "Contact Us" msgstr "Kontaktiraj nas" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontaktiraj ekipo" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Nadaljuj" @@ -844,17 +878,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinate:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Ne morem najti uporabnika" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "" @@ -874,7 +904,7 @@ msgstr "" msgid "Council ref: %s" msgstr "" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "" @@ -883,6 +913,8 @@ msgstr "" 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 "" @@ -891,38 +923,42 @@ msgstr "" msgid "Create a report" msgstr "Ustvari poročilo" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Ustvari račun" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Ustvari kategorijo" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Ustvari prioriteto" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Ustvari poročila/posodobitve kot anonimni uporabnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Ustvari predlogo" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Ustvarjeno" @@ -931,7 +967,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -941,11 +977,11 @@ msgstr "Ustvarjeno:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -954,19 +990,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -974,35 +1010,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Tip napake" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Izbriši" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbriši predlogo" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Izbriši predlogo" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Izbrisano" @@ -1011,49 +1045,45 @@ msgstr "Izbrisano" msgid "Describe why you are moderating this" msgstr "Opiši zakaj moderiraš" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Opis" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Opis:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Podrobnosti" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1062,6 +1092,15 @@ msgstr "" msgid "Disable" msgstr "Onemogoči" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Onemogočeno:" @@ -1071,6 +1110,14 @@ msgstr "Onemogočeno:" msgid "Discard changes" msgstr "Zavrzi spremembe" +#: 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 "" @@ -1080,15 +1127,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "" @@ -1096,19 +1139,24 @@ msgstr "" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1116,32 +1164,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1149,15 +1200,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1165,13 +1218,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "" @@ -1193,7 +1246,10 @@ msgstr "" #: 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:17 +#: 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 @@ -1201,15 +1257,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1222,21 +1277,21 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "Pošlji povezavo za prijavo" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "E-mail preverjen:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-mail:" @@ -1290,7 +1345,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1298,11 +1353,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1311,7 +1366,6 @@ msgstr "" msgid "Enter a nearby postcode, or street name and area" msgstr "" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "" @@ -1320,8 +1374,9 @@ msgstr "" msgid "Enter details of the problem" msgstr "Vnesite podrobnosti težave" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1329,8 +1384,10 @@ msgstr "Vnesite podrobnosti težave" msgid "Error" msgstr "Napaka" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Vse" @@ -1343,7 +1400,7 @@ msgstr "" msgid "Examples:" msgstr "Primeri:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Obstoječa kategorija" @@ -1351,20 +1408,20 @@ msgstr "Obstoječa kategorija" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Razširi zemljevid" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Objasnite kaj je narobe" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Izvozi v CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Zunanji ID:" @@ -1372,12 +1429,12 @@ msgstr "Zunanji ID:" msgid "External URL" msgstr "Zunanja povezava" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1385,32 +1442,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Zunanja ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Dodatne podrobnosti" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Dodatna polja:" +#: 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 "Ni bilo možno poslati sporočila" @@ -1420,18 +1482,27 @@ msgstr "Ni bilo možno poslati sporočila" msgid "Fields" msgstr "Polja" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "" @@ -1443,21 +1514,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "" @@ -1465,8 +1535,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1474,7 +1544,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1482,8 +1552,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "" @@ -1495,29 +1565,25 @@ msgstr "" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1527,28 +1593,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "" @@ -1560,60 +1632,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Pomoč" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1625,18 +1703,18 @@ msgstr "" msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Skrit" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Skrito polje" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Skrij vsa poročila in novosti" @@ -1661,12 +1739,18 @@ msgstr "Skrij moje ime v tem popravku" msgid "Hide my name on this report" msgstr "Skrij moje ime v tem poročilu" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Skrij moje ime v tem popravku" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "V celoti skrij posodobitev?" @@ -1676,15 +1760,11 @@ msgstr "V celoti skrij posodobitev?" msgid "Hide your name?" msgstr "Skrij tvoje ime?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Namig" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Zgodovina" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Domov" @@ -1692,7 +1772,8 @@ msgstr "Domov" msgid "How to report a problem" msgstr "Kako prijaviti težavo" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Kako uspešno poslati poročilo" @@ -1711,15 +1792,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Na žalost nismo našli vaše težave v bazi podatkov.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1734,29 +1815,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1768,37 +1853,32 @@ msgstr "" 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1822,11 +1902,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Neveljaven ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "" @@ -1842,7 +1926,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1850,44 +1935,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Zunanja ekipa" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1899,10 +1986,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1926,11 +2009,16 @@ msgstr "Zadnjih 7 dni" msgid "Last editor" msgstr "Zadnji urejevalec" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Zadnji popravek:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Zadnji popravek" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Zadnji popravek:" @@ -1938,13 +2026,14 @@ msgstr "Zadnji popravek:" msgid "Last update:" msgstr "Zadnji popravek:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1952,10 +2041,6 @@ msgstr "" 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/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "" @@ -1964,25 +2049,26 @@ msgstr "" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nalagam..." #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "" @@ -1995,77 +2081,98 @@ msgstr "" msgid "Log in with Facebook" msgstr "Prijavi se s Facebookom" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Prijavi se s Twitterjem" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Prijavi se z elektronskim naslovom" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Odjavi se iz vseh sej" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Prijavi se z elektronskim naslovom" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Poišči" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "ZEMLJEVID" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Uredi seznam" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ročno sortiranje" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Zemljevid" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Označi kot poslano" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Sporočilo" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "" @@ -2073,7 +2180,8 @@ msgstr "" msgid "Moderate" msgstr "Moderiraj" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2096,36 +2204,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mesec" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2133,28 +2249,27 @@ msgstr "Najpogosteje komentirano" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navigiraj do te težave" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Najbližji izračunan naslov:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2162,12 +2277,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2181,16 +2296,16 @@ msgstr "Skoraj končano!" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "" @@ -2198,8 +2313,14 @@ msgstr "" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Shrani nova polja" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "" @@ -2207,13 +2328,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Novo geslo:" @@ -2221,8 +2342,8 @@ msgstr "Novo geslo:" msgid "New phone number:" msgstr "Nova telefonska številka:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nova prioriteta" @@ -2279,10 +2400,10 @@ msgstr "Nova poročila" msgid "New state" msgstr "Novo stanje" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2290,7 +2411,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovejši" @@ -2302,33 +2424,36 @@ msgstr "Naslednji" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Ne" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "" @@ -2344,24 +2469,22 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Ni novih posodobitev" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ni vrnjenih rezultatov" @@ -2372,26 +2495,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Noben" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2399,7 +2522,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "" @@ -2417,7 +2540,7 @@ msgstr "" msgid "Note" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "" @@ -2429,8 +2552,12 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2441,15 +2568,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "V redu" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2457,22 +2586,27 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstarejši" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Odpri" @@ -2497,7 +2631,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Možnosti" @@ -2509,25 +2643,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Vrstni red" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "" @@ -2557,21 +2692,36 @@ msgstr "Stran ni bila najdena" msgid "Parent" msgstr "Starš" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Vse kategorije" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delno" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Geslo (opcijsko)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Stalna povezava" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +msgid "Password change cancelled." +msgstr "" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Geslo (opcijsko)" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Dovoljenja:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Dovoljenja:" @@ -2579,7 +2729,7 @@ msgstr "Dovoljenja:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2590,39 +2740,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefon (opcijsko)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefon preverjen." -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2630,20 +2780,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Slika" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Slika je obvezna." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Slika obvezna" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "Prenos fotografije ni bil uspešen." -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2653,6 +2803,10 @@ msgstr "Slike" msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2663,8 +2817,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "" @@ -2688,31 +2843,31 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prosim izberi kategorijo" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2727,104 +2882,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Prosim vnesi mobilno številko" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Prosim vnesi ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Prosim vnesi geslo" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prosim vnesi zadevo" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Prosim vnesi veljaven elektronski naslov" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Prosim vnesi veljaven elektronski naslov" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Prosim vnesi veljaven elektronski naslov ali telefonsko številko" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prosim vnesi podrobnosti" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Prosim vnesi tvoj elektronski naslov" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Prosim vnesi svoje ime" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Vnesi svoje ime" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Vnesi svojo telefonsko številko" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Prosim vnesi svoj naziv" @@ -2833,7 +3006,7 @@ msgstr "Prosim vnesi svoj naziv" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Vnesi svoje drugo ime" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Spodaj vnesi podrobnosti o problemu" @@ -2843,7 +3016,7 @@ msgstr "Spodaj vnesi podrobnosti o problemu" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2851,8 +3024,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2878,11 +3059,11 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2899,15 +3080,19 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "" @@ -2915,19 +3100,20 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "Označi ali je bil problem rešen ali ne" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Naloži samo fotografijo" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "Preveri vsaj e-mail ali telefon" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Vnesi sporočilo" @@ -2935,23 +3121,23 @@ msgstr "Vnesi sporočilo" msgid "Post" msgstr "Objavi" -#: templates/web/base/alert/index.html:33 +#: 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:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "" @@ -2959,20 +3145,32 @@ msgstr "" msgid "Powered by FixMyStreet Platform" msgstr "" -#: templates/web/base/pagination.html:4 -msgid "Previous" +#: 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 -msgid "Priorities" +#: 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/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 -msgid "Priority" +#: templates/web/base/admin/extra-metadata-item.html:94 +msgid "Prevent user from submitting the form until this field is filled in." msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/pagination.html:4 +msgid "Previous" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 +msgid "Priority" +msgstr "" + +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2982,15 +3180,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3002,10 +3199,29 @@ msgstr "" msgid "Problem %d created" msgstr "" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Dodaj na seznam" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Težave v bližini" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Odstrani s seznama" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "" @@ -3016,7 +3232,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem označen kot odprt." @@ -3024,7 +3240,8 @@ msgstr "Problem označen kot odprt." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Težave" @@ -3033,11 +3250,11 @@ msgstr "Težave" msgid "Problems in an area" msgstr "Težave v območju" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Težave v bližini" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Težave na zemljevidu" @@ -3045,37 +3262,43 @@ msgstr "Težave na zemljevidu" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -3084,32 +3307,37 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Javne podrobnosti" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Javni popravek:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Objavi fotografijo" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Vprašalnik" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3126,23 +3354,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Vprašalnik, ki ga je izpolnil prijavitelj problema" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3150,52 +3379,56 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: 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:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3209,11 +3442,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno posodobljeno" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Zavrni prijavo" @@ -3221,15 +3455,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Odstrani polje" @@ -3245,21 +3475,26 @@ msgstr "Odstrani polje" msgid "Remove from shortlist" msgstr "Odstrani s seznama" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Odstrani s spletnega mesta" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Odstrani polje" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Zamenjaj žeton" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Odgovori uporabniku:" @@ -3267,30 +3502,38 @@ msgstr "Odgovori uporabniku:" msgid "Report" msgstr "Poročilo" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Poročaj o problemu" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Poročaj o problemu tukaj" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Prijavi zlorabo" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Prijavi zlorabo" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3300,17 +3543,20 @@ msgstr "Prijavi še en problem tukaj" msgid "Report as" msgstr "Prijavi kot" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Prijavi kot" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "" @@ -3323,24 +3569,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: 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:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Prijavljeno pred" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Prijavljeno od" @@ -3348,59 +3594,63 @@ msgstr "Prijavljeno od" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Prijavljen:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Prijavljanje problema:" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Poročila" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3408,14 +3658,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Poročila čakajoča potrditve" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3424,63 +3670,61 @@ msgstr "" msgid "Reports published" msgstr "Poročila obljavljena." -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Poročila v čakajoča pošiljanja" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Zahtevano" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Ponovno pošlji poročilo" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Predloge odgovora" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3496,56 +3740,77 @@ msgstr "Vrni na prvotno besedilo" msgid "Revert to original title" msgstr "Vrni na prvotni naslov" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Pravo mesto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Zavrti v levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Zavrti v desno" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Vrtenje te slike bo uničilo neshranjene spremembe tega poročila." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelit" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Shrani spremembe" @@ -3553,58 +3818,62 @@ msgstr "Shrani spremembe" msgid "Save new fields" msgstr "Shrani nova polja" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Išči poročila" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Išči uporabnike" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Išči poročila" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Iskanje:" -#: templates/web/base/admin/reports.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Iskanje ni našlo uporabnikov." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/my/my.html:75 msgid "Security" msgstr "Varnost" #: templates/web/base/report/form/private_details.html:14 -#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Poglej našo politiko zasebnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3614,12 +3883,12 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izberi območje" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3631,19 +3900,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Izberi:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Pošlji" +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3652,41 +3926,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Poslano:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "Strežnik nastavljen" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Storitev:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Nastavi geslo" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Nastavi na mojo trenutno lokacijo" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Deli" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3694,14 +3968,14 @@ msgstr "Deli" msgid "Shortlist" msgstr "Seznam" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3714,7 +3988,7 @@ msgstr "" msgid "Show Photo?" msgstr "Prikaži sliko?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Prikaži vse posodobitve" @@ -3730,7 +4004,8 @@ msgstr "Prikaži ime javno?" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Prikaži starejše" @@ -3738,9 +4013,10 @@ msgstr "Prikaži starejše" msgid "Show photo" msgstr "Prikaži sliko" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "" @@ -3752,20 +4028,20 @@ msgstr "Prikaži prijaviteljevo ime" msgid "Show reports in your area" msgstr "Prikaži poročila v tvojem območju" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Vpiši se" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3774,16 +4050,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Prijavi se ali ustvari račun" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Odjavi se" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "" @@ -3794,12 +4071,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "" @@ -3807,11 +4084,13 @@ msgstr "" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3819,7 +4098,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3828,9 +4108,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Oprosti, ne najdem te lokacije." @@ -3840,174 +4120,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Oprosti, nimaš dovoljenja za to." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Uredi po" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Osebje:" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Osebje:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Podkategorija" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Zadeva" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Zadeva:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Pošlji" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Pošlji spremembe" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4015,11 +4314,17 @@ msgstr "" msgid "Subscribed:" msgstr "Naročeno:" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: 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:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4027,19 +4332,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Povzemi težavo" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Povzemi svoje spremembe" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Povzetek" @@ -4053,11 +4359,11 @@ msgstr "" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superuser:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4071,29 +4377,34 @@ msgstr "" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Predloge" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Besedilo" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Dodatna polja:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Samo besedilna verzija" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Besedilo:" @@ -4118,7 +4429,7 @@ msgstr "Hvala za tvoje povpraševanje" msgid "Thank you for your feedback" msgstr "Hvala za tvoje povratne informacije" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "" @@ -4126,7 +4437,12 @@ 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 "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "" @@ -4134,52 +4450,48 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Poštna številka je nepoznana. Oprosti." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Težava je označena kot poslana." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Težava bo poslana ponovno." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Uporabnik odjavljen." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 @@ -4189,11 +4501,8 @@ msgid "" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4203,8 +4512,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4212,6 +4525,14 @@ msgid "" " 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 "" @@ -4223,11 +4544,16 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Težava je označena kot poslana." + +#: 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 "" @@ -4242,15 +4568,11 @@ msgstr "" msgid "The error was: %s" msgstr "Napaka: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "" @@ -4287,10 +4609,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4300,30 +4618,43 @@ msgstr "Gesli se ne ujemata" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 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." @@ -4333,7 +4664,11 @@ msgstr "Ni poročil za prikaz." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4341,30 +4676,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Težava s prikazom strani. Poskusi kasneje." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "" @@ -4372,12 +4703,16 @@ msgstr "" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4395,16 +4730,21 @@ msgstr "" msgid "These users weren't updated." msgstr "Ti uporabniki niso bili posodobljeni." -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4427,34 +4767,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Podatek je obvezen" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4474,7 +4811,8 @@ msgstr "Težava ni rešena" msgid "This problem is still ongoing" msgstr "Reševanje težave še traja" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4482,41 +4820,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "" @@ -4525,23 +4867,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "" @@ -4553,12 +4895,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4575,15 +4922,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4595,21 +4942,11 @@ msgstr "" msgid "Translations" msgstr "Prevodi" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Poskusi ponovno" @@ -4617,30 +4954,36 @@ msgstr "Poskusi ponovno" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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 "Tip" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "" @@ -4653,26 +4996,27 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Neznana napaka" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4686,20 +5030,24 @@ msgstr "" msgid "Update" msgstr "" +#: templates/web/base/admin/users/log.html:51 +msgid "Update %s created for problem %d" +msgstr "" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "" @@ -4724,43 +5072,44 @@ msgstr "" msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Posodobljen" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Posodobljen!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Posodobitve" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4778,17 +5127,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4797,13 +5135,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4814,36 +5147,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "" @@ -4851,24 +5184,36 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "" @@ -4877,25 +5222,25 @@ msgstr "" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "" @@ -4903,7 +5248,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4913,6 +5258,7 @@ msgid "Viewing a location" msgstr "Gledanje lokacije" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Gledanje težave" @@ -4920,7 +5266,7 @@ msgstr "Gledanje težave" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "" @@ -4943,7 +5289,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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 "" @@ -4952,7 +5298,7 @@ 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:17 +#: 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 "" @@ -4965,7 +5311,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "Spletno mesto" @@ -4986,19 +5332,11 @@ msgstr "Ko je spreminjano" msgid "When sent" msgstr "Ko je poslano" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5010,7 +5348,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5018,7 +5356,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5030,9 +5368,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5040,22 +5378,26 @@ msgstr "" #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Ste brez povezave." @@ -5063,20 +5405,21 @@ msgstr "Ste brez povezave." msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5084,7 +5427,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5095,10 +5438,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5106,11 +5449,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5118,12 +5467,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5137,12 +5490,11 @@ msgstr "Ste odjavljeni." 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5151,7 +5503,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "Uspešno si potrdil svojo telefonsko številko." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Uspešno si odstranil svojo telefonsko številko." @@ -5160,11 +5512,11 @@ msgstr "Uspešno si odstranil svojo telefonsko številko." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Uspešno si preveril svojo telefonsko številko." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5187,21 +5539,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5210,8 +5568,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5220,7 +5578,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5228,46 +5587,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5284,11 +5649,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5305,24 +5671,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5330,17 +5701,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5348,7 +5719,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5371,54 +5742,64 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opcijsko)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ali" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Gledanje lokacije" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5430,7 +5811,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5443,7 +5824,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5451,15 +5832,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5471,16 +5854,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5556,7 +5939,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5583,7 +5966,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5610,7 +5993,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5619,7 +6002,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5628,7 +6011,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5673,7 +6056,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5682,7 +6065,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5690,3 +6073,33 @@ msgstr[0] "poročilo" msgstr[1] "poročili" msgstr[2] "poročil" msgstr[3] "poročil" + +#~ msgid "Automated" +#~ msgstr "Samodejno" + +#~ msgid "Available categories" +#~ msgstr "Razpoložljive kategorije" + +#~ msgid "Coordinates:" +#~ msgstr "Koordinate:" + +#~ msgid "Defect type" +#~ msgstr "Tip napake" + +#~ msgid "Description:" +#~ msgstr "Opis:" + +#~ msgid "Hidden Field" +#~ msgstr "Skrito polje" + +#~ msgid "Hint" +#~ msgstr "Namig" + +#~ msgid "OK" +#~ msgstr "V redu" + +#~ msgid "Permalink" +#~ msgstr "Stalna povezava" + +#~ msgid "Server Set" +#~ msgstr "Strežnik nastavljen" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index aa14faa836b..1b8135ac37e 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "dhe" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ose" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d në %d të %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Raportet përmbledhëse" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kontaktet e këshilave – %s konfirmuar, %s pakonfirmuar" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "të veçantë apo të gjitha problemet brenda distancës së caktuar të lokacionit." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -101,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s përditësime ne kohë reale" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -122,13 +125,13 @@ msgstr "© kontribuesit në 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -241,23 +247,29 @@ msgstr "Jo Me lejo të konfirmoj përditësimin me email" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Po Kam fjalëkalim" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -280,13 +292,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Shto kategori të re" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Shto zyre" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -295,7 +312,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -303,16 +320,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Shto kategori të re" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -326,24 +343,25 @@ msgid "Add to shortlist" msgstr "Shto në listë" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Shto përdorues" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Shto/modifiko kategoritë e problemeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Shto/modifiko prioritetet e përgjegjes" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Shto/modifiko shabllonat e përgjegjeve" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Shtoi %s" @@ -351,7 +369,7 @@ msgstr "Shtoi %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Nëse e shtoni këtë raport në listë, ai do të largohet nga lista %s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -367,19 +385,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Më njofto për përditësimet e ardhme" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -392,8 +411,8 @@ msgid "All Reports as CSV" msgstr "Të gjitha raportet si CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Të gjitha kategoritë" @@ -405,9 +424,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -434,7 +453,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Ndrysho adresën e emailit" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Një përditësim e ka shenjuar këtë problem si të zgjidhur." @@ -448,7 +477,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -460,24 +489,29 @@ msgstr "Anonim:" msgid "Another user" msgstr "Përdorues tjetër" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "A je i sigurt se do ta ndërpresh këtë ngarkim?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "A je i sigurt?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Zona e mbuluar" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Zona:" @@ -486,28 +520,33 @@ msgstr "Zona:" 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 "Meqë kjo është faqe testuese dhe %s është e pavërtetë, raportimet që bëhen në këtë faqe do t'i dërgohen raportuesit, dhe jo kontaktit të dhënë në kategori." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Cakto përdoruesit në zona" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Cakto te zyrja kompetente:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Cakto në kategori tjetër:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Cakto te një zyre e jashtme:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Cakto te një nëndepartament:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Cakto përdoruesit në zona" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Caktuar për %s" @@ -519,31 +558,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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ë." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Pergjigje automatike:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Kategoritë ekzistuese" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -552,12 +582,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Në pritje të ndërmjetësimit" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Prapa" @@ -565,29 +596,39 @@ msgstr "Prapa" msgid "Back to all reports" msgstr "Prapa te të gjitha raportimet" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Zyret" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Zyra" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Zyra:" @@ -595,10 +636,6 @@ msgstr "Zyra:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Nuk po e gjeni emailin tonë? Shikoni në spam." @@ -607,39 +644,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategoritë" -#: templates/web/base/admin/category-checkboxes.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 "Kategoritë:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategoria" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria është ndryshuar nga ‘%s’ në ‘%s’" @@ -648,12 +688,12 @@ msgstr "Kategoria është ndryshuar nga ‘%s’ në ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "norma fikse e kategorisë për probleme > më të vjetra se 4 javë" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategoria:" @@ -662,45 +702,27 @@ msgstr "Kategoria:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Ndrysho adresën e emailit" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Ndrysho fjalëkalimin" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Çeko privat nëse raportimet në këtë kategori nuk duhet të shfaqen kurrë në faqe.\n" -"
\n" -" Zakonisht, kategoritë nuk janë private.\n" -"
\n" -" Kjo i përshtatet problemeve që duhet ti raportohen zyrave por për të cilat nuk ka interesim publik\n" -" që raportet të paraqiten. Në Britani, kjo është përdorë për shërbime si psh kërkimi i një kontejneri shtesë\n" -" për bërllog në një adresë të caktuar." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -708,11 +730,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -749,57 +772,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Mbyllur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Mbyllur nga zyra" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinatat:" #: 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 "Ko-brandimi" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Shenimet e ko-brandimit:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Ko-brandimi" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfigurimi" @@ -808,12 +835,12 @@ msgstr "Konfigurimi" msgid "Confirm" msgstr "Konfirmo" -#: templates/web/base/auth/2faform.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 "Konfirmo llogarinë" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Konfirmo me email në vend të futjes së fjalëkalimit. Kur konfirmoni, përditësohet fjalëkalimi." @@ -825,16 +852,16 @@ msgstr "Konfirmo me email në vend të futjes së fjalëkalimit. Kur konfirmoni, msgid "Confirmation" msgstr "Konfirmimi" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Konfirmuar" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Konfirmuar:" @@ -849,10 +876,12 @@ msgstr "Kontakto %s" msgid "Contact Us" msgstr "Na kontaktoni" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontakto ekipin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -865,17 +894,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinatat" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Përdoruesi nuk u gjet" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Vendndodhja nuk u gjet" @@ -895,7 +920,7 @@ msgstr "Kontakti i kuvendit për %s" msgid "Council ref: %s" msgstr "Ref. e kuvendit: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Kuvendi:" @@ -904,6 +929,8 @@ msgstr "Kuvendi:" msgid "Count" msgstr "Numrimi" +#: 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 "" @@ -912,38 +939,42 @@ msgstr "" msgid "Create a report" msgstr "Krijo raport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Krijo kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Krijo prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Krijo raportim/përditësim si zyre" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 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/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Krijo shabllon" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "U krijua" @@ -952,7 +983,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -962,11 +993,11 @@ msgstr "U krijua:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -975,19 +1006,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Aktualisht asnjë zyre nuk është krijuar." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Klienti nuk është i kontaktueshëm" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Pasqyra" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -995,35 +1026,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Është trajtuar nga nëndrejtoria brenda 5 ditëve të punës" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Fshij shabllonin" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Fshij shabllonin" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Fshirë" @@ -1032,49 +1061,45 @@ msgstr "Fshirë" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Përshkrimi" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Përshkrimi:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Përshkrimi" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detajet" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detajet:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Deleguar" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Pa përdorë hartën" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Tabela e tarifave" @@ -1083,6 +1108,15 @@ msgstr "Tabela e tarifave" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1092,6 +1126,14 @@ msgstr "" 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 "Mos dërgo njoftime me email për komentet te krijuesi i raportimit" @@ -1101,15 +1143,11 @@ msgstr "Mos dërgo njoftime me email për komentet te krijuesi i raportimit" msgid "Do you have a %s password?" msgstr "E keni %s fjalëkalimin?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Nuk e di" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Nuk ju pëlqejnë formularët?" @@ -1117,19 +1155,25 @@ msgstr "Nuk ju pëlqejnë formularët?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Lësho fotografitë këtu kliko për të ngarkuar" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1141,32 +1185,35 @@ msgstr "" " Kjo domethënë se mund të shtoni shumë kategori edhe nëse keni vetë një kontakt të zyres.\n" " " -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Lindja/Veriu:" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Modifiko" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Modifiko detajet e zyres" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Modifiko privilegjet e përdoruesit tjetër" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Modifiko kategorine" @@ -1174,15 +1221,17 @@ msgstr "Modifiko kategorine" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Modifiko prioritetin e raportimit" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Modifiko raportimet" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1190,13 +1239,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Duke modifikuar problemin %d" @@ -1218,7 +1267,10 @@ msgstr "Redaktori" #: 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:17 +#: 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 @@ -1226,15 +1278,14 @@ msgstr "Redaktori" msgid "Email" msgstr "Email" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Adresa e emailit" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1247,21 +1298,21 @@ msgstr "U krijua një njoftim me email" msgid "Email alert deleted" msgstr "Njoftimi me email u fshi" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Emaili:" @@ -1322,7 +1373,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1330,11 +1381,12 @@ msgstr "" msgid "Endpoint" msgstr "Instanca e fundit" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Fut një rrugë në Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Fut një kod postar të Britanisë, apo një rrugë / lagje" @@ -1343,7 +1395,6 @@ msgstr "Fut një kod postar të Britanisë, apo një rrugë / lagje" msgid "Enter a nearby postcode, or street name and area" msgstr "Fut një kod postar në afërsi, apo emrin e rrugës / lagjes" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Fut emrin e një rruge / lagje në afërsi" @@ -1352,8 +1403,9 @@ msgstr "Fut emrin e një rruge / lagje në afërsi" msgid "Enter details of the problem" msgstr "Përshkruaj problemin" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1361,8 +1413,10 @@ msgstr "Përshkruaj problemin" msgid "Error" msgstr "Gabim" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Gjithëçka" @@ -1375,7 +1429,7 @@ msgstr "Shembull i kodit postar %s" msgid "Examples:" msgstr "Shembuj:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Kategori ekzistuese" @@ -1383,20 +1437,20 @@ msgstr "Kategori ekzistuese" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Shpjego ku është problemi" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "ID e jashtme" @@ -1404,12 +1458,12 @@ msgstr "ID e jashtme" msgid "External URL" msgstr "URL e jashtme" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Zyre e jashtme" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1417,32 +1471,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Ekip i jashtëm" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Detaje shtesë:" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Dërgimi i mesazhit dështoi" @@ -1452,18 +1511,27 @@ msgstr "Dërgimi i mesazhit dështoi" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Hera e parë" @@ -1475,21 +1543,20 @@ msgstr "Rregullo këtë duke zgjedhur zonën e mbuluar në fush #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Rregulluar" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Rregulluar - Kuvendi" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Rregulluar - Përdoruesi" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marko si të fshirë" @@ -1497,8 +1564,8 @@ msgstr "Marko si të fshirë" msgid "Flag user" msgstr "Marko përdoruesin" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr " Markuar" @@ -1506,7 +1573,7 @@ msgstr " Markuar" msgid "Flagged reports and users" msgstr "Raportimet dhe përdoruesit e markuar" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Përdoruesit e markuar janë listuar në faqen e markimeve." @@ -1514,8 +1581,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Markuar:" @@ -1527,29 +1594,25 @@ msgstr "Përcjell vegzën e lagjes për të parë vetëm raportimet brenda saj." msgid "For best results include a close-up and a wide shot" msgstr "Për rezultate më të mira përfshij pamjen nga afër dhe në gjerësi" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Për më shumë informata, shih Si përdoret Mapit nga FixMyStreet." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Keni harruar fjalëkalimin?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Është përcjellë te një zyre e jashtme" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Dëshirë për ta përcjellë te një zyre e jashtme" @@ -1559,28 +1622,34 @@ 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/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Merr përditësime" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Merr përditesime për %s problemet" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 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:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Më jep RSS" @@ -1592,60 +1661,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Gëzohem që qenka rregulluar!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Vazhdo" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Do ta dërgoni pyetësorin?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Jepni qasje administratorit" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafika e krijimit të raportimeve sipas statusit dhe kohës" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "A është rregulluar ky problem?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "A keni raportuar ndonjëherë problem te kjo zyre, apo është hera e parë?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Ndihmë" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Ndihmo %s për ta zgjidhur problemin më shpejtë, duke dhënë më shumë detaje. Ky informacion shtesë nuk do të publikohet online." @@ -1657,18 +1732,18 @@ msgstr "" msgid "Hi %s" msgstr "Përshëndetje %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Fshehur" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1693,12 +1768,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Fshih shenjën" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Raportuar në kategorinë %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1708,15 +1789,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historia" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Ballina" @@ -1724,7 +1801,8 @@ msgstr "Ballina" msgid "How to report a problem" msgstr "Si të raportoj problemin" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Si të dërgoj raportimin me sukses" @@ -1743,15 +1821,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Fatkeqësisht problemi juaj nuk u lokalizua në databazë.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1768,19 +1846,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1788,11 +1870,11 @@ msgstr "" "Nëse dy apo më shum zyre shërbejnë në të njejtin lokacion, FixMyStreet i kombinon kategoritë identike në një të vetme\n" " në meny. Sigurohu që do të përdoret e njejta kategori te zyret nëse doni që të kombinohen." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1804,28 +1886,27 @@ msgstr "Nëse merrni më shumë informat për statusin e problemi tuaj, kthehuni 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:45 +#: 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 "Nëse doni që prioritet të jetë opcional për kategori specifike, zgjedhni këtu. Paracaktim është që të paraqiten te të gjitha kategoritë." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Nëse doni që ky shabllon të jetë opcional për kategori specifike, zgjedhni këtu. Paracaktimi është që ato tregohen te të gjitha kategoritë." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1833,10 +1914,6 @@ msgstr "" "Nëse dëshironi ta bëni një përditësim publik, futeni këtu\n" "(vini re ky shenim nuk do të përcillet te zyrja)." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Nëse jeni duke përdorë metodë dërgimi që nuk është email, shenoni ID e shërbimit (Open311) apo identifikuesin ekuivalent." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1860,11 +1937,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "ID e pavlefshme" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "RSS jovalid" @@ -1880,7 +1961,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1888,44 +1970,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Kutia e postës zero, po fillojmë!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Përfshij të dhënat personale të raportuesit" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Vlera e has_photo (ka foto) nuk është korrekte \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Kërkohet inspektim" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instrukto kontraktorët se si të rregullohet problemi" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Shënime të brendshme" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Shënime të brendshme" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Formati jovalid %s ." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1937,10 +2021,6 @@ msgstr "Shpesh është më e shpejta të lexohen pyetjet e shpesh msgid "It’s on its way to the council right now." msgstr "Është rrugës për te zyrja momentalisht." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1964,11 +2044,16 @@ msgstr "" msgid "Last editor" msgstr "Modifikuesi i fundit" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Përditësimi i fundit:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Përditësimi i fundit:" @@ -1976,13 +2061,14 @@ msgstr "Përditësimi i fundit:" msgid "Last update:" msgstr "Përditësimi i fundit:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Perditesimi më i hershëm:" @@ -1990,10 +2076,6 @@ msgstr "Perditesimi më i hershëm:" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Leni këtë të zbrazët nëse të gjitha raportimet për këtë zyre do të dërgohen me metodën e njejtë (psh. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Listo të gjitha problemet e raportuara" @@ -2002,25 +2084,26 @@ msgstr "Listo të gjitha problemet e raportuara" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Duke ngarkuar..." #: 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:1 +#: 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 "Njoftimet me email dhe RSS-at lokal" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "RSS-at lokal dhe njoftimet me email për ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Njoftimet lokale" @@ -2033,77 +2116,97 @@ msgstr "Lokalizo problemin në hartën e zonës" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "HARTA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Menagjo listat" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Harta" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Marko si të dërguar" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Detajet e problemeve të markimit" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mesazhi" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Mesazhi për zyren kompetente:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Mesazhi për zyre e jashtme:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Zyret që mungojnë:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "ID e jurisdikcionit që mungon" @@ -2111,7 +2214,8 @@ msgstr "ID e jurisdikcionit që mungon" msgid "Moderate" msgstr "Modero" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Detajet e raportimit të moderuar" @@ -2134,36 +2238,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderuar nga departamenti brenda një dite të punës" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Muaji" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2171,28 +2283,27 @@ msgstr "Më të komentuarit" msgid "Name" msgstr "Emri" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Emri:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navigo te ky problem" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2200,12 +2311,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2221,16 +2332,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Gati përfundoi! Shiko emailin tash…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "U shtua një zyre e re" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "U shtua një kontakt i ri i kategorisë" @@ -2238,8 +2349,13 @@ msgstr "U shtua një kontakt i ri i kategorisë" msgid "New email address:" msgstr "Adresë e re Emaili:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Shenim i ri i brendshëm:" @@ -2247,13 +2363,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 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:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Fjalëkalim i ri:" @@ -2261,8 +2377,8 @@ msgstr "Fjalëkalim i ri:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Prioritet i ri" @@ -2319,10 +2435,10 @@ msgstr "Raportime të reja" msgid "New state" msgstr "Gjendje e re" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Shabllon i ri" @@ -2330,7 +2446,8 @@ msgstr "Shabllon i ri" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Më e reja" @@ -2342,33 +2459,36 @@ msgstr "Tjetra" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Jo" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Pa zyre" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nuk është zgjedhur zyrja" @@ -2384,24 +2504,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Nuk ka përditësime tjera" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Nuk u kthye asnjë rezultat" @@ -2414,19 +2532,19 @@ msgstr "" "Nuk ka zona të veçanta për momentin, sepse MAPIT_URL në\n" " skedarin tuaj të konfigurimit nuk është lidhur me server funksional MapIt." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Asnjë përkrahës" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Asnjë" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2434,8 +2552,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2447,7 +2565,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Nuk përket në nëndrejtorit e mija" @@ -2465,7 +2583,7 @@ msgstr "Nuk i është raportuar zyres" msgid "Note" msgstr "Shenim" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Shenim:" @@ -2477,8 +2595,12 @@ msgstr "Shenim: %s" msgid "Notes from SDM to DM" msgstr "Shenimet nga SDM te DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2489,15 +2611,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2505,22 +2629,27 @@ msgstr "" msgid "Old state" msgstr "Gjendje e vjetër" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Më të vjetrat" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Hapur" @@ -2545,7 +2674,7 @@ msgstr "Web faqja e iniciativës Open311" msgid "Open311 specification" msgstr "Specifikimet Open311" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2557,25 +2686,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Tjera" @@ -2605,21 +2735,37 @@ msgstr "Faqja nuk u gjet" msgid "Parent" msgstr "Instanca prindore" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Të gjitha kategoritë" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "I pjesshëm" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Fjalëkalimi (opsional)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Fjalëkalimi juaj është ndryshuar" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Fjalëkalimi (opsional)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Privilegjet:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Privilegjet:" @@ -2627,7 +2773,7 @@ msgstr "Privilegjet:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2638,39 +2784,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Numri i telefonit (opsional)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefoni:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2678,20 +2824,20 @@ msgstr "Telefoni:" msgid "Photo" msgstr "Fotografia" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Fotografia është e domosdoshme" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto e domosdoshme" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2701,6 +2847,10 @@ msgstr "Fotografitë" msgid "Photos of recent nearby reports" msgstr "Fotografitë e raportimeve të fundit" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2711,8 +2861,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Vendos shenjën në hartë" @@ -2736,31 +2887,31 @@ msgstr "Ju lutem kontrolloni fjalëkalimin dhe provoni përsëri" msgid "Please check your email address is correct" msgstr "Ju lutem kontrolloni adresën e emailit" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorinë" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Ju lutem korrigjoni gabimet e mëposhtme" @@ -2778,104 +2929,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Ju lutemi mos u bëni abuziv — abuzimi i zyreve e zhvlerëson shërbimin për të gjithë përdoruesit." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Ju lutemi shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Ju lutem shkruani emrin për këtë zyre" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Ju lutemi shkruani fjalëkalimin" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Ju lutemi shkruani titullin" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Ju lutemi shkruani një email valid" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Ju lutemi jepni një adresë valide emaili" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Ju lutemi shkruani disa detaje" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Ju lutemi shkruani emailin tuaj" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Ju lutemi shkruani emrin tuaj" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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ë" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Ju lutemi shkruani emrin tuaj" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Ju lutemi shkruani numrin tuaj të telefonit" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Ju lutemi shkruani mbiemrin tuaj (opsionale) " -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Ju lutemi shkruani titullin tuaj" @@ -2884,7 +3053,7 @@ msgstr "Ju lutemi shkruani titullin tuaj" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Ju lutemi ndjehuni të lirë per t'u kyçur sërish, apo kthehuni prapa në ballinë." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Ju lutemi përshkruani në hollësi problemin më poshtë." @@ -2894,7 +3063,7 @@ msgstr "Ju lutemi përshkruani në hollësi problemin më poshtë." 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 "Ju lutemi plotësoni formularin e mëposhtëm me detajet e problemit, dhe përshkruani vendndodhjen sa më mirë që të jetë e mundur." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2902,8 +3071,16 @@ msgstr "" 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" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2929,11 +3106,11 @@ 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:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postuar nga %s ne %s" @@ -3010,20 +3192,32 @@ msgstr "Postuar nga %s ne %s" msgid "Powered by FixMyStreet Platform" msgstr "Mundësuar nga Platforma FixMyStreet" -#: templates/web/base/pagination.html:4 -msgid "Previous" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" msgstr "Paraprak" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioritetet" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioriteti" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privacia" @@ -3033,15 +3227,14 @@ msgstr "Privacia" msgid "Privacy and cookies" msgstr "Privacia dhe cookiet" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3053,10 +3246,30 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problemi %d u krijua" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Shto në listë" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problemi %s u konfirmua" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problemi %d u krijua" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problemi %d u krijua" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Hiq nga lista" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problemi %s u dërgua te zyrja %s" @@ -3067,7 +3280,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problemi është shenuar si i hapur." @@ -3075,7 +3288,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" @@ -3084,11 +3298,11 @@ msgstr "Problemet" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemet në afërsi" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemet në hartë" @@ -3096,37 +3310,43 @@ msgstr "Problemet në hartë" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemet e raportuara së fundit në FixMyStreet" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemet brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemet brenda lagjes %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemet brenda %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Adresa e pronës:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Ofro një përditësim" @@ -3135,32 +3355,37 @@ 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:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "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." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Pergjigje publike:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Përditësim publik:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publiko fotografi" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Pyetësor" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3177,23 +3402,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Pyetësori %d u dërgua për problemin %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Pyetësori u plotësua nga raportuesi i problemit" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS feed për %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS feed për lagjen %s , %s" @@ -3201,52 +3427,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS feed i %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve në afërsi" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS feed i problemeve brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS feed i problemeve brenda lagjes %s " -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS feed nga problemet e fundit lokale" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 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:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Pranuar nga %s disa momente më vonë" @@ -3260,11 +3490,12 @@ msgstr "Problemet lokale të raportuara risht, %s" msgid "Recently reported problems" msgstr "Problemet e raportuara rishtazi" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Përditësimet e bëra rishtazi" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3272,15 +3503,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3296,21 +3523,26 @@ msgstr "Hiq markimin" msgid "Remove from shortlist" msgstr "Hiq nga lista" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Hiq nga faqja" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Hiq nga faqja" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Përgjigju përdoruesit:" @@ -3318,30 +3550,38 @@ msgstr "Përgjigju përdoruesit:" msgid "Report" msgstr "Raportimi" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Raporto problemin" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Raporto abuzimin" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Raportuar ne menyre anonime te %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3351,17 +3591,20 @@ msgstr "" msgid "Report as" msgstr "Raporto si" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Raporto si" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Raporto për %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Raporto problemin tënd" @@ -3374,24 +3617,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raporto, shih apo diskuto problemet lokale" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Raportuar ne menyre anonime te %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Raportuar para" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Raportuar nga %s te %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Raportuar nga:" @@ -3399,59 +3642,63 @@ msgstr "Raportuar nga:" msgid "Reported in the %s category" msgstr "Raportuar në kategorinë %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 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:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Raportuar përmjet %s në mënyrë anonime te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Raportuar përmjet %s nga %s te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar përmjet %s në kategorinë %s te %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Raportuar:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Raportimi i një problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Raportimet" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Raportimet janë të kufizuara në gjatesinë %s shenja. Ju lutem shkurtojeni raportin tuaj" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3459,14 +3706,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Raportimet që presin aprovim" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Raportimet që bëhen nga përdoruesit e besueshëm do të dërgohen të zyrja përgjegjëse pa u inspektuar." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3475,63 +3718,61 @@ msgstr "" msgid "Reports published" msgstr "Raportimet e publikuara" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Raportimet në pritje për t'u dërguar" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Raportimet do të dërgohen automatikisht pa u inspektuar nëse reputacioni i përdoruesit është mbi këtë vlerë. Bëje 0 nëse të gjitha raportimet duhet të inspektohen pavarësisht reputacionit." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Pragu i reputacionit" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Ridërgo raportin" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioritetet e përgjigjes" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioritetet e përgjigjes për %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioriteti i përgjigjes për %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Shablloni i përgjigjes për %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Shablloni i përgjigjes" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Shablloni i përgjigjes për %s" @@ -3547,56 +3788,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Vendi i duhur?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 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" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rrotullo majtas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rrotullo djathtas" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rrotullimi i kësaj fotografie do t'i humbas ndërrimet e paruajtura në këtë raport." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Sateliti" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Ruaj ndryshimet" @@ -3604,58 +3866,62 @@ msgstr "Ruaj ndryshimet" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Ruaj me përditësim publik" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Kërko raportet" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Kërko përdoruesit" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Kërko raportet" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Kërko:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Kerkimit nuk gjeti asnjë raport." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Kërkimi nuk gjeti asnjë përdorues." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Shih parimet tona të privacisë" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3665,12 +3931,12 @@ msgid "Select a body" msgstr "Zgjedh një zyre" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zgjedh një zonë" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3682,19 +3948,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Zgjedh:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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 "Zgjedh statuset e zgjeruara Open311 me shërbim të përditësimit" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3703,41 +3974,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Dërgo raportin prapa" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Dërgo te %s %s më vonë" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Dërguar:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Shërbimi:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Vednos në lokacionin tim aktual" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Shpërndaj" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3745,14 +4016,14 @@ msgstr "Shpërndaj" msgid "Shortlist" msgstr "Lista" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Listuar" @@ -3765,7 +4036,7 @@ msgstr "Listuar nga %s" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3781,7 +4052,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3789,9 +4061,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Shfaq shenjat" @@ -3803,20 +4076,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Kyçu" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "" @@ -3825,16 +4098,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Kyçu ose krijo një llogari" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Shkyçu" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Disa kategori mund të kërkojnë informacione shtesë." @@ -3847,12 +4121,12 @@ msgstr "" "Disa pika të komunikimit kërkojnë çelës API për t'u siguruar që raportimit vijnë\n" " nga instalimi i FixMyStreet." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Disa foto nga raportimet e fundit" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Tekst për përkthim" @@ -3860,11 +4134,13 @@ msgstr "Tekst për përkthim" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3872,7 +4148,8 @@ msgstr "Kërkojmë falje, ky kod postar duket të jetë nën mbrojtje të autori msgid "Sorry, that wasn’t a valid link" msgstr "Kërkojmë faljem kjo nuk është vegëz valide" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3881,9 +4158,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Kërkojmë falje, lokacioni nuk u gjet." @@ -3893,174 +4170,194 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Kërkojmë falje, nuk arritëm t'i ruajmë foto(t) tuaja, provoni përsëri." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Kërkojmë falje, nuk keni privilegje për ta bërë këtë." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Rradhit sipas" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Nëpunësit:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Nëpunësit:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Statusi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Statusi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistikat" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Statusi" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Pamja e rrugës" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Nëndrejtoria/Zyra" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Tema" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Tema:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Dërgo" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Dërgo ndryshimet" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Dërgo pyetësorin" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dërguar" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Abonohu" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4068,11 +4365,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Përditësimet janë të limituara në gjatësi prej %s shenjash. Ju lutemi shkurtojeni përditësimin " + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4080,19 +4384,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Përmblidhe problemin" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Përmblidh ndryshimet" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Përmbledhje" @@ -4106,11 +4411,11 @@ msgstr "Raportet përmbledhëse" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Përdorues i privilegjuar" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 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." @@ -4124,29 +4429,33 @@ msgstr "Rezultatet e anketimit" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Shablloni «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Shabllonet" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teksti" +#: 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 "Verzioni vetëm tekst" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Teksti:" @@ -4171,7 +4480,7 @@ msgstr "Ju falemnderit për pyetjen tuaj" msgid "Thank you for your feedback" msgstr "Ju falemnderit për komunikimin tuaj" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Ju falemnderit për ngarkimin e fotos. Na duhet ta dijmë vendndodhjen e problemit, kështuqë shenoni një emër rruge apo një kod postar në afërsi në fushën sipër :" @@ -4179,7 +4488,12 @@ msgstr "Ju falemnderit për ngarkimin e fotos. Na duhet ta dijmë vendndodhjen e msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Falemnderit, na vjen mirë që është rregulluar! A mund t'ju pyesim, nëse keni raportuar problem përpara?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Kjo foto nuk duket të jetë ngarkuar mirë (%s), ju lutemi provoni prap." @@ -4187,55 +4501,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Ky kod postar nuk është i njohur, na vjen keq." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Problemi u markua i dërguar." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Ky problem nuk do të ridërgohet." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Raporti nuk mund të shihet në %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Ky raport është fshirë nga FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"Adresa e emailit është destinacioni, ku dërgohen raportet e kësaj kategorie. \n" -" Kategoritë tjera për këtë zyre mund ta kenë të njejtën adresë." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4246,11 +4554,8 @@ msgstr "" "Pika përfundimtare është URL e shërbimit, ku FixMyStreet do të lidhet \n" " kur çon raporte në këtë zyre." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4262,8 +4567,12 @@ msgstr "" "Jurisdiksioni nevojitet vetëm nëse pika e kontaktit shërben për\n" " më shumë se një. Nëse zyrja ka pikën e vet të kontaktit, mund ta leni të zbrazët." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4273,6 +4582,14 @@ msgstr "" "Metoda e dërgimit përcakton në ç'mënyrë dërgohen raportet te zyrja.\n" " Nëse e leni të zbrazët, paracaktimi është të dërgohet me 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 "" + +#: 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 "Atributi agency_responsible në Open311 v2 përdoret për të listuar zyret që pranojnë këtë problem, gjë që nuk është mënyra se si definohet atributi në specifikacionin v2 të Open311." @@ -4286,11 +4603,16 @@ msgstr "" "Emri i zyres identifikon zyren (për shembull, Kuvendit komunal i Rahovecit)\n" " dhe mund të shfaqet publikisht." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Problemi u markua i dërguar." + +#: 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 "Zyrja mund të mos jetë në gjendje t’ju ndihmojë, nëse nuk jepni sa më shumë detaje që mundeni. Ju lutemi përshkruani vendndodhjen e saktë të problemit (psh. në mur), çfarë është, sa kohë ka që është aty, një përshkrim (dhe foto tl problemit, nëse keni), etj." @@ -4305,15 +4627,11 @@ msgstr "Tabela e tarifave tregon aktivitetin e redaktorit (ai që ka redaktuar m msgid "The error was: %s" msgstr "Gabimi ishte: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "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:150 +#: 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 "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." @@ -4350,10 +4668,6 @@ msgstr "Vegza mund të ketë skaduar, apo ndoshta nuk e keni kopjuar si duhet." msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista e të gjitha zonave ofrohet nga shërbimi MapIt në %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4363,24 +4677,24 @@ msgstr "Fjalëkalimet nuk përputhen" msgid "The requested URL '%s' was not found on this server" msgstr "URL e kërkuar '%s' nuk u gjet në këtë server" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Përdoruesi nuk arriti ta lokalozojë problemin në hartë, por mund të shihni zonën përreth lokacionit që ka zgjedhur " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4388,7 +4702,20 @@ msgstr "" "Emri i përdoruesit shfaqet publikisht në raporte që nuk janë markuar anonime.\n" " Emrat nuk janë doemos unik." +#: 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." @@ -4398,7 +4725,11 @@ msgstr "Nuk ka raporte për t'u shfaqur." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4406,30 +4737,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Pati një problem për të shfaqur faqen e të gjitha raporteve. Ju lutemi provoni më vonë." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Pati një problem për të shfaqur këtë faqe. Ju lutemi provoni më vonë." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Pati një problem me kombinimin email/fjalëkalim. Ju lutemi provoni përsëri." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Pati një problem me raportin tuaj. Ju lutemi lexoni mëposhtë." @@ -4437,12 +4764,16 @@ msgstr "Pati një problem me raportin tuaj. Ju lutemi lexoni mëposhtë." msgid "There were problems with your update. Please see below." msgstr "Pati një problem me përditësimin tuaj. Ju lutemi lexoni mëposhtë." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4465,16 +4796,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Këto do të shfaqen publikisht që tjerët t'i shohin, në përputhje me politikat tona të privacisë." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Këto shenime do të dërgohen te %s dhe të shfaqen publikisht që tjerët t'i shohin në përputhje me politikat tona të privacisë." +#: 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 "" + #: 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 "Ky implementim i API-së është duke u punuar dhe nuk është stabil akoma. Mund të ndryshojë në të ardhmen pa paralajmërim." @@ -4502,34 +4838,31 @@ msgstr "" "Kësaj zyre do t'i dërgohen vetëm problemet që ndodhen në zonën e mbuluar.\n" " Një zyre do të pranojë raporte vetëm nëse ka së paku një zonë që e mbulon." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Ky email i është dërguar dy zyrave që e mbulojnë lokacionin, meqë përdoruesi nuk e ka kategorizuar; Ju lutemi injorojeni nëse nuk jeni zyra kompetente që merret me këtë çështje, apo na informoni se për çfarë kategorie është fjala, në mënyrë që ta shtojmë në sistem." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Ky informacion është i domosdoshëm" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Kjo faqe është në zhvillim e sipër; gjërat mund të prishen kohë pas kohe dhe databaza të fshihet periodikisht." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4549,7 +4882,8 @@ msgstr "Ky problem nuk është rregulluar" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4557,41 +4891,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ky raport pret moderim." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Ky raport është markuar i mbyllur." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Ky raport është markuar i rregulluar." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Koha e shpenzuar (në minuta):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Kohëzgjatja" @@ -4600,23 +4938,23 @@ msgid "Tips for perfect photos" msgstr "Këshilla për foto perfekte" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titulli" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titulli:" -#: templates/web/base/alert/index.html:26 +#: 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:" -#: templates/web/base/alert/index.html:28 +#: 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 "Për të parë se çfarë njoftimesh lokale kemi për ju, ju lutemi shenoni kodin tuaj postar apo emrin e rrugës dhe lagjes" @@ -4628,12 +4966,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4650,15 +4993,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4670,21 +5013,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Besuar nga zyra:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Besuar për të bërë raporte që nuk kanë nevojë të inspektohen" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Besuar:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Provoni përsëri" @@ -4692,30 +5025,36 @@ msgstr "Provoni përsëri" msgid "Try emailing us directly:" msgstr "Provoni të na shkruani email direkt:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Pakonfirmuar" @@ -4728,26 +5067,27 @@ msgstr "Panjohur" msgid "Unknown alert type" msgstr "Lloj i panjohur i njoftimit" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Gabim i panjohur" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "ID e panjohur e gabimit" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4761,20 +5101,25 @@ msgstr "" msgid "Update" msgstr "Përditësim" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Përditësim %s i krijuar për problemin %d; nga %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Përditësim %s i krijuar për problemin %d; nga %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Përditësimi i mëposhtëm është shtuar anonim te %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Përditësimi i mëposhtëm është shtuar nga %s te %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Zyra e përditësimit" @@ -4799,43 +5144,44 @@ msgstr "Përditësimi ka markuar problemin si të rregulluar" msgid "Update reopened problem" msgstr "Përditësimi ka rihapur problemin" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Statuset e përditësimit" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Përditësuar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Përditësuar!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Përditësimet" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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 " @@ -4853,17 +5199,6 @@ msgstr "Përditësimet për këtë problem, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4872,14 +5207,9 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Shfrytëzojeni ekstenzionin dërgimi-i-përditësimit në Open311" -#: templates/web/base/admin/bodies/contact-form.html:143 -msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." -msgstr "Përdoreni këtë fushë për të shenuar detajet që shfaqen vetëm në admin. Shenimi nuk shfaqet në publik dhe nuk i dërgohet zyres." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Harta në përdorim" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4889,36 +5219,36 @@ msgstr "ID e përdoruesit për t'i atribuuar komentet te" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Markimi i përdoruesit u hoq" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Përdorues i markuar" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Kërkimi i përdoruesit kërkon në emër dhe në adresë emaili." @@ -4926,24 +5256,37 @@ msgstr "Kërkimi i përdoruesit kërkon në emër dhe në adresë emaili." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Përdoruesit" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Përdoruesit mund të kryejnë veprimet vijuese brenda zonës së caktuar të zyres." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Vlerat e përditësuara" @@ -4952,25 +5295,25 @@ msgstr "Vlerat e përditësuara" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Shih raportet në faqe" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Shih raportet sipas lagjes" @@ -4978,7 +5321,7 @@ msgstr "Shih raportet sipas lagjes" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4988,6 +5331,7 @@ msgid "Viewing a location" msgstr "Pamja e lokacionit" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Pamja e problemit" @@ -4995,7 +5339,7 @@ msgstr "Pamja e problemit" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Lagjet në kuadër të zyres" @@ -5018,7 +5362,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Na duhet adresa juaj e emailit, ju lutemi shenojeni mëposhtë." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "E kuptojmë që problemi mund të jetë përgjegjësi e %s, mirëpo aktualisht nuk e kemi kontaktin e tyre. Nëse e dini adresën e kontaktit, ju lutemi na njoftoni." @@ -5027,7 +5371,7 @@ msgid "We send it to the council on your behalf" msgstr "Do ta dërgojmë te zyrja në vend tuajin" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5040,7 +5384,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "Na vjen keq të marrim vesh që problemi nuk është rregulluar. Provoni t'i shkruani asambleistëve tuaj lokal?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5061,19 +5405,11 @@ msgstr "Kur u redaktua" msgid "When sent" msgstr "Kur u dërgua" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5085,7 +5421,7 @@ msgstr "Pse të mjaftoheni? Krijoni më shumë njoftime g msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Me kërkimet është e mundur të gjindet (zyra përgjegjegjëse) agency_responsible për ta kufizuar në vetëm një administratë. Atributi i kërkimit është ID e administratës ofruar nga MaPit." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5093,7 +5429,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5105,9 +5441,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5115,22 +5451,26 @@ 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:35 #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Po" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Po ankoheni se raportimi është moderuar pa nevojë:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5138,20 +5478,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Po raportoni se raportimi në fjalë është abuziv, ka informata personale, apo diçka të ngjajshme:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Ju mund të shihni problemin në këtë faqe." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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ë." @@ -5159,7 +5500,7 @@ msgstr "Mund ta shtoni emailin e përdoruesit abuziv te lista e abuzimeve, gjë 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Ju mund të kontaktoni ndihmën teknike në %s" @@ -5173,10 +5514,10 @@ msgstr "" " Për shembull, kjo mund të jetë e dobishme nëse doni ta mbikëqyrni një përdorues që ka postuar\n" " raporte të papërshtatshme në të kaluarën." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Mund të na ndihmoni duke gjetur kontaktin adekuat për problemet e %s dhe duke na dërguar atë në %s." @@ -5184,11 +5525,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Keni mohuar; ju lutemi plotësoni fushën mëlartë" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5196,12 +5543,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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)." + +#: 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 "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:87 +#: 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 "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)." @@ -5215,12 +5567,11 @@ msgstr "Jeni shkyçur" 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 "E keni lokalizuar problemin në pikën e markuar në hartë. Nëse ky nuk është lokacioni i saktë, thjeshtë klikoni prap në hartë." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Ju keni konfirmuar me sukses adresën tuaj të emailit." @@ -5229,7 +5580,7 @@ msgstr "Ju keni konfirmuar me sukses adresën tuaj të emailit." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5238,11 +5589,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Jeni kyçur me sukses; ju lutemi verifikoni nëse shenimet tuaja janë të sakta:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Nuk keni krijua asnjë raport deri tash. Raportoni një problem tash." @@ -5268,21 +5619,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Llogaria juaj" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Emaili juaj" @@ -5291,8 +5648,8 @@ msgstr "Emaili juaj" msgid "Your email address" msgstr "Adresa juaj e emailit " -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5301,7 +5658,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Emri juaj" @@ -5309,46 +5667,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Fjalëkalimi juaj" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Fjalëkalimi juaj është ndryshuar" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Kyçu me email në vend se të shkruani fjalëkalim të ri. Kur klikoni në vegzën në email, fjalëkalimi do të përditësohet." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Numri juaj i telefonit" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Raporti juaj" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Raportet tuaja" @@ -5365,11 +5730,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Përditësimet tuaja" @@ -5386,24 +5752,29 @@ msgstr "Vetë ju" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "të gjitha" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5411,17 +5782,17 @@ msgstr "" msgid "by %s" msgstr "nga %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "kuvendi" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "harta nuk është shfrytëzuar" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "p.sh. ‘%s’ ose ‘%s’" @@ -5429,7 +5800,7 @@ msgstr "p.sh. ‘%s’ ose ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5452,54 +5823,64 @@ msgstr "përditësimi i fundit %s" msgid "less than a minute" msgstr "më pak se një minutë" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "asnjë" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opsionale)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ose" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "ose më gjej në mënyrë automatike" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Pamja e lokacionit" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "fillimisht shenuar: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "zona tjera:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5511,7 +5892,7 @@ msgstr "shkyçu" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "zyra lokale" @@ -5524,7 +5905,7 @@ msgstr "nuk ka pin në hartë meqenëse përdoruesi nuk e ka përdorë" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "ky lloj i problemit lokal" @@ -5532,15 +5913,17 @@ msgstr "ky lloj i problemit lokal" msgid "today" msgstr "sot" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "harta e përdorur" @@ -5552,16 +5935,16 @@ msgstr "përdoruesi është nga e njejta zonë si problemi - %d" msgid "user is problem owner" msgstr "përdoruesi është pronar i problemit" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "lagje" @@ -5621,7 +6004,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5642,7 +6025,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5663,21 +6046,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5712,16 +6095,112 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" + +#~ 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." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Çeko privat nëse raportimet në këtë kategori nuk duhet të shfaqen kurrë në faqe.\n" +#~ "
\n" +#~ " Zakonisht, kategoritë nuk janë private.\n" +#~ "
\n" +#~ " Kjo i përshtatet problemeve që duhet ti raportohen zyrave por për të cilat nuk ka interesim publik\n" +#~ " që raportet të paraqiten. Në Britani, kjo është përdorë për shërbime si psh kërkimi i një kontejneri shtesë\n" +#~ " për bërllog në një adresë të caktuar." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinatat" + +#~ msgid "Description:" +#~ msgstr "Përshkrimi:" + +#~ msgid "Didn't use map" +#~ msgstr "Pa përdorë hartën" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Nëse jeni duke përdorë metodë dërgimi që nuk është email, shenoni ID e shërbimit (Open311) apo identifikuesin ekuivalent." + +#~ msgid "Inspection required" +#~ msgstr "Kërkohet inspektim" + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Permalink" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Raportimet që bëhen nga përdoruesit e besueshëm do të dërgohen të zyrja përgjegjëse pa u inspektuar." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Raportimet do të dërgohen automatikisht pa u inspektuar nëse reputacioni i përdoruesit është mbi këtë vlerë. Bëje 0 nëse të gjitha raportimet duhet të inspektohen pavarësisht reputacionit." + +#~ msgid "Reputation threshold" +#~ msgstr "Pragu i reputacionit" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioritetet e përgjigjes për %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Raporti nuk mund të shihet në %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "Adresa e emailit është destinacioni, ku dërgohen raportet e kësaj kategorie. \n" +#~ " Kategoritë tjera për këtë zyre mund ta kenë të njejtën adresë." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Pati një problem me kombinimin email/fjalëkalim. Ju lutemi provoni përsëri." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Kjo faqe është në zhvillim e sipër; gjërat mund të prishen kohë pas kohe dhe databaza të fshihet periodikisht." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Besuar nga zyra:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Besuar për të bërë raporte që nuk kanë nevojë të inspektohen" + +#~ msgid "Trusted:" +#~ msgstr "Besuar:" + +#~ msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +#~ msgstr "Përdoreni këtë fushë për të shenuar detajet që shfaqen vetëm në admin. Shenimi nuk shfaqet në publik dhe nuk i dërgohet zyres." + +#~ msgid "Used map" +#~ msgstr "Harta në përdorim" + +#~ msgid "or locate me automatically" +#~ msgstr "ose më gjej në mënyrë automatike" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index 2aeccb9499a..ba726626bc6 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "i" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ili" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d do %d %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s – Kratki izveštaji" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kontakti skupštine – %s potvrđeni, %s nepotvrđeni" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "problemima na određenoj udaljenosti od konkretne lokacije." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -101,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s ažuriranja uživo" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -124,13 +127,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "(Defect & lokacija defekta)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Bez imena)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Bez broja telefona)" @@ -142,7 +145,7 @@ msgstr "" msgid "(closed)" msgstr "(zatvoreno)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -150,10 +153,6 @@ msgstr "" msgid "(fixed)" msgstr "(sređeno)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(kao što su grafiti, slomljene ploče ili ulična rasveta)" @@ -180,13 +179,13 @@ msgid "(sent to both)" msgstr "(poslato oboma)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" @@ -194,6 +193,11 @@ msgstr "-- Izaberi kategoriju --" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Molimo vas odaberite direkciju." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Izaberi šablon--" @@ -211,11 +215,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -240,23 +246,29 @@ msgstr "ne Dozvolite da mi da ažuriranje potvrdim e-mejlom" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -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." - -#: templates/web/base/report/_inspect.html:202 -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." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Da Imam lozinku" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -279,13 +291,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Dodaj kontakt korišćenjem obrasca ispod." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Dodaj novu kategoriju" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Dodaj opštinu" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -294,7 +311,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -302,16 +319,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Dodaj novu kategoriju" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -325,24 +342,25 @@ 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:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Dodaj korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Dodaj/izmeni problemske kategorije" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Dodaj/izmeni prioritete odgovora" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Dodato %s" @@ -350,7 +368,7 @@ msgstr "Dodato %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Dodavanjem ove prijave u vaš uži krug uklonićete ga iz užeg kruga %s." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -366,19 +384,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Upozori me na buduće ažurirane informacije" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -391,8 +410,8 @@ msgid "All Reports as CSV" msgstr "Sve prijave kao CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Sve kategorije" @@ -404,9 +423,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -433,7 +452,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Promeni e-mejl adresu" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem obeležen kao rešen." @@ -447,7 +476,7 @@ msgstr "Anoniman" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -459,24 +488,29 @@ msgstr "Anoniman" msgid "Another user" msgstr "Drugi korisnik" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Da li si siguran?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Pokriveno područje" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Područje:" @@ -485,28 +519,33 @@ msgstr "Područje:" 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 "Pošto je ovo probna strana i %s pošto je lažna, prijave načinjene na ovoj strani biće poslate generatoru prijave, a ne kontaktu navedenom za kategoriju prijava." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Dodeljeno %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Dodeli nadležnoj direkciji:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Dodeli različitim kategorijama:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Dodeli spoljnoj direkciji:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Dodeli korisnicima po područjima:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Dodeljeno %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Dodeljeno %s" @@ -518,31 +557,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Automatski odgovor:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Dostupne kategorije" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -551,12 +581,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čekajući moderaciju" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Nazad" @@ -564,29 +595,39 @@ msgstr "Nazad" msgid "Back to all reports" msgstr "Nazad na sve prijave" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Direkcije" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Direkcija" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Direkcija" @@ -594,10 +635,6 @@ msgstr "Direkcija" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "Can’t Ne možete da nađete naš e-mejl? Proverite vaš spam folder – that’s ovo je rešenje u 99% puta." @@ -606,39 +643,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorije" -#: templates/web/base/admin/category-checkboxes.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 "Kategorija" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategorija je promenjena sa ‘%s’ na ‘%s’" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Norma rešavanja problema stari > od 4 nedelje " @@ -647,12 +687,12 @@ msgstr "Norma rešavanja problema stari > od 4 nedelje " msgid "Category fix rate for problems > 4 weeks old" msgstr "Norma rešavanja problema stari > od 4 nedelje " -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategorija:" @@ -661,45 +701,27 @@ msgstr "Kategorija:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Promeni e-mejl adresu" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Promeni lozinku" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -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." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" +msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Označi private ukoliko izveštaji u ovoj kategoriji ne treba nikada da se prikažu na internet stranici.\n" -"
\n" -"Uobičajeno, kategorije nisu privatne.\n" -"
\n" -"Sve je ovo odgovarajuće kada se radi o pitanjima koja želite da dozvolite korisnicima da ih prijave direkcijama, ali za čije prikazivanje ne postoji nikakav javni\n" -"interes. U UK smo ovo koristili za usluge kao što je zahtevanje dodatnog kontejnera za smeće\n" -"na konkretnoj adresi." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -707,11 +729,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -748,57 +771,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Zatvoren" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Zaključila skupština" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinate:" #: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfiguracija" @@ -807,12 +834,12 @@ msgstr "Konfiguracija" msgid "Confirm" msgstr "Potvrdi" -#: templates/web/base/auth/2faform.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 "Potvrdi račun" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Potvrdi e-mejlom, pružajući novu lozinku u toj fazi. Nakon potvrde, ažuriraće se vaša lozinka." @@ -824,16 +851,16 @@ msgstr "Potvrdi e-mejlom, pružajući novu lozinku u toj fazi. Nakon potvrde, a msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Potvrđeno" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Potvrđeno:" @@ -848,10 +875,12 @@ msgstr "Kontakt %s" msgid "Contact Us" msgstr "Kontaktirajte nas" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontaktiraj tim" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -864,17 +893,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinate:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Korisnik se ne može naći" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Lokacija se ne može pretražiti" @@ -894,7 +919,7 @@ msgstr "Kontakti skupštine za %s" msgid "Council ref: %s" msgstr "skupštine ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Skupština:" @@ -903,6 +928,8 @@ msgstr "Skupština:" msgid "Count" msgstr "Prebroji" +#: 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 "" @@ -911,38 +938,42 @@ msgstr "" msgid "Create a report" msgstr "Kreiraj izveštaj" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Kreiraj prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Kreiraj šablon" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Kreiran" @@ -951,7 +982,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -961,11 +992,11 @@ msgstr "Kreiran:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -974,19 +1005,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Trenutno nije kreirano nikakvo telo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Klijent nedostupan" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Panel" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -994,35 +1025,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Rešiti na nivou pod-odseka u roku od 5 radnih dana" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbriši šablon" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Izbriši šablon" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Izbrisano" @@ -1031,49 +1060,45 @@ msgstr "Izbrisano" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Opis" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Opis:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Pojedinosti" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Pojedinosti:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Prebačeno" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Nije koristio mapu" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "" @@ -1082,6 +1107,15 @@ msgstr "" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1091,6 +1125,14 @@ msgstr "" 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 "Nemojte slati e-mejl obaveštenja o komentarima dobijenim od podnosioca problema" @@ -1100,15 +1142,11 @@ msgstr "Nemojte slati e-mejl obaveštenja o komentarima dobijenim od podnosioca msgid "Do you have a %s password?" msgstr "Da li imate %s lozinku?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Ne’t znam" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Ne dopada vam se oblik?" @@ -1116,19 +1154,25 @@ msgstr "Ne dopada vam se oblik?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Prevuci i spusti fotografije ovde ili klikni da učitaš" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1139,32 +1183,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Kretanje ka istoku/severu:" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Izmeni" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Izmeni podatke o opštini" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Izmeni ovlašćenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Izmeni kategoriju prijave" @@ -1172,15 +1219,17 @@ msgstr "Izmeni kategoriju prijave" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Izmeni prioritet prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Izmeni prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1188,13 +1237,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Izmeni problem %d" @@ -1216,7 +1265,10 @@ msgstr "Urednik" #: 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:17 +#: 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 @@ -1224,15 +1276,14 @@ msgstr "Urednik" msgid "Email" msgstr "Emejl" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Emejl adresa" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1245,21 +1296,21 @@ msgstr "Kreirano E-mejl obaveštenja" msgid "Email alert deleted" msgstr "Izbrisano E-mejl obaveštenje" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Emejl:\t" @@ -1313,7 +1364,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1321,11 +1372,12 @@ msgstr "" msgid "Endpoint" msgstr "Završna tačka" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Unesi Zürich naziv ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesi naziv obližnje ulice ili oblasti" @@ -1334,7 +1386,6 @@ msgstr "Unesi naziv obližnje ulice ili oblasti" msgid "Enter a nearby postcode, or street name and area" msgstr "Unesi naziv obližnje ulice i oblasti" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Unesi naziv obližnje ulice i oblasti" @@ -1343,8 +1394,9 @@ msgstr "Unesi naziv obližnje ulice i oblasti" msgid "Enter details of the problem" msgstr "Opiši problem" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1352,8 +1404,10 @@ msgstr "Opiši problem" msgid "Error" msgstr "Greška" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Sve" @@ -1366,7 +1420,7 @@ msgstr "Primer poštanskog broja %s" msgid "Examples:" msgstr "Primeri" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Postojeća kategorija" @@ -1374,20 +1428,20 @@ msgstr "Postojeća kategorija" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Objasni šta je pogrešno" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Spoljni ID" @@ -1395,12 +1449,12 @@ msgstr "Spoljni ID" msgid "External URL" msgstr "Spoljni URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Spoljno telo" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1408,32 +1462,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Spoljni tim" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Dodatni podaci" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Nije uspeo da pošalje poruku" @@ -1443,18 +1502,27 @@ msgstr "Nije uspeo da pošalje poruku" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Prvi put" @@ -1466,21 +1534,20 @@ msgstr "Uredite ovo izborom pokrivene oblasti u izmeni poda #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Sređeno" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Sređeno - Skupština" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Sređeno - Korisnik" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Obeleži kao izbrisano" @@ -1488,8 +1555,8 @@ msgstr "Obeleži kao izbrisano" msgid "Flag user" msgstr "Obeleži korisnika " -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Obeleženo" @@ -1497,7 +1564,7 @@ msgstr "Obeleženo" msgid "Flagged reports and users" msgstr "Obeležene prijave i korisnici" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Obeleženi korisnici navedeni na strani ." @@ -1505,8 +1572,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Obeleženo" @@ -1518,29 +1585,25 @@ msgstr "Propratite link naselja da biste videli samo prijave za dato naselje." msgid "For best results include a close-up and a wide shot" msgstr "Za najbolje rezultate uključite sliku u prvom planu " -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Za podrobnije informacije, vidi Kako Sredimoju ulicu koristi Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Zaboravili ste lozinku?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Upućeno spoljnom telu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Često postavljana pitanja" @@ -1550,28 +1613,34 @@ msgstr "Često postavljana pitanja" msgid "Frequently Asked Questions" msgstr "Preuzmite najnovije informacije" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Preuzmite najnovije informacije o %s problemima" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Preuzmite najnovije informacije o %s problemima" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Dobijajte najnovije informacije o problemima u ovom %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Dajte mi RSS vesti" @@ -1583,60 +1652,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Drago mi je što čujem da je sređeno!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Nastavi" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Šaljete upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Dozvolite pristup administratoru" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Grafikon kreiranja problema po statusu duž vremena" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Da li je ovaj problem rešen?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Da li ste ikada problem prijavili savetu ili je ovo prvi put?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Pomoć" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Pomozite nam %s da vaš problem rešimo brže, pružanjem dodatnih pojedinosti. Ove dodatne informacije neće biti objavljene online." @@ -1648,18 +1723,18 @@ msgstr "" msgid "Hi %s" msgstr "Zdravo %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Sakriveno" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1684,12 +1759,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Sakrij oznaku" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Prijavljeno u kategoriji %s " + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1699,15 +1780,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Istorija" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Početak" @@ -1715,7 +1792,8 @@ msgstr "Početak" msgid "How to report a problem" msgstr "Kako prijaviti problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Kako poslati uspešne prijave" @@ -1734,15 +1812,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "I'm afraid we couldn't locate your problem in the database.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1759,19 +1837,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1779,11 +1861,11 @@ msgstr "" "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." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1795,37 +1877,32 @@ msgstr "If you get some more information about the status of your problem, pleas 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:45 +#: 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 "Ukoliko želite da samo ovaj prioritet bude opcija za konkretne kategorije, odaberite ih ovde. Automatski će se prikazivati u svim kategorijama." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "v" #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Ukoliko koristite način slanja koji ne podrazumeva e-mejl, unesite ID usluge (Open311) ili ekvivalentan identifikator ovde." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1849,11 +1926,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ilegalni ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ilegalan izbor vesti" @@ -1869,7 +1950,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1877,44 +1959,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Inbox nula, stižemo!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Uključi lične podatke podnosioca prijave" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Netačno_photo value \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Potrebna inspekcija" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Naložite ugovaračima da reše probleme" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interna zabeleška" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interna zabeleška" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 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:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "Nevažeća lokacija. Novu lokaciju mora pokrivati ista skupština." @@ -1926,10 +2010,6 @@ msgstr "Često je najbrže proveriti naša FAQ i videti da li msgid "It’s on its way to the council right now." msgstr "U ovom trenutku je na putu ka skupštini." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1953,11 +2033,16 @@ msgstr "" msgid "Last editor" msgstr "Poslednji urednik" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Poslednje ažuriranje:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Poslednje ažuriranje:" @@ -1965,13 +2050,14 @@ msgstr "Poslednje ažuriranje:" msgid "Last update:" msgstr "Poslednje ažuriranje:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Nedavno ažuriran" @@ -1979,10 +2065,6 @@ msgstr "Nedavno ažuriran" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Ostavite ovo praznim ukoliko sve prijave ovom telu treba da budu poslate korišćenjem iste metode slanja (npr, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Navedi sve prijavljene probleme" @@ -1991,25 +2073,26 @@ msgstr "Navedi sve prijavljene probleme" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." #: 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:1 +#: 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 "Lokalna obaveštenja" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Local RSS feeds and email alerts for ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokalna obaveštenja" @@ -2022,77 +2105,97 @@ msgstr "Pronađite problem na mapi oblasti" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Upravljaj užim krugom" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Označi kao poslat" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Poruka" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Poruka nadležnoj direkciji:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Poruka spoljnom telu:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Direkcije koje nedostaju:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Jurisdikcija koja nedostaje_id" @@ -2100,7 +2203,8 @@ msgstr "Jurisdikcija koja nedostaje_id" msgid "Moderate" msgstr "Uredi" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Uredi pojedinosti o prijavi" @@ -2123,36 +2227,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Uređuje odsek u jednom radnom danu " -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mesec" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2160,28 +2272,27 @@ msgstr "Najčešće komentarisani" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime: %s" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Upravljaj ovim problemom" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2189,12 +2300,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2208,16 +2319,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Pri kraju! Sada proverite vaš e-mejl…" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Dodata nova direkcija" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Dodata nova kontakt kategorija" @@ -2225,8 +2336,13 @@ msgstr "Dodata nova kontakt kategorija" msgid "New email address:" msgstr "Nova e-mejl adresa:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Nova interna beleška:" @@ -2234,13 +2350,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 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:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nova lozinka:" @@ -2248,8 +2364,8 @@ msgstr "Nova lozinka:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Novi prioritet" @@ -2306,10 +2422,10 @@ msgstr "Nove prijave" msgid "New state" msgstr "Novo stanje" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Novi šablon" @@ -2317,7 +2433,8 @@ msgstr "Novi šablon" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovije" @@ -2329,33 +2446,36 @@ msgstr "Sledeće" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Ne" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Nema direkcije" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Nije odabrana skupština" @@ -2371,24 +2491,22 @@ msgstr "No flagged problems found." msgid "No flagged users found." msgstr "No flagged users found." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "No further updates" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "No result returned" @@ -2401,19 +2519,19 @@ msgstr "" "No specific areas are currently available, because the MAPIT_URL in\n" " your config file is not pointing to a live MapIt service." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Nema pristalica" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Nijedan" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2421,8 +2539,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2434,7 +2552,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Nije za moj pod-odsek" @@ -2452,7 +2570,7 @@ msgstr "Nije prijavljen skupštini" msgid "Note" msgstr "Napomena" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Napomena" @@ -2464,8 +2582,12 @@ msgstr "Napomena: %s" msgid "Notes from SDM to DM" msgstr "Sada podnesite vaše najnovije informacije…" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2476,15 +2598,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "U redu" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2492,22 +2616,27 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstariji" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otvoren" @@ -2532,7 +2661,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2544,25 +2673,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Drugi" @@ -2592,21 +2722,36 @@ msgstr "Strana nije nađena" msgid "Parent" msgstr "Izvor" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Sve kategorije" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Delimično" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Lozinka (opcionalno)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +msgid "Password change cancelled." msgstr "" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Lozinka (opcionalno)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Dozvole:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Dozvole:" @@ -2614,7 +2759,7 @@ msgstr "Dozvole:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2625,39 +2770,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Broj telefona (opcionalno)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Tel:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2665,20 +2810,20 @@ msgstr "Tel:" msgid "Photo" msgstr "Fotografija" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Fotografija potrebna." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Fotografija potrebna" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2688,6 +2833,10 @@ msgstr "Fotografije" msgid "Photos of recent nearby reports" msgstr "Fotografije nedavnih obližnjih prijava" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2698,8 +2847,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Stavi oznaku na mapi" @@ -2723,31 +2873,31 @@ msgstr "Molimo vas proverite lozinke i probajte ponovo " 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:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Molimo vas izaberite kategoriju" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Molimo vas ispravite greške ispod" @@ -2762,104 +2912,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Molimo vas unesite ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Molimo vas unesite naziv ovog tela" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Molimo vas unesite lozinku" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Molimo vas unesite predmet" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Molimo vas unesite važeći e-mejl" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Molimo vas unesite važeću e-mejl adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Molimo vas unesite neke podatke" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Molimo vas unesite vaš e-mejl" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Molimo vas unesite vaše ime" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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 " -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Molimo vas unesite vaše ime" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Molimo vas unesite vaš broj telefona" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Molimo vas unesite vaše drugo ime" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Molimo vas unesite vaše zvanje" @@ -2868,7 +3036,7 @@ msgstr "Molimo vas unesite vaše zvanje" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Molimo vas slobodno se upišite još jednom, ili se vratite na početnu stranu." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Molimo vas popunite pojedinosti o problemu ispod." @@ -2878,7 +3046,7 @@ msgstr "Molimo vas popunite pojedinosti o problemu ispod." 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 "Molimo vas popunite obrazac ispod sa pojedinostima problema i opišite lokaciju što je moguće preciznije u polju sa pojedinostima." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2886,8 +3054,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Molimo vas navedite da li biste hteli da dobijete još jedan upitnik " -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2913,11 +3089,11 @@ 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:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Molimo vas pružite javne informacije o ovoj prijavi." @@ -2934,15 +3110,19 @@ msgstr "Molimo vas navedite neki tekst kao i fotografiju" 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 " -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Molimo vas odaberite direkciju." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Molimo vas izaberite vest koju želite" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Molimo vas iznesite da li je problem rešen ili ne " @@ -2950,19 +3130,20 @@ msgstr "Molimo vas iznesite da li je problem rešen ili ne " msgid "Please state whether or not the problem has been fixed" msgstr "Molimo vas iznesite da li je problem rešen ili ne " -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Molimo vas postavite samo sliku" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Molimo vas napišite poruku" @@ -2970,23 +3151,23 @@ msgstr "Molimo vas napišite poruku" msgid "Post" msgstr "Postavi" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Postavljeno anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Postavio %s (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" @@ -2994,20 +3175,32 @@ msgstr "Postavio %s na %s" msgid "Powered by FixMyStreet Platform" msgstr "Powered by Ndreqe.com Platform" -#: templates/web/base/pagination.html:4 -msgid "Previous" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + +#: templates/web/base/pagination.html:4 +msgid "Previous" msgstr "Prethodni" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioriteti" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Privatnost" @@ -3017,15 +3210,14 @@ msgstr "Privatnost" msgid "Privacy and cookies" msgstr "Privatnost i kolačići" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privatan" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3037,10 +3229,30 @@ msgstr "Problem" msgid "Problem %d created" msgstr "Problem %d kreiran" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Dodaj u uži krug" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s potvrđen" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d kreiran" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d kreiran" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Ukloni iz užeg kruga" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s poslat skupštini %s" @@ -3051,7 +3263,7 @@ msgstr "Problem %s poslat skupštini %s" msgid "Problem breakdown by state" msgstr "Pregled problema po stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3059,7 +3271,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3068,11 +3281,11 @@ msgstr "Problemi" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Problemi u blizini" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problemi na mapi" @@ -3080,37 +3293,43 @@ msgstr "Problemi na mapi" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Nedavno prijavljeni problemi sređeni na Sredimojuulicu" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problemi u okviru %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problemi u okviru %s naselja" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problemi u okviru %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Adresa imovine:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Pruži najnovije informacije" @@ -3119,32 +3338,37 @@ msgstr "Pruži najnovije informacije" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Pružanje lozinke je opcionalno, ali će vam omogućiti da lakše prijavite probleme, da ostavite najnovije informacije i upravljate vašim prijavama." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Javne informacije:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Objavi fotografiju" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Upitnik" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3161,23 +3385,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Upitnik %d poslat za problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Upitnik popunio podnosilac problema " -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS vesti" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS vesti za %s naselje, %s" @@ -3185,52 +3410,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS vesti o obližnjim problemima" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS vesti %s, u okviru %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS vesti o nedavnim lokalnim potrebama" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS vesti o najnovijim informacijama o ovom problemu" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Primio %s par trenutaka kasnije" @@ -3244,11 +3473,12 @@ msgstr "Nedavni lokalni problemi, %s" msgid "Recently reported problems" msgstr "Nedavno prijavljeno problema" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno ažurirano" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3256,15 +3486,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3280,21 +3506,26 @@ msgstr "Ukloni oznaku" msgid "Remove from shortlist" msgstr "Ukloni iz užeg kruga" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Ukloni sa internet stranice" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Ukloni sa internet stranice" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Odgovori korisniku:" @@ -3302,30 +3533,38 @@ msgstr "Odgovori korisniku:" msgid "Report" msgstr "Prijavi" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavi problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Prijavi zloupotrebu" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Prijavljeni anonimno u %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3335,17 +3574,20 @@ msgstr "" msgid "Report as" msgstr "Prijavi kao" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Prijavi kao" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Prijavi u %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Prijavi svoj problem" @@ -3358,24 +3600,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavi, pregledaj ili diskutuj o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Prijavljeni anonimno u %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Prijavljeni ranije" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Prijavio %s u %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Prijavio:" @@ -3383,59 +3625,63 @@ msgstr "Prijavio:" msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno u kategoriji %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Prijavljeno u kategoriji %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Prijavljeno putem %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Prijavljeno putem %s od strane %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavljeno putem %s u kategoriji %s od strane %s u %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Prijavio:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Prijave" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Prijave su ograničene na %s karaktera u dužini. Molimo vas skratite vašu prijavu" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3443,14 +3689,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Prijave čekaju na odobrenje" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Prijave pouzdanih korisnika šalju se odgovornom telu bez vršenja prethodne inspekcije." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3459,63 +3701,61 @@ msgstr "" msgid "Reports published" msgstr "Objavljene prijave" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Prijave koje čekaju da budu poslate" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Prijave se šalju automatski bez potrebe za inspekcijom ukoliko je ugled korisnika na ili iznad ove vrednosti. Podesi na 0 ukoliko se bez obzira na to, moraju pregledati sve prijave." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Ugled:" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Prioriteti odgovora" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Prioriteti odgovora" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Prioriteti odgovora za %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Prioritet odgovora za %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Šablon odgovora za %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3531,56 +3771,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Pravo mesto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Drumski operater za naziv ove ulice (iz OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Okreni levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Okreni desno" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Okretanjem ove slike odbacuju se nesačuvane promene u izveštaju." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satelitski" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Sačuvaj promene" @@ -3588,58 +3849,62 @@ msgstr "Sačuvaj promene" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Sačuvaj javnim ažuriranjem" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Pretraži prijave" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Pretraži korisnike" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Pretraži prijave" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Pretraga:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Pretraga bez rezultata." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Pretragom nađeno nula korisnika." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Vidi našu politiku privatnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3649,12 +3914,12 @@ msgid "Select a body" msgstr "Odaberi telo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izaberi oblast" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3666,19 +3931,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Odaberi:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3687,41 +3957,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Pošalji prijavu nazad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Poslato %s %s kasnije" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Poslato:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Usluga:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Postavi na moju aktuelnu lokaciju" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Podeli" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3729,14 +3999,14 @@ msgstr "Podeli" msgid "Shortlist" msgstr "Uži krug" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Ubačen u uži krug" @@ -3749,7 +4019,7 @@ msgstr "Ubacio u uži krug %s" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3765,7 +4035,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3773,9 +4044,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Prikaži oznake" @@ -3787,20 +4059,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Upiši se" -#: templates/web/base/auth/create.html:22 +#: 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 "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:20 +#: 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 "" @@ -3809,16 +4081,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Upiši se ili otvori račun" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Ispiši se" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Neke kategorije mogu iziskivati dodatne informacije." @@ -3831,12 +4104,12 @@ msgstr "" "Some endpoints require an API key to indicate that the reports are being\n" " sent from your FixMyStreet installation." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Neke fotografije nedavnih prijava" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Tekst koji treba pronaći" @@ -3844,11 +4117,13 @@ msgstr "Tekst koji treba pronaći" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3856,7 +4131,8 @@ msgstr "Izvinite, ovo je Crown poštanski broj koji ne pokrivamo." msgid "Sorry, that wasn’t a valid link" msgstr "Izvinite, ovo nije’t važeći link" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3865,9 +4141,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Izvinite, nismo mogli da nađemo datu lokaciju." @@ -3877,174 +4153,194 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "Izvinite, nismo uspeli da sačuvamo vaše slike, molimo vas pokušajte ponovo." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "Izvinite, nemate dozvolu da to učinite." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortiraj po" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Osoblje:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Osoblje:" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Država" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Statistike" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Izgled ulice" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Odsek/direkcija" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Predmet" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Predmet" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Podnesi" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Podnesi promene" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Podnesi upitnik" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Podneo" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4052,11 +4348,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Prijave su ograničene na %s karaktera u dužini. Molimo vas skratite vašu prijavu" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4064,19 +4367,20 @@ msgstr "" msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Rezime" @@ -4090,11 +4394,11 @@ msgstr "Kratki izveštaji" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superkorisnik:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superkorisnici imaju dozvolu da obave sve radnje u sklopu admin." @@ -4108,29 +4412,33 @@ msgstr "Rezultati ankete" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Šablon «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Šabloni" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" +#: 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 "Samo tekstualna verzija" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Hvala što ste prijavili ovo pitanje!" @@ -4155,7 +4463,7 @@ msgstr "Hvala vam na upitu" msgid "Thank you for your feedback" msgstr "Hvala vam na vašim povratnim informacijama" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Hvala vam što ste postavili vašu fotografiju. Sada moramo da pronađemo vaš problem, tako da vas molimo da ubacite naziv ili poštanski broj obližnje ulice u rubriku gore  :" @@ -4163,7 +4471,12 @@ msgstr "Hvala vam što ste postavili vašu fotografiju. Sada moramo da pronađem msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Hvala vam, drago nam je da čujemo da je sređeno! Da li samo možemo da vas upitamo da li ste ikada ovaj problem prijavili skupštini i ranije?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Slika nije učitana ispravno (%s), molimo vas pokušajte ponovo." @@ -4171,55 +4484,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Dati poštanski broj nije prepoznat, izvinite." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Dati problem obeležen je kao poslat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Data prijava ne može se pogledati na %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Data prijava uklonjena je sa Sredimojuulicu." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"E-mejl adresa predstavlja odredište na koju će biti poslati izveštaji o ovoj kategoriji.\n" -"Druge kategorije ovog tela mogu imati istu e-mejl adresu." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4230,11 +4537,8 @@ msgstr "" "Poslednja tačka zapravo je URL službe sa kojom će se povezati Sredimojuulicu\n" "prilikom slanja prijave ovoj direkciji." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4244,8 +4548,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4255,6 +4563,14 @@ msgstr "" "Metod slanja određuje kako će prijave o problemu biti poslate odnosnoj direkciji.\n" "Ukoliko ovo ne popunite, pošaljite automatsko podešavanje metode na e-mejl adresu." +#: 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 "" @@ -4268,11 +4584,16 @@ msgstr "" "Ime direkcije identifikuje direkciju (na primer, Direkcija javnih usluga)\n" "i može se prikazati javno." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Dati problem obeležen je kao poslat." + +#: 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 "Direkcija neće’t biti u stanju da vam pomogne ukoliko ne ostavite što je moguće više pojedinosti. Molimo vas opišite tačnu lokaciju problema (npr. na zidu), šta je, koliko dugo je tu, opis (i sliku problema, ukoliko je imate), itd." @@ -4287,15 +4608,11 @@ msgstr "" msgid "The error was: %s" msgstr "Greška je: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "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." @@ -4332,10 +4649,6 @@ msgstr "Link je možda istekao ili ga možda niste ’t ispravno kopirali i msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Lista dostupnih oblasti pružena je uslugom MapIt u %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4345,24 +4658,24 @@ msgstr "Lozinke se ne poklapaju" msgid "The requested URL '%s' was not found on this server" msgstr "Traženi URL '%s' nije nađen na ovom serveru" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao da pronađe problem na mapi, već samo da vidi oblast oko lokacije koju su uneli " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4370,7 +4683,20 @@ msgstr "" "Nazivkorisnika javno se prikazuje na prijavama koje nisu označene kao anonimne.\n" "Nazivi nisu nužno jedinstveni." +#: 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." @@ -4380,7 +4706,11 @@ msgstr "Nema prijava za prikazivanje." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4388,30 +4718,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Nastao je problem u prikazivanju strane Sve prijave. Molimo vas probajte ponovo kasnije." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Nastao je problem u prikazivanju ove strane. Molimo vas probajte ponovo kasnije." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas pokušajte ponovo." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." @@ -4419,12 +4745,16 @@ msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." msgid "There were problems with your update. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4446,16 +4776,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Iste će biti objavljene online kako bi ih ostali videli, u skladu sa našom politikom privatnosti." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Iste će biti poslate %s i objavljene online kako bi ih drugi videli, u skladu sa našom politikom privatnosti." +#: 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 "" + #: 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 "Ova primena API je u toku i još uvek nije stabilizovana. Promeniće se bez ikakvog upozorenja ubuduće." @@ -4483,34 +4818,31 @@ msgstr "" "Ovoj direkciji šalju se samo one prijave o problemima koji se nalaze u pokrivenoj oblasti.\n" "Direkcija neće primati nikakve prijave, sem u slučaju da pokriva najmanje jednu oblast ." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Ovaj e-mejl poslat je obema direkcijama koje pokrivaju lokaciju problema, pošto je korisnik nije klasifikovao; molimo vas ignorišite je ukoliko niste prava direkcija koja treba da se pozabavi ovim pitanjem ili nam stavite na znanje koje je kategorije ovaj problem kako bismo mogli da ga dodamo u naš sistem." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Ova informacija je tražena" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Ovo je veb stranica za programere; stvari se mogu pokvariti u svakom trenutku a baza podataka briše se periodično." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4530,7 +4862,8 @@ msgstr "Ovaj problem nije sređen" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4538,41 +4871,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ova prijava čeka na moderatora." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Ova prijava trenutno je označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Ova prijava je trenutno označena kao sređena." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Potrošeno vreme (u minutima):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Vremenski okvir" @@ -4581,23 +4918,23 @@ msgid "Tips for perfect photos" msgstr "Saveti za savršene fotografije" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Naslov" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 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/alert/index.html:26 +#: 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 " -#: templates/web/base/alert/index.html:28 +#: 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 "" @@ -4609,12 +4946,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4631,15 +4973,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Ukupno" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4651,21 +4993,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Kojima veruju direkcije:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Verodostojan da podnosi prijave koje ne moraju da se proveravaju " - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Verodostojan:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Probajte ponovo" @@ -4673,30 +5005,36 @@ msgstr "Probajte ponovo" msgid "Try emailing us directly:" msgstr "Pokušajte da nam direktno pošaljete e-mejl:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Nepotvrđeno" @@ -4709,26 +5047,27 @@ msgstr "Nepoznati" msgid "Unknown alert type" msgstr "Nepoznata vrsta obaveštenja" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Nepoznata greška" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4742,20 +5081,25 @@ msgstr "" msgid "Update" msgstr "Ažuriranje" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Najnovije informacije %s kreirane za problem %d; od strane %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Najnovije informacije %s kreirane za problem %d; od strane %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Najnovije informacije ispod dodate anonimno u %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Najnovije informacije ispod dodao %s u %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Pregled najnovijih informacija po državi" @@ -4780,43 +5124,44 @@ msgstr "Ažuriranjem problem označen kao rešen" msgid "Update reopened problem" msgstr "Ažuriranjem ponovo otvoren problem" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Ažuriran" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Ažuriran!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Ažurirane informacije" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4834,17 +5179,6 @@ msgstr "Ažurirane informacije o ovom problemu, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4853,15 +5187,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "Upotrebi Open311 kao liniju za slanje ažuriranih informacija" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Upotrebljena mapa" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4870,36 +5199,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Uklonjena oznaka korisnika" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Pretraga korisnika poklapa se sa kriterijumima u imenima i e-mejl adresama korisnika." @@ -4907,24 +5236,37 @@ msgstr "Pretraga korisnika poklapa se sa kriterijumima u imenima i e-mejl adresa msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Korisnici mogu obaviti sledeće radnje u sklopu njima dodeljene direkcije ili oblasti." + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -4933,25 +5275,25 @@ msgstr "Ažurirane vrednosti" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Vidi prijave na stranici" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Vidi prijave po naselju" @@ -4959,7 +5301,7 @@ msgstr "Vidi prijave po naselju" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4969,6 +5311,7 @@ msgid "Viewing a location" msgstr "Pregled lokacije" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Pregled problema" @@ -4976,7 +5319,7 @@ msgstr "Pregled problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 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." @@ -4999,7 +5342,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Treba nam vaša e-mejl adresa, molimo vas navedite je u nastavku." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Shvatamo da je ovaj problem odgovornost %s; međutim, u ovom trenutku nemamo nikakve kontakt podatke o njima. Ukoliko vam je poznata bilo kakva odgovarajuća kontakt adresa, molimo vas stupite sa nama u kontakt." @@ -5008,7 +5351,7 @@ msgid "We send it to the council on your behalf" msgstr "Poslali smo ga skupštini u vaše ime" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -5021,7 +5364,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "We’re Žao nam je što čujemo da problem nije rešen. Zašto ne pokušate da se obratite vašim lokalnim predstavnicima?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5042,19 +5385,11 @@ msgstr "Kada je izmenjena" msgid "When sent" msgstr "Kada je poslata" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5066,7 +5401,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5074,7 +5409,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5086,9 +5421,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5096,22 +5431,26 @@ msgstr "Ukoliko napišete vašu poruku u potpunosti velikim slovima teško je pr #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Da" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5119,20 +5458,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "" -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5140,7 +5480,7 @@ msgstr "" 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "" @@ -5151,10 +5491,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5162,11 +5502,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5174,12 +5520,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5193,12 +5543,11 @@ msgstr "" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "" @@ -5207,7 +5556,7 @@ msgstr "" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5216,11 +5565,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5243,21 +5592,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -5266,8 +5621,8 @@ msgstr "" msgid "Your email address" msgstr "" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5276,7 +5631,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "" @@ -5284,46 +5640,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: templates/web/base/auth/create.html:34 +#, fuzzy +msgid "Your password has expired, please create a new one below. When you click the link in your email, your password will be updated." +msgstr "Umesto toga, upiši se e-mejlom, unošenjem nove lozinke. Kada kliknete na link u vašem e-mejlu, ažuriraće se vaša lozinka." + +#: 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 msgid "Your password should include %d or more characters." msgstr "" #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "" @@ -5340,11 +5703,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "" @@ -5361,24 +5725,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5386,17 +5755,17 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "" @@ -5404,7 +5773,7 @@ msgstr "" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5427,54 +5796,64 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(opcionalno)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "ili" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Pregled lokacije" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5486,7 +5865,7 @@ msgstr "" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "" @@ -5499,7 +5878,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "" @@ -5507,15 +5886,17 @@ msgstr "" msgid "today" msgstr "" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "" @@ -5527,16 +5908,16 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "" @@ -5604,7 +5985,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5628,7 +6009,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5652,7 +6033,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5660,7 +6041,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5668,7 +6049,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5708,7 +6089,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5716,10 +6097,97 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" msgstr[2] "" + +#~ 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." + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Označi private ukoliko izveštaji u ovoj kategoriji ne treba nikada da se prikažu na internet stranici.\n" +#~ "
\n" +#~ "Uobičajeno, kategorije nisu privatne.\n" +#~ "
\n" +#~ "Sve je ovo odgovarajuće kada se radi o pitanjima koja želite da dozvolite korisnicima da ih prijave direkcijama, ali za čije prikazivanje ne postoji nikakav javni\n" +#~ "interes. U UK smo ovo koristili za usluge kao što je zahtevanje dodatnog kontejnera za smeće\n" +#~ "na konkretnoj adresi." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinate:" + +#~ msgid "Description:" +#~ msgstr "Opis:" + +#~ msgid "Didn't use map" +#~ msgstr "Nije koristio mapu" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Ukoliko koristite način slanja koji ne podrazumeva e-mejl, unesite ID usluge (Open311) ili ekvivalentan identifikator ovde." + +#~ msgid "Inspection required" +#~ msgstr "Potrebna inspekcija" + +#~ msgid "OK" +#~ msgstr "U redu" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Prijave pouzdanih korisnika šalju se odgovornom telu bez vršenja prethodne inspekcije." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Prijave se šalju automatski bez potrebe za inspekcijom ukoliko je ugled korisnika na ili iznad ove vrednosti. Podesi na 0 ukoliko se bez obzira na to, moraju pregledati sve prijave." + +#~ msgid "Reputation threshold" +#~ msgstr "Ugled:" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Prioriteti odgovora za %s" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Data prijava ne može se pogledati na %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "E-mejl adresa predstavlja odredište na koju će biti poslati izveštaji o ovoj kategoriji.\n" +#~ "Druge kategorije ovog tela mogu imati istu e-mejl adresu." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas pokušajte ponovo." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Ovo je veb stranica za programere; stvari se mogu pokvariti u svakom trenutku a baza podataka briše se periodično." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Kojima veruju direkcije:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Verodostojan da podnosi prijave koje ne moraju da se proveravaju " + +#~ msgid "Trusted:" +#~ msgstr "Verodostojan:" + +#~ msgid "Used map" +#~ msgstr "Upotrebljena mapa" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index 680c8ce1bb2..1c2608f3c89 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: Joe Siltberg , 2019\n" "Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" @@ -21,23 +21,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr " och " -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "som flest %d tecken" @@ -53,8 +54,10 @@ msgstr "%d till %d av %d" msgid "%d users already existed" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Sammanställningsrapporter" @@ -77,7 +80,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kommuner kontaktade – %s bekräftade, %s obekräftade" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -85,7 +88,7 @@ msgid "" msgstr "%s har ett flertal RSS-flöden och epostbevakningar för lokala problem, inklusive bevakning för alla problem inom en kommun eller alla problem inom ett visst avstånd från en plats." #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -96,8 +99,8 @@ msgstr "%s har ett flertal RSS-flöden och epostbevakningar för lokala problem, msgid "%s live updates" msgstr "%s uppdateringar" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s öppnade, %s stängda, %s lösta" @@ -117,13 +120,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defekt & defektens plats)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Inget namn)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Inget telefonnummer)" @@ -135,7 +138,7 @@ msgstr "(endast a-z och mellanslag)" msgid "(closed)" msgstr "(stängd)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(täcker ungefär 200 000 invånare)" @@ -143,10 +146,6 @@ msgstr "(täcker ungefär 200 000 invånare)" msgid "(fixed)" msgstr "(fixad)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(ignorerad om typen är \"Sträng\")" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "till exempel graffiti, skräp, trasiga gatustenar eller belysning" @@ -173,13 +172,13 @@ msgid "(sent to both)" msgstr "(skickat till båda)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Välj en kategori --" @@ -187,6 +186,11 @@ msgstr "-- Välj en kategori --" msgid "-- Pick an option --" msgstr "-- Välj ett alternativ --" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "Välj en förvaltning." + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "--Välj en mall--" @@ -207,11 +211,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr " %s rapporter %s" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "%s sparad." @@ -236,23 +242,29 @@ msgstr "Nej Låt mig bekräfta uppdateringen via epost" msgid "No Let me confirm my update by email/text" msgstr "Nej Låt mig bekräfta min uppdatering via epost/SMS" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "Notera: Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "Notera: Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Ja, jag har ett lösenord" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "Om problemet" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "Aktivera tvåfaktorsautentisering" @@ -272,13 +284,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Ny kategori" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Lägg till förvaltning" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Lägg till epostadress" @@ -287,7 +304,7 @@ msgstr "Lägg till epostadress" msgid "Add extra fields" msgstr "Lägg till ytterligare fält" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "Lägg till fält" @@ -295,16 +312,16 @@ msgstr "Lägg till fält" msgid "Add fixed state" msgstr "Lägg till löst tillstånd" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Ny kategori" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "Lägg till alternativ" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Lägg till telefonnummer" @@ -318,24 +335,25 @@ msgid "Add to shortlist" msgstr "Lägg till i slutlista" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Lägg till användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Lägg till eller ta bort problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Lägg till eller ta bort svarsprioriteringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Lades till %s" @@ -343,7 +361,7 @@ msgstr "Lades till %s" 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." -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "Administratörskontrollpanel" @@ -359,19 +377,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Varsko mig om framtida uppdateringar" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "Bevakningar:" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "Alla" @@ -384,8 +403,8 @@ msgid "All Reports as CSV" msgstr "Alla rapporter som CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Samtliga kategorier" @@ -397,9 +416,9 @@ msgstr "Alla FixMyStreet-varianter" msgid "All languages" msgstr "Alla språk" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -426,7 +445,17 @@ msgstr "Vi kan alternativt dölja ditt namn från samtliga av dina rappo msgid "Always fetch all problems" msgstr "Hämta alltid alla problem" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Lägg till epostadress" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "En uppdatering markerade det här problemet som löst." @@ -440,7 +469,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym användare" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -452,24 +481,29 @@ msgstr "Anonym:" msgid "Another user" msgstr "Annan användare" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Är du säker på att du vill avbryta den här uppladdningen?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 msgid "Are you sure?" msgstr "Är du säker?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 -#: templates/web/zurich/admin/bodies/form.html:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Område som täcks" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "Område:" @@ -478,28 +512,33 @@ msgstr "Område:" 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 "Eftersom detta är en testsajt och %s är falskt kommer rapporter gjorda här att rapporteras till problemrapportören istället för kontakten angiven i problemkategorin" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Tilldela användare till områden" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Tilldela behörig förvaltning:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Lägg i en annan kategori:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Tilldela extern förvaltning:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "Tilldela användare till områden" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tilldelad %s" @@ -511,31 +550,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 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." -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Automatiskt svar" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Autosvar:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "Automatiserad" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "Fyll i rapportämne och -detaljer automatiskt" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Tillgängliga kategorier" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "Genomsnittlig tid från det att ett problem rapporteras till dess att det är löst, för de senaste 100 rapporterna." @@ -544,12 +574,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:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Väntar på att granskas" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tillbaka" @@ -557,29 +588,39 @@ msgstr "Tillbaka" msgid "Back to all reports" msgstr "Tillbaka till samtliga rapporter" +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "" + #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" msgstr "Förbjud användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Förvaltningar" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Förvaltning" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Förvaltning:" @@ -587,10 +628,6 @@ msgstr "Förvaltning:" msgid "CSV File" msgstr "CSV-fil" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 användas för att visa ytterligare text till användaren vid sidan om fältet. Standardmallen visar inte detta (meta.datatype_description), du måste lägga till det i category_extras_fields.html" - #: 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 "Kan du inte hitta vårt e-brev? Kolla din skräppostmapp – det är lösningen 99% av tiden." @@ -599,39 +636,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Kategorier" -#: templates/web/base/admin/category-checkboxes.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 "Kategorier:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "Kategori och tillstånd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori ändrat från ‘%s’ till ‘%s’" @@ -640,12 +680,12 @@ msgstr "Kategori ändrat från ‘%s’ till ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategorins lösningsnivå för problem över 4 veckor gamla" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -654,48 +694,39 @@ msgstr "Kategori:" msgid "Change" msgstr "Ändra" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "Ändra e-postadress" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Ändra lösenord" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Ändra telefonnummer" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." -msgstr "Bocka för inspektion krävs om rapporter i den här kategorin måste inspekteras innan de skickas." +#: templates/web/base/auth/generate_token.html:56 +#, fuzzy +msgid "Change two-factor authentication" +msgstr "Aktivera tvåfaktorsautentisering" -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "Kryssa i privat om rapporter i den här kategorin aldrig skall visas på sajten.
Kategorier är vanligtvis inte privata.
Detta är lämpligt för rapporter som du vill tillåta att användare rapporterar till förvaltningen, men där det inte finns något allmänt intresse av att visa rapporten. Det kan exempelvis vara en kategori som används för att sätta ut en extra papperskorg på en specifik adress." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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 "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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "Välj en annan" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "Rensa offline-data" @@ -732,57 +763,61 @@ msgid "Close" msgstr "Stäng" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Stängd" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Stängd av kommunen" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "Stängd för uppdateringar" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinater:" #: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "Kod" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "Vik ihop karta" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Konfiguration" @@ -791,12 +826,12 @@ msgstr "Konfiguration" msgid "Confirm" msgstr "Bekräfta" -#: templates/web/base/auth/2faform.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 "Bekräfta konto" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "Bekräfta via epost nedan genom att ange ett nytt lösenord. När du bekräftar kommer ditt lösenord att uppdateras." @@ -808,16 +843,16 @@ msgstr "Bekräfta via epost nedan genom att ange ett nytt lösenord. När du bek msgid "Confirmation" msgstr "Bekräftelse" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Bekräftat" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Bekräftat:" @@ -832,10 +867,12 @@ msgstr "Kontakta %s" msgid "Contact Us" msgstr "Kontakta oss" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Kontakta teamet" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Fortsätt" @@ -848,17 +885,13 @@ msgstr "Fortsätt - rapportera ett nytt problem" msgid "Convert location from Easting/Northing" msgstr "Konvertera platsen från Easting/Northing" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Koordinater:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kan inte hitta användaren" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Kunde inte slå upp platsen" @@ -878,7 +911,7 @@ msgstr "Kommunkontakter för %s" msgid "Council ref: %s" msgstr "kommunens referens: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Kommun:" @@ -887,6 +920,8 @@ msgstr "Kommun:" msgid "Count" msgstr "Antal" +#: 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 "Skapa" @@ -895,38 +930,42 @@ msgstr "Skapa" msgid "Create a report" msgstr "Skapa en rapport" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" msgstr "Skapa ett konto" -#: templates/web/base/admin/bodies/contact-form.html:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Skapa en kategori" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: templates/web/base/admin/responsepriorities/edit.html:41 +#: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" msgstr "Skapa prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "Skapa rapporter/uppdateringar som anonym användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Skapa rapporter/uppdateringar som kommunen" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "Skapa rapporter/uppdateringar på en användares vägnar" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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/zurich/admin/templates.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Skapad" @@ -935,7 +974,7 @@ msgid "Created %d new users" msgstr "Skapade %d nya användare" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -945,11 +984,11 @@ msgstr "Skapad:" msgid "Current password:" msgstr "Nuvarande lösenord:" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "Nuvarande token:" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "För närvarande grupperade efter %s" @@ -958,19 +997,19 @@ 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:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "Kund ej kontaktbar" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Översikt" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "Inaktivera tvåfaktorsautentisering" @@ -978,35 +1017,33 @@ msgstr "Inaktivera tvåfaktorsautentisering" msgid "Dealt with by subdivision within 5 working days" msgstr "Hanterat av underavdelning inom 5 arbetsdagar" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "Standard" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "Standardprioritet" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "Skapa, som standard, rapporter/uppdateringar som kommunen" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -msgstr "Defekttyp" - +#: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Ta bort" -#: perllib/FixMyStreet/App/Controller/Admin.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Ta bort mall" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Ta bort mall" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Borttagen" @@ -1015,49 +1052,45 @@ msgstr "Borttagen" msgid "Describe why you are moderating this" msgstr "Beskriv varför du modererar detta" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Beskrivning" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Beskrivning:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Beskrivning" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." msgstr "Detaljerad information är begränsad till %d tecken." +#. ("JS") #: templates/web/base/admin/users/alerts.html:12 -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "Enhet och sajt" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Delegerat" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Använde inte kartan" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Flitighetstopplistan" @@ -1066,6 +1099,15 @@ msgstr "Flitighetstopplistan" msgid "Disable" msgstr "Inaktivera" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "Inaktiverad:" @@ -1075,6 +1117,14 @@ msgstr "Inaktiverad:" msgid "Discard changes" msgstr "Ta bort ändringar" +#: 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 "Skicka inte e-postnotifikationer kring hämtade kommentarer till problemrapportens skapare" @@ -1084,15 +1134,11 @@ msgstr "Skicka inte e-postnotifikationer kring hämtade kommentarer till problem msgid "Do you have a %s password?" msgstr "Har du ett lösenord för %s?" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "Vill du automatiskt lyfta en defekt?" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Vet ej" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Gillar du inte formulär?" @@ -1100,19 +1146,25 @@ msgstr "Gillar du inte formulär?" msgid "Down one" msgstr "Ner en" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Släpp foton här eller klicka för att ladda upp" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "Dublett av" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "Dubletter" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1120,32 +1172,35 @@ 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/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Easting/Northing:" #: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Ändra" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Ändra förvaltningsdetaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Redigera andra användares rättigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "Redigera rapportkategori" @@ -1153,15 +1208,17 @@ msgstr "Redigera rapportkategori" msgid "Edit report details" msgstr "Redigera rapportuppgifter" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "Redigera rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Redigera rapporter" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "Redigera användarnas detaljer/sök efter deras rapporter" @@ -1169,13 +1226,13 @@ msgstr "Redigera användarnas detaljer/sök efter deras rapporter" msgid "Edit your update" msgstr "Redigera din uppdatering" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Ändrar problem %d" @@ -1197,7 +1254,10 @@ msgstr "Redaktör" #: 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:17 +#: 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 @@ -1205,15 +1265,14 @@ msgstr "Redaktör" msgid "Email" msgstr "Epost" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "E-postadress" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "Epostadress (valfri)" @@ -1226,21 +1285,21 @@ msgstr "E-postnotifikation skapad" msgid "Email alert deleted" msgstr "E-postnotifikation borttagen" -#: templates/web/base/auth/general.html:99 +#: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" msgstr "Mejla mig en länk eller SMS:a mig en kod för att logga in" -#: templates/web/base/auth/general.html:101 +#: templates/web/base/auth/general.html:108 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:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "Epost bekräftad:" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Epost:" @@ -1306,7 +1365,7 @@ msgstr "Aktivera Kan överlåtas-inställningen om en eller fle msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "Aktivering av detta kommer att tysta felmeddelanden som normalt sett uppstår när en uppdatering saknar en beskrivning" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "Slutdatum" @@ -1314,11 +1373,12 @@ msgstr "Slutdatum" msgid "Endpoint" msgstr "Ändpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Skriv in ett Zürich-gatunamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Ange gatunamn och ort eller ett postnummer" @@ -1327,7 +1387,6 @@ msgstr "Ange gatunamn och ort eller ett postnummer" msgid "Enter a nearby postcode, or street name and area" msgstr "Ange gatunamn och ort eller ett postnummer" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Ange ett närligande gatunamn och ort" @@ -1336,8 +1395,9 @@ msgstr "Ange ett närligande gatunamn och ort" msgid "Enter details of the problem" msgstr "Skriv in information om problemet" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1345,8 +1405,10 @@ msgstr "Skriv in information om problemet" msgid "Error" msgstr "Fel" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Allt" @@ -1359,7 +1421,7 @@ msgstr "Exempelpostnummer %s" msgid "Examples:" msgstr "Exempel:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Befintlig kategori" @@ -1367,20 +1429,20 @@ msgstr "Befintlig kategori" msgid "Existing users won't be modified." msgstr "Befintliga användare kommer inte att modifieras." -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "Expandera karta" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Förklara felet" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "Exportera som CSV" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Externt ID" @@ -1388,12 +1450,12 @@ msgstr "Externt ID" msgid "External URL" msgstr "Extern URL" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "Extern förvaltning" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "Extern statuskod" @@ -1401,32 +1463,37 @@ msgstr "Extern statuskod" msgid "External status code:" msgstr "Extern statuskod:" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "Externt arbetslag" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Extra uppgifter" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" msgstr "Extra fält:" +#: 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 "Misslyckades med att skicka meddelande" @@ -1436,18 +1503,27 @@ msgstr "Misslyckades med att skicka meddelande" msgid "Fields" msgstr "Fält" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "Fyll i dina uppgifter manuellt." -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +msgid "Filter" +msgstr "" + +#: 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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Första gången" @@ -1459,21 +1535,20 @@ msgstr "Lös detta genom att välja ett lämpligt område i flagged
page." msgstr "Flaggade användare är listade på flaggningssidan." @@ -1498,8 +1573,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Flaggat:" @@ -1511,29 +1586,25 @@ msgstr "Följ en länk till ett område för att se rapporter endast inom det om msgid "For best results include a close-up and a wide shot" msgstr "Inkludera en närbild och en vidbild för bästa resultat" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "För varje alternativ är Nyckel det värde som är sparat i databasen för det alternativet, och Namn är värdet som visas för användaren." - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "För mer information, se How FixMyStreet uses Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "Glömt lösenord" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Glömt ditt lösenord?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "Vidarebefordrad till extern förvaltning" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "Vidarebefordrade önskan till extern förvaltning" @@ -1543,28 +1614,34 @@ msgstr "Vidarebefordrade önskan till extern förvaltning" msgid "Frequently Asked Questions" msgstr "Vanliga frågor" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "Generera token" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Få uppdateringar" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Få uppdateringar av %s problem" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Få uppdateringar om problem i denna %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Ge mig ett RSS-flöde" @@ -1576,60 +1653,66 @@ msgstr "Ge den här fältgruppen ett namn. Det visas inte offentligt, utan bara msgid "Glad to hear it’s been fixed!" msgstr "Vi är glada att höra att det har blivit löst!" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Gå" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Skicka enkät?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Bevilja tillgång till administratörskontrollpanelen" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Visualisering av rapporter över tid" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "Grupp" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "Gruppera efter %s" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "Gruppera efter:" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Har det här problemet blivit löst?" -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Har du någonsin rapporterat ett problem till en kommun tidigare eller är det här första gången?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Hjälp" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "Hjälp %s lösa ditt problem snabbare genom att tillhandahålla lite extra uppgifter. Den här informationen kommer inte att visas offentligt på sajten." @@ -1641,18 +1724,18 @@ msgstr "Här är några andra närliggande rapporter:" msgid "Hi %s" msgstr "Hej %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Gömd" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" -msgstr "Dolt fält" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" +msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "Dölj alla rapporter och uppdateringar" @@ -1677,12 +1760,18 @@ msgstr "Dölj mitt namn i den här uppdateringen" msgid "Hide my name on this report" msgstr "Dölj mitt namn i den här rapporten" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Göm kartnålar" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Rapporterat i kategori %s" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "Dölj uppdatering helt?" @@ -1692,15 +1781,11 @@ msgstr "Dölj uppdatering helt?" msgid "Hide your name?" msgstr "Dölj ditt namn?" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "Tips" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Historik" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Hem" @@ -1708,7 +1793,8 @@ msgstr "Hem" msgid "How to report a problem" msgstr "Hur man rapporterar ett problem" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Hur bra rapporter skickas" @@ -1727,15 +1813,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Tyvärr kunde vi inte hitta ditt problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1750,29 +1836,33 @@ msgstr "Identifiera en förälder om den här förvaltningen ä msgid "If there's a user associated with the address you entered, we've sent a confirmation email." msgstr "Om en användare är associerad med adressen som du skrev in, så har vi skickat ett bekräftelsemejl." -#: templates/web/base/admin/responsepriorities/edit.html:23 +#: 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 "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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -msgstr "Om ikryssad så kommer användaren inte att se ett textfält, utan endast beskrivningstexten." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." +msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 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." -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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 "Om två eller fler förvaltningar delar på ett geografiskt område, kombinerar FixMyStreet identiska kategorier till ett val i menyn. Se till att du använder samma kategorinamn om du vill att det skall hända." -#: templates/web/base/contact/index.html:112 +#: 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 "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:61 +#: templates/web/base/auth/generate_token.html:83 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." @@ -1784,37 +1874,32 @@ msgstr "Om du får mer information om problemets status får du gärna komma til msgid "If you let us know your email address, we’ll notify you when this problem is updated or fixed." msgstr "Om du uppger din epostadress meddelar vi dig när problemet uppdateras eller fixas." -#: templates/web/base/admin/responsepriorities/edit.html:45 +#: 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 "Om du bara vill att den här prioriteringen skall vara valbar för specifika kategorier, välj då dessa här. Som standard visas den för samtliga kategorier." -#: templates/web/base/admin/template_edit.html:39 +#: 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 "Om du bara vill att den här mallen skall vara valbar för specifika kategorier, välj då dessa här. Som standard visas den för samtliga kategorier." #: templates/web/base/report/new/top_message_none.html:10 -#: templates/web/base/report/new/top_message_none.html:9 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/template_edit.html:62 +#: 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 "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." -#: templates/web/base/admin/template_edit.html:49 +#: 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 "Om du vill använda denna mall för att automatiskt fylla i uppdateringsfältet då en rapports status ändras, välj då statusvärdet här." -#: templates/web/base/questionnaire/index.html:70 +#: 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 "Om du vill lämna ytterligare information om problemet, ange det här. Till exempel, hur upplevde du kommunikationen med kommunen? Om du skickar en rapport här kommer den att visas offentligt på FixaMinGata." -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "Om du använder en utskicksmetod som inte är e-post, ange ditt service-ID (Open311) eller liknande här." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1846,11 +1931,15 @@ 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Ogiltigt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Ogiltigt RSS-flöde" @@ -1866,7 +1955,8 @@ 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)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inaktiv" @@ -1874,44 +1964,46 @@ msgstr "Inaktiv" msgid "Inbox zero, here we come!" msgstr "Inbox zero, här kommer vi!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Inkludera rapportörens personuppgifter" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Inkorrekt värde för has_photo, \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "Inspektera rapport" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" -msgstr "Inspektion krävs" - -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:761 msgid "Instruct contractors to fix problems" msgstr "Instruera entreprenörer att lösa problem" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Interna anteckningar" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interna anteckningar" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "Internet-problem" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Inkorrekt format %s angivet." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 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." @@ -1923,10 +2015,6 @@ msgstr "Det går oftast snabbast att kolla vår FAQ och se om msgid "It’s on its way to the council right now." msgstr "Det är nu på väg till kommunen." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "Nyckel" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1950,11 +2038,16 @@ msgstr "De senaste sju dagarna" msgid "Last editor" msgstr "Senaste redaktör" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Senaste uppdatering:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Senaste uppdatering" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Senaste uppdatering:" @@ -1962,13 +2055,14 @@ msgstr "Senaste uppdatering:" msgid "Last update:" msgstr "Senaste uppdatering:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: 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/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Tidigast uppdaterad" @@ -1976,10 +2070,6 @@ msgstr "Tidigast uppdaterad" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Lämna den här blank om samtliga rapporter till den här förvaltningen skall skickas med samma utskicksmetod (exv. \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "Lista" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Lista alla rapporterade problem" @@ -1988,25 +2078,26 @@ msgstr "Lista alla rapporterade problem" msgid "Loading reports…" msgstr "Laddar rapporter..." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laddar..." #: 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:1 +#: 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 "Lokala RSS-flöden och epostbevakningar" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Lokala RSS-flöden och epostbevakningar för '%s'" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Lokala rapporter" @@ -2019,77 +2110,98 @@ msgstr "Lokalisera problemet på en karta över området" msgid "Log in with Facebook" msgstr "Logga in med Facebook" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Logga in med Twitter" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Logga in med e-post" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "Logga in med epost/SMS" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "Logga ut från alla sessioner" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Logga in med e-post" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "Slå upp" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "KARTA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "Gör till anonym på alla rapporter och uppdateringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "Hantera slutlista" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Manuell ordning" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Karta" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Markera som skickad" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 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:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "Lägg till problemdetaljer" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Meddelande" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "Meddelande till behörig förvaltning:" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "Meddelande till extern förvaltning:" -#: templates/web/base/admin/report_edit.html:72 +#: 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 "Saknade förvaltningar:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Saknat jurisdiction_id" @@ -2097,7 +2209,8 @@ msgstr "Saknat jurisdiction_id" msgid "Moderate" msgstr "Moderera" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "Moderera rapportdetaljer" @@ -2120,36 +2233,44 @@ msgstr "Modererad av %s %s" msgid "Moderated by division within one working day" msgstr "Granskat av underavdelningen inom en arbetsdag" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Modereringshistorik" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Månad" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +#: 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/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2157,28 +2278,27 @@ msgstr "Mest kommenterad" msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Namn:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 msgid "Names are limited to %d characters in length." msgstr "Namn är begränsade till %d tecken i längd." -#: templates/web/base/report/_inspect.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "Navigera till det här problemet" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "Beräknad närmaste adress:" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 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" @@ -2186,12 +2306,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2207,16 +2327,16 @@ msgstr "Nästan klart!" msgid "Nearly done! Now check your email…" msgstr "Nästan klart! Kolla nu din epost." -#: templates/web/base/auth/2faform.html:8 +#: templates/web/base/auth/2fa/form.html:8 #: templates/web/base/auth/smsform.html:19 msgid "Nearly done! Now check your phone…" msgstr "Nästan klart! Kolla meddelandet som har skickats till din telefon." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" @@ -2224,8 +2344,14 @@ msgstr "Nya kategorikontakter tillagda" msgid "New email address:" msgstr "Ny e-postadress:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "Spara nya fält" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Ny intern anteckning:" @@ -2233,13 +2359,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "Ny anteckning till DM:" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Nytt lösenord:" @@ -2247,8 +2373,8 @@ msgstr "Nytt lösenord:" msgid "New phone number:" msgstr "Nytt telefonnummer:" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Ny prioritet" @@ -2305,10 +2431,10 @@ msgstr "Nya rapporter" msgid "New state" msgstr "Ny status" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Ny mall" @@ -2316,7 +2442,8 @@ msgstr "Ny mall" msgid "New updates on report %s" msgstr "Nya uppdateringar i rapporten %s" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Senaste" @@ -2328,33 +2455,37 @@ msgstr "Nästa" msgid "Next:" msgstr "Nästa:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Nej" +#: templates/web/base/admin/category-checkboxes.html:31 +#, fuzzy +msgid "No Group" +msgstr "Grupp" + #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" msgstr "Inget konto?" -#: templates/web/base/admin/users/form.html:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Ingen förvaltning" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Ingen kommun vald" @@ -2370,24 +2501,22 @@ 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:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Inga fler uppdateringar" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "Inga inspektioner av den inspektören i det valda datumintervallet." - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." -msgstr "Inga inspektioner i det valda datumintervallet." +#: 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 "Det finns inga rapporter att visa på kartan. Här är några närliggande rapporter:" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Inget resultat returnerades" @@ -2398,19 +2527,19 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "Inga områden är tillgängliga eftersom MAPIT_URL i konfigurationsfilen inte pekar på en aktiv MapIt-tjänst." -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Inga supporters" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Inget" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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." @@ -2418,8 +2547,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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2427,7 +2556,7 @@ 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:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Inte för min underavdelning" @@ -2445,7 +2574,7 @@ msgstr "Ej rapporterat till kommunen" msgid "Note" msgstr "Observera" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Observera:" @@ -2457,8 +2586,13 @@ msgstr "Observera: %s" msgid "Notes from SDM to DM" msgstr "Anteckningar från SDM till DM" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: templates/web/base/admin/extra-metadata-item.html:42 +msgid "Notice shown to user" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:61 +#, fuzzy +msgid "Notice text" msgstr "Notis" #: templates/web/base/reports/index.html:127 @@ -2469,15 +2603,17 @@ msgstr "Antalet problem rapporterade för varje kategori, under de senaste sju d msgid "Number of problems reported in each ward, in the last 7 days." msgstr "Antalet problem rapporterad i varje kommun, under de senaste sju dagarna." -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "OK" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "Offline-data rensad" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "Offline-uppdateringsdata sparade" @@ -2485,22 +2621,27 @@ msgstr "Offline-uppdateringsdata sparade" msgid "Old state" msgstr "Äldre status" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Äldst" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 msgid "On behalf of %s" msgstr "På uppdrag av %s" +#: 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Öppen" @@ -2525,7 +2666,7 @@ msgstr "Open311" msgid "Open311 specification" msgstr "Open311 Specifikation" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "Alternativ" @@ -2537,25 +2678,26 @@ 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:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "Eller prenumerera via RSS" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "Ordning" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Övrig" @@ -2585,21 +2727,37 @@ msgstr "Sidan hittas ej" msgid "Parent" msgstr "Förälder" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Andra kategorier" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Partiell" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Lösenord (valfritt)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Permanent länk" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ditt lösenord har ändrats" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Lösenord (valfritt)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Rättigheter:" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Rättigheter:" @@ -2607,7 +2765,7 @@ msgstr "Rättigheter:" msgid "Permit blank updates" msgstr "Tillåt tomma uppdateringar" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Telefonrapportör:" @@ -2618,39 +2776,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefonnummer (valfritt)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 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:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "Telefonnummer verifierat:" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2658,20 +2816,20 @@ msgstr "Telefonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Foto är ett krav." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Foto krävs" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "Fotouppladdning misslyckades." -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2681,6 +2839,10 @@ msgstr "Foton" msgid "Photos of recent nearby reports" msgstr "Foton från närliggande rapporter" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2691,8 +2853,9 @@ msgstr "Välj din kommun" msgid "Pick your ward" msgstr "Välj din kommun" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Placera nålen på kartan" @@ -2716,31 +2879,31 @@ msgstr "Vänligen kontrollera lösenordet och prova igen" msgid "Please check your email address is correct" msgstr "Vänligen kontrollera att din epostadress är korrekt" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Välj en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Vänligen korrigera felen nedan" @@ -2755,104 +2918,122 @@ msgstr "Var snäll och rapportera inga problem genom det här f msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Var snäll och missbruka inte tjänsten, det förstör för alla." +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: 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:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "Skriv in ett mobiltelefonnummer" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Skriv in ett namn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 msgid "Please enter a name for this body" msgstr "Skriv in namnet på den här förvaltningen" +#. ("JS") #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:29 -#: templates/web/base/js/translation_strings.html:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Skriv in ett lösenord" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Skriv in ett ärende" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Skriv in en giltig epostadress" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Skriv in en giltig epostadress" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "Skriv in en giltig epostadress eller ett giltigt telefonnummer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Skriv några detaljer" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Skriv in din epostadress" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Skriv in ditt förnamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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" -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Skriv in ditt namn och efternamn" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Skriv in ditt telefonnummer" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Skriv in ditt efternamn" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Skriv in din titel" @@ -2861,7 +3042,7 @@ msgstr "Skriv in din titel" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Välkommen att logga in igen, eller gå tillbaka till startsidan." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Fyll i information om problemet nedan." @@ -2871,7 +3052,7 @@ msgstr "Fyll i information om problemet nedan." 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 "Fyll i information om problemet nedan och beskriv den exakta platsen för problemet så noga du kan." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "Generera en tvåfaktorskod och skriv in den nedan:" @@ -2879,8 +3060,16 @@ msgstr "Generera en tvåfaktorskod och skriv in den nedan:" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Ange ifall du vill ta emot ett annat frågeformulär" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: templates/web/base/js/translation_strings.html:11 +#, fuzzy +msgid "Please make sure you are not including an email address" +msgstr "Skriv in en giltig epostadress" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: 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" @@ -2906,11 +3095,11 @@ msgstr "Observera att din uppdatering inte har publicerats än. msgid "Please note:" msgstr "Observera:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 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:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Tillhandahåll en offentlig uppdatering för den här rapporten." @@ -2927,15 +3116,19 @@ msgstr "Skriv lite förklarande text tillsammans med ett foto" 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" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "Välj en förvaltning." -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Välj det RSS-flöde du vill ha" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Välj den kategori av rapporter du vill ha" @@ -2943,19 +3136,20 @@ msgstr "Välj den kategori av rapporter du vill ha" msgid "Please state whether or not the problem has been fixed" msgstr "Ange om problemet har lösts eller ej" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Ladda upp endast en bild" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "Verifiera epostadressen, telefonnumret, eller båda" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Skriv ett meddelande" @@ -2963,23 +3157,23 @@ msgstr "Skriv ett meddelande" msgid "Post" msgstr "Skicka" -#: templates/web/base/alert/index.html:33 +#: 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:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Postat anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Postat av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Postat av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Postat av %s %s" @@ -2987,20 +3181,32 @@ msgstr "Postat av %s %s" msgid "Powered by FixMyStreet Platform" msgstr "Byggd på FixMyStreet-plattformen" +#: 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Föregående" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "Prioriteringar" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Personlig integritet" @@ -3010,15 +3216,14 @@ msgstr "Personlig integritet" msgid "Privacy and cookies" msgstr "Integritetsskydd och kakor" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Privat" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "Endast privata" @@ -3030,10 +3235,30 @@ msgstr "Rapport" msgid "Problem %d created" msgstr "Rapport %d skapat" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Lägg till i slutlista" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Rapport %s bekräftad" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Rapport %d skapat" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Rapport %d skapat" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Ta bort från slutlista" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Rapport %s skickad till %s" @@ -3044,7 +3269,7 @@ msgstr "Rapport %s skickad till %s" msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -3052,7 +3277,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -3061,11 +3287,11 @@ msgstr "Problem" msgid "Problems in an area" msgstr "Problem i ett område" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Närliggande problem" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Problem på kartan" @@ -3073,37 +3299,43 @@ msgstr "Problem på kartan" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyligen rapporterade som lösta på FixaMinGata" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "Problem inom %.1f km av %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Problem inom området %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "Problems within %s ward, %s" msgstr "Problem inom %s område, %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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "Problem inom %s, %s" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Fastighetsadress:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Ge en uppdatering" @@ -3112,32 +3344,37 @@ msgstr "Ge en uppdatering" msgid "Provide update as" msgstr "Tillhandahåll uppdatering som" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "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:63 +#: 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 "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." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Offentliga uppgifter" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Offentligt svar:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "Offentlig uppdatering:" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicera foto" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Frågeformulär" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3154,23 +3391,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Frågeformulär %d skickat för problem %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Frågeformulär ifyllt av rapportören" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS-flöde" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS-flöde för område %s, %s" @@ -3178,52 +3416,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "RSS-flöde för %s, inom område %s" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "RSS-flöde av närliggande problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "RSS-flöde för problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "RSS-flöde för problem inom område %s" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS-flöde för senaste lokala problemen" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 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:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "Läs mindre" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read more" msgstr "Läs mer" +#: 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "Mottagen av %s kort därefter" @@ -3237,11 +3479,12 @@ msgstr "Senaste lokala rapporterna, %s" msgid "Recently reported problems" msgstr "Senaste rapporterade problemen" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Senast uppdaterad" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "Avvisa rapport" @@ -3249,15 +3492,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "Ta bort" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "Ta bort kontouppgifter" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "Ta bort fält" @@ -3273,21 +3512,26 @@ msgstr "Ta bort flagga" msgid "Remove from shortlist" msgstr "Ta bort från slutlista" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "Ta bort från sajten" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "Ta bort fält" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "Ersätt token" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Besvara användare:" @@ -3295,30 +3539,38 @@ msgstr "Besvara användare:" msgid "Report" msgstr "Rapportera" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportera ett problem" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "Rapportera ett problem här" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Rapportera missbruk" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Rapporterat anonymt %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3328,17 +3580,20 @@ msgstr "Rapportera ett annat problem här" msgid "Report as" msgstr "Rapportera som" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Redigera rapportuppgifter" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Rappoort på %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "Rapportstatus:" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Rapportera ditt problem" @@ -3351,24 +3606,24 @@ 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:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapporterat anonymt %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Rapporterat tidigare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Rapporterat av %s, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Rapporterad av:" @@ -3376,59 +3631,63 @@ msgstr "Rapporterad av:" msgid "Reported in the %s category" msgstr "Rapporterat i kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Anonym rapport i kategori %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Rapporterat i kategori %s av %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Rapporterat av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Rapporterat av %s av %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporterat av %s i kategorin %s av %s, %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Rapporterad:" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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 "Rapportera ett problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Rapporter" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Rapporter kan bara innehålla %s tecken. Vänligen korta ner din rapport" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "Rapporter är begränsade till {0} i teckenlängd. Vänligen korta ner din uppdatering" @@ -3436,14 +3695,10 @@ msgstr "Rapporter är begränsade till {0} i teckenlängd. Vänligen korta ner d msgid "Reports awaiting approval" msgstr "Rapporter som väntar på att godkännas" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "Rapporter efter mottagare" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "Rapporter som skapas av anförtrodda användare kommer att skickas till kommunen utan att inspekteras först." - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "Rapporter i närheten av %s skickas till olika förvaltare, beroende på vilken typ av problemet det är." @@ -3452,63 +3707,61 @@ msgstr "Rapporter i närheten av %s skickas till olika förvaltare, beroende på msgid "Reports published" msgstr "Publicerade rapporter" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "Rapporter sparade offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "Rapporter skickas till %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "Rapporter skickade till %s, inom området %s" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "Rapporter som väntar på att skickas" -#: templates/web/base/admin/bodies/contact-form.html:90 -msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." -msgstr "Rapporter kommer automatiskt att skickas utan att en inspektion krävs om användarens anseende är detta värde eller högre. Sätt till 0 om samtliga rapporter måste inspekteras, ovasett användares anseende." - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" -msgstr "Anseendesgräns" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "Obligatoriska" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Skicka om rapporten" +#: templates/web/base/auth/create.html:72 +msgid "Reset" +msgstr "" + #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" msgstr "Svarsprioriteringar" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" -msgstr "Svarsprioriteringar för %s" - #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" msgstr "Svarsprioritering för %s" -#: templates/web/base/admin/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "Svarsmall för %s" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "Svarsmallar" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "Svarsmallar för %s" @@ -3524,56 +3777,77 @@ msgstr "Återgå till orginalstexten" msgid "Revert to original title" msgstr "Återgå till orginalsammanfattningen" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Rätt plats?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 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" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Rotera åt höger" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rotation av detta foto kommer att radera osparade rapportändringar." -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satellit" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Spara ändringar" @@ -3581,58 +3855,62 @@ msgstr "Spara ändringar" msgid "Save new fields" msgstr "Spara nya fält" -#: templates/web/base/report/_inspect.html:188 +#: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" msgstr "Spara med en offentlig uppdatering" -#. ("This is followed by a progress count, e.g. 3/5") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "Sparar rapporter offline" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Sök rapporter" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Sök användare" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Sök bland rapporter" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Sök:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Inga rapporter hittades." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Inga användare hittades." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/my/my.html:75 msgid "Security" msgstr "Säkerhet" #: templates/web/base/report/form/private_details.html:14 -#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "Se vår integritetsskyddspolicy" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "Se användarinformation för rapporter skapade som kommunen" @@ -3642,12 +3920,12 @@ 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:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Välj ett område" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "Välj om detta är standardprioriteringen" @@ -3659,19 +3937,24 @@ msgstr "Välj flera kommuner för att se endast rapporter inom dessa kommuner." msgid "Select multiple wards?" msgstr "Välj flera kommuner?" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Välj:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Skicka" +#: 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 "Skicka utökade Open311-statusar med Service Request-uppdateringar" -#: templates/web/base/admin/users/form.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "Skicka inloggningsmejl" @@ -3680,41 +3963,41 @@ msgstr "Skicka inloggningsmejl" msgid "Sending a confirmation text failed: \"%s\"" msgstr "SMS-bekräftelsetexten kunde inte skickas: \"%s\"" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "Skicka tillbaka rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Skickades till %s, %s senare" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Skickades:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "Server angiven" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Tjänst:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Sätt lösenord" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Sätt till min nuvarande position" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Dela" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3722,14 +4005,14 @@ msgstr "Dela" msgid "Shortlist" msgstr "Slutlista" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 msgid "Shortlist all visible" msgstr "Kortlista alla synliga" #: 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Satt på slutlistan" @@ -3742,7 +4025,7 @@ msgstr "Satt på slutlistan av %s" msgid "Show Photo?" msgstr "Visa foto?" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "Visa alla uppdateringar" @@ -3758,7 +4041,8 @@ msgstr "Visa namn offentligt?" msgid "Show older" msgstr "Visa äldre" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "Visa äldre rapporter" @@ -3766,9 +4050,10 @@ msgstr "Visa äldre rapporter" msgid "Show photo" msgstr "Visa foto" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Visa kartnålar" @@ -3780,20 +4065,20 @@ msgstr "Visa rapportörens namn" msgid "Show reports in your area" msgstr "Visa lokala rapporter" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Logga in" -#: templates/web/base/auth/create.html:22 +#: 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 "Sätt ett nytt lösenord och logga in med din e-postadress istället. 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:20 +#: 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 "Ange ett nytt lösenord och logga in via epost eller SMS. När du klickar på länken i mejlet eller anger SMS-koden så kommer ditt lösenord att uppdateras." @@ -3802,16 +4087,17 @@ msgstr "Ange ett nytt lösenord och logga in via epost eller SMS. När du klicka msgid "Sign in or create an account" msgstr "Logga in eller skapa nytt konto" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "Logga in med ett lösenord" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Logga ut" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Vissa kategorier kan kräva ytterligare information." @@ -3824,12 +4110,12 @@ msgstr "" "En del ändpunkter kräver en API-nyckel för att kunna verifiera att rapporterna\n" "skickats från denna FixMyStreet-installation" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Foton från de senaste rapporterna" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Lite text att lokalisera" @@ -3837,11 +4123,13 @@ msgstr "Lite text att lokalisera" msgid "Someone has moderated this report since you started." msgstr "Någon har modererat den här rapporten sedan du började." -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Tyvärr! Du har uppnått maximalt antal bifogade bilder för en rapport." -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3849,7 +4137,8 @@ msgstr "Tyvärr, det verkar vara ett postnummer som vi inte täcker." msgid "Sorry, that wasn’t a valid link" msgstr "Länken är tyvärr ogiltig" -#: templates/web/base/auth/2faform.html:5 +#: 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 "Koden var inkorrekt." @@ -3858,9 +4147,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Tyvärr kan vi inte hitta den adressen." @@ -3870,174 +4159,195 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: 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 "Tyvärr kan vi inte spara bilden eller bilderna. Försök gärna igen." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: templates/web/base/offline/fallback.html:6 +#, fuzzy +msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan, eller så kunde inte sidan hittas, eller så inträffade ett tekniskt fel. Vänligen försök igen senare." -#: perllib/FixMyStreet/App/Controller/Root.pm:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 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." -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortera efter" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +#, fuzzy +msgid "Staff only" +msgstr "Personal:" + +#: templates/web/base/admin/users/form.html:65 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:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "Personal:" -#: templates/web/base/dashboard/index.html:74 +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:75 msgid "Start Date" msgstr "Startdatum" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 -#: templates/web/base/admin/bodies/contact-form.html:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 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:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "Tillstånd ändrat till:" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "Tillstånd" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Status" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.html:22 +#: templates/web/base/report/updates.html:25 msgid "Still open, via questionnaire" msgstr "Fortfarande öppen, via enkät" #: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Street View" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "Sträng" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "Underkategori" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Underavdelning/Förvaltning" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Ärende" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Ärende:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Skicka" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Skicka förändringar" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Skicka frågeformulär" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Skickad" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Prenumerera" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "Prenumerera med epost" @@ -4045,11 +4355,18 @@ msgstr "Prenumerera med epost" msgid "Subscribed:" msgstr "Prenumererad:" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Sammanfattningar är begränsade till %s tecken. Vänligen korta ner din sammanfattning" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: 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" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "Sammanfattningar är begränsade till {0} tecken. Vänligen korta ner din sammanfattning" @@ -4057,19 +4374,20 @@ 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:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Sammanfattning" @@ -4083,11 +4401,11 @@ msgstr "Sammanställningsrapporter" msgid "Summary statistics" msgstr "Sammanfattningsstatistik" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "Superanvändare:" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 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." @@ -4101,29 +4419,34 @@ msgstr "Frågeresultat" msgid "Tell us about you" msgstr "Berätta för oss om dig" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "Mall «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Mallar" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "Extra fält:" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Version med endast text" -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" @@ -4148,7 +4471,7 @@ msgstr "Tack för din förfrågan" msgid "Thank you for your feedback" msgstr "Tack för dina synpunkter" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Tack för att du bifogade ett foto. Vi måste nu lokalisera ditt problem så vänligen ange närliggande gatunamn och ort eller postnummer i rutan ovan :" @@ -4156,7 +4479,12 @@ msgstr "Tack för att du bifogade ett foto. Vi måste nu lokalisera ditt problem msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporterat ett problem till en kommun tidigare?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Bilden verkar inte ha laddats upp korrekt (%s), vänligen försök igen." @@ -4164,53 +4492,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Det postnumret finns tyvärr inte." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Rapporten kommer nu att skickas om." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Rapporten kan inte visas på %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "Den användaren har loggats ut." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 msgid "That user has been made anonymous on all reports and updates." msgstr "Den användaren har gjorts anonym i alla rapporter och uppdateringar." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:541 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." msgstr "Den användarens personliga information har tagits bort." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "Den användarens rapporter och uppdateringar har dolts." -#: templates/web/base/admin/bodies/contact-form.html:27 -msgid "" -"The email address is the destination to which reports about this category will be sent. \n" -" Other categories for this body may have the same email address." -msgstr "E-postadressen är destinationen till vilken rapporter i den här kategorin kommer att skickas. Andra förvaltningskategorier kan ha samma e-postadress." +#: 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 @@ -4219,14 +4543,9 @@ msgid "" " when sending reports to this body." msgstr "Ändpunkten är den webbadress till den tjänst som FixaMinGata kommer att ansluta till när rapporter skickas till den här förvaltningen." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 "" -"Gruppen används för toppnivåkategorifältet när\n" -" underkategorigruppering är aktiverat." #: templates/web/base/admin/bodies/open311-form-fields.html:27 #: templates/web/base/admin/bodies/open311-form-fields.html:28 @@ -4235,8 +4554,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "Jurisdiktion behövs bara om samma ändpunkt används av flera enheter. Om förvaltningen kör sin egen ändpunkt kan du lämna detta fält blankt." -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4244,6 +4567,14 @@ msgid "" " If you leave this blank, send method defaults to email." msgstr "Utskicksmetoden avgör hur problemrapporter kommer att skickas till förvaltningen. Lämnar du detta fält blankt så kommer e-post att användas som utskicksmetod." +#: 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 "Open311 v2-attributet agency_responsible används för att lista de administrationer som tagit emot problemrapporten, vilket inte exakt är hur attributet definieras i Open311 v2-specifikationen." @@ -4255,11 +4586,16 @@ msgid "" " and may be displayed publically." msgstr "Förvaltningens namn identifierar förvaltningen (till exempel, Sandvikens kommun) och kan komma att visas offentligt." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." -msgstr "Koden används för att spara det här fältvärdet i databasen, t.ex. address skulle bli tillgänglig som problem.extra.address i mallarna." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Problemet har markerats som skickat." + +#: 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 "Fyll i information om problemet nedan. Kommunen kommer inte att kunna hjälpa till om du inte lämnar tillräckligt med detaljer. Beskriv så noga du kan den exakta platsen för problemet (exempelvis \"på väggen\"), vad problemet är, hur länge det har funntis och en beskrivning. Om du har ett foto får du gärna bifoga detta också." @@ -4274,15 +4610,11 @@ msgstr "Flitighetstabellen visar redigerares aktiviteter (vem som har ändrat fl msgid "The error was: %s" msgstr "Felet var: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "Det fältnamn som visas för användarna i rapportformuläret." - #: 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 "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:150 +#: 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 "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." @@ -4319,10 +4651,6 @@ msgstr "Länken kan ha gått ut, eller så kanske du inte kopierade och klistrad msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listan av tillgängliga områden förses av MapIt-tjänsten på %s." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "Fältordningen på rapportsidan. Fält visas i stigande ordning efter detta värde." - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4332,30 +4660,44 @@ msgstr "Lösenorden stämmer inte överens" msgid "The requested URL '%s' was not found on this server" msgstr "Den sökta adressen '%s' hittades inte på denna server" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." -msgstr "Typen av fält som visas för användaren. Text är ett simpelt textfält, List är en rullgardinsmeny." +#: 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 must have the following fields (in this order):" +#, fuzzy +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "Den uppladdade CSV-filen måste innehålla en rubrikrad, och varje post måste ha följande fält (i denna ordning):" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area inom vilket problemet finns" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "Användaren har blivit skickad ett inloggningsmejl" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." msgstr "Användarens namn visas offentligt i rapporter som inte har markerats som anonyma. Namn är inte nödvändigtvis unika." +#: 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." @@ -4365,7 +4707,12 @@ msgstr "Det finns inga rapporter att visa." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "Det finns liknande problem i området, är ett av dom ditt problem?" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 +#, fuzzy +msgid "There is already a template with that title." +msgstr "Det finns redan en automatiskt svarsmall för denna kategori eller detta tillstånd." + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 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." @@ -4373,30 +4720,27 @@ msgstr "Det finns redan en automatiskt svarsmall för denna kategori eller detta msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det uppstod ett problem med att visa sidan med alla rapporter. Försök gärna igen senare." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Det uppstod ett problem med att visa denna sida. Försök gärna igen senare." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "Felaktigt lösenord eller epostadress. Försök igen." - #: 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 "Det var ett problem med din inloggningsinformation." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#, 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 "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:354 msgid "There was a problem with your update. Please try again." msgstr "Det uppstod ett problem med din uppdatering. Försök igen." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Det uppstod ett problem med din rapport. Se nedan." @@ -4404,12 +4748,16 @@ msgstr "Det uppstod ett problem med din rapport. Se nedan." msgid "There were problems with your update. Please see below." msgstr "Det uppstod ett problem med din uppdatering. Se nedan." +#: 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:5 +#: 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 "Dessa uppgifter kommer att skickas till kommunen, men kommer aldrig att visas på sajten utan ditt tillstånd." -#: templates/web/base/report/new/councils_text_private.html:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "Dessa uppgifter kommer aldrig att visas på sajten utan ditt tillstånd." @@ -4427,16 +4775,21 @@ msgstr "Dessa inställningar är för förvaltningar som använder Open311 (elle msgid "These users weren't updated." msgstr "Dessa användare uppdaterades inte." -#: templates/web/base/report/new/councils_text.html:3 #: 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 "Dessa kommer att publiceras offentligt på sajten enligt vår integritetsskyddspolicy." -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "Dessa kommer att skickas till %s och publiceras offentligt på sajten, enligt vår integritetsskyddspolicy." +#: 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 "" + #: 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 "Den här API-implementationen är ett pågående arbete och har inte stabiliserats än. Den kommer att förändras." @@ -4459,34 +4812,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "Den här förvaltningen kommer endast att skickas rapporter för problem inom dess geografiska område. En förvaltning kommer inte att få några rapporter om den inte täcker åtminstone ett område." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Den här informationen krävs" -#: templates/web/base/admin/template_edit.html:19 +#: 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 "Detta är ett ej offentligt namn för den här mallen, så att du kan känna igen den när du uppdaterar rapporter eller gör ändringar i administrationsgränssnittet." -#: templates/web/base/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Det här är en utvecklingsplats: olika saker kan komma att gå sönder vid olika tidpunkter och databasen kommer att rutinmässigt raderas." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "Detta är den offentliga text som kommer att visas på sajten." -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "Detta är problemet" @@ -4506,7 +4856,8 @@ msgstr "Det här problemet har inte lösts" msgid "This problem is still ongoing" msgstr "Detta problem är fortfarande aktuellt" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "Denna rapport" @@ -4514,41 +4865,45 @@ 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:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: 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:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Den här rapporten är markerad som stängd" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Det här problemet är markerat som löst" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "Den här rapporten är nu stängd för uppdateringar." -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "Nedlagd tid (i minuter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Tidslinje" @@ -4557,23 +4912,23 @@ msgid "Tips for perfect photos" msgstr "Tips för perfekta foton" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Titel" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Titel:" -#: templates/web/base/alert/index.html:26 +#: 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." -#: templates/web/base/alert/index.html:28 +#: 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 "Skriv in postnummer eller gatunamn och ort för att se rapporter kring den platsen." @@ -4585,12 +4940,19 @@ msgstr "För att begränsa den här fältgruppen till en specifik FixMyStreet-va msgid "To limit this collection of fields to a single language, select it here." msgstr "För att begränsa den här fältgruppen till ett specifikt språk, välj det här." -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +#, fuzzy +msgid "To provide an update, please sign in." +msgstr "eller logga in" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +#, fuzzy +msgid "Token" msgstr "Token:" #: templates/web/base/reports/index.html:126 @@ -4607,15 +4969,15 @@ msgstr "Topp 5-kommuner" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Totalt" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: 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?" @@ -4627,21 +4989,11 @@ msgstr "Översättning" msgid "Translations" msgstr "Översättningar" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "Anförtrodd av kommunen:" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "Anförtrodd att skapa rapporter som inte behöver bli inspekterade" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "Anförtrodd:" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Försök igen" @@ -4649,30 +5001,37 @@ msgstr "Försök igen" msgid "Try emailing us directly:" msgstr "Prova att skicka ett e-brev till oss direkt:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "Aktivera tvåfaktorsautentisering" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "Tvåfaktorsautentisering av aktiverats" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "Tvåfaktorsautentisering av inaktiverats" -#: templates/web/base/admin/extra-metadata-form.html:54 #: 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 "Typ" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "Ta tillbaka förbud" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Obekräftat" @@ -4685,26 +5044,27 @@ msgstr "Okänt" msgid "Unknown alert type" msgstr "Okänd feltyp" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Okänt fel" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Okänt problemnummer" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "Okänt uppdaterings-ID" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "Okortlistade" @@ -4718,20 +5078,25 @@ msgstr "Upp en" msgid "Update" msgstr "Uppdatering" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Uppdatering %s skapad för rapporten %d, av %s" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "Uppdatering %s skapad för rapporten %d, av %s" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Uppdateringen nedan tillagd anonymt %s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Uppdateringen nedan tillagd av %s den %s" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Uppdatera förvaltning" @@ -4756,43 +5121,44 @@ msgstr "Uppdateringen markerade problemet som löst" msgid "Update reopened problem" msgstr "Uppdateringen öppnade rapporten på nytt" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Uppdaterad status" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Uppdaterad" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "Uppdaterad av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "Uppdaterad av %s %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Uppdaterad!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Uppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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" @@ -4810,17 +5176,6 @@ msgstr "Uppdateringar för det här problemet, %s" msgid "Usage notes" msgstr "Användningsanvisningar" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "Använd bekräftad för att indikera att den här kontakten har bekräftats vara korrekt. Om du inte är säker på kontaktens ursprunget eller giltlighet, använd obekräftad. inaktiv kommer att göra så att kategorin inte går att använda när problem rapporteras, men kommer fortsätta att göra kategorin tillgänglig i kartfilter. borttagen å andra sidan kommer att ta bort kategorin även därifrån." - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "Använd Open311-problemhämtning" @@ -4829,14 +5184,9 @@ msgstr "Använd Open311-problemhämtning" msgid "Use Open311 update-sending extension" msgstr "Använd Open311-update-sending-utökningen" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "Använd detta fält för att skriva in uppgifter som endast visas i administratörskontrollpanelen. Informationen visas inte offentligt och kommer inte att skickas till kommunen." - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "Använde kartan" +#: 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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4846,36 +5196,36 @@ msgstr "Användar-ID att attribuera hämtade kommentarer till" msgid "User Import" msgstr "Användarimport" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Användaren har lagts till i missbruklistan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "Användaren finns redan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" msgstr "Användaren finns redan i missbruklistan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Användarflaggan borttagen" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Användaren flaggad" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Användare i missbruktabell" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Användarsökningen matchar mot användares namn och e-postadresser." @@ -4883,24 +5233,37 @@ msgstr "Användarsökningen matchar mot användares namn och e-postadresser." msgid "User's alerts" msgstr "Användarens notifikationer" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Användare:" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Användare" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: templates/web/base/admin/roles/form.html:14 +#, fuzzy +msgid "Users with this role can perform the following actions within their assigned body or area." +msgstr "Användare 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:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Värden uppdaterade" @@ -4909,25 +5272,25 @@ msgstr "Värden uppdaterade" msgid "Verify" msgstr "Verifiera" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 msgid "Verify email address" msgstr "Verifiera epostadress" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" msgstr "Verifiera telefonnummer" -#: templates/web/base/admin/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Visa rapporter på sidan" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Visa rapporter per område" @@ -4935,7 +5298,7 @@ msgstr "Visa rapporter per område" msgid "View wards" msgstr "Visa kommuner" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "Visa/Markera privata rapporter" @@ -4945,6 +5308,7 @@ msgid "Viewing a location" msgstr "Visa en position" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Visa ett problem" @@ -4952,7 +5316,7 @@ msgstr "Visa ett problem" msgid "Ward:" msgstr "Stadsdel:" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Delområden i denna kommun" @@ -4975,7 +5339,7 @@ msgstr "Vi har skickat en bekräftelsekod till din telefon. Skriv in den nedan:" msgid "We need your email address, please give it below." msgstr "Skriv in din e-postadress nedan." -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Det här problemet kan höra till %s. Dessvärre har vi ingen kontaktinformation till dem. Om du vet om en lämplig kontaktadress hör vi gärna från dig." @@ -4984,7 +5348,7 @@ msgid "We send it to the council on your behalf" msgstr "Vi skickar rapporten till berörd kommun" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "Vi visar upp till tio träffar. Försök med en annan sökning om din inte finns med." @@ -4997,7 +5361,7 @@ msgstr "Vi kommer endast använda dina personuppgifter i enlighet med vår msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "Vid sökningar är det också möjligt att söka efter agency_responsible för att begränsa svaren till de som skickats till en enstaka kommun. Söktermen för administrations-IDt erhålls av MapIt." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "Inom den specificerade tidsramen:" @@ -5050,7 +5406,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5062,9 +5418,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5072,22 +5428,26 @@ msgstr "Om du skriver ditt meddelande endast med versaler blir det svårare att #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Ja" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Du anmäler att den här problemrapporten var modererad i onödan:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Du är offline" @@ -5095,20 +5455,21 @@ msgstr "Du är offline" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Du vill anmäla missbruk, personlig inforation, eller motsvarande i följande rapport:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "Du kan skapa en ny rapport på samma plats." -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du kan se problemet på den här webbplatsen." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5116,7 +5477,7 @@ msgstr "Du kan lägga till en elakartade användares e-postadresser i missbrukar msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." msgstr "Du kan välja att prenumerera på alla problem som rapporteras i detta område, eller baserat på deras mottagare." -#: templates/web/base/contact/index.html:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Du kan kontakta teknisk support på %s." @@ -5127,10 +5488,10 @@ msgid "" " reports in the past." msgstr "Du kan flagga rapporter eller användare under dess inställningar, och de kommer då att visas på den här sidan. Detta kan exempelvis vara användbart om du vill hålla ett öga på en användare som tidigare har rapporterat olämpliga rapporter." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Du kan hjälpa oss med att hitta kontaktadressen för %s och eposta till oss på %s." @@ -5138,11 +5499,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Du nekade; vänligan fyll i rutan ovan" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "Du har %s sparad att skicka." @@ -5150,12 +5517,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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 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/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 "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:87 +#: 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 "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)." @@ -5169,12 +5541,11 @@ msgstr "Du har blivit utloggad" 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 "Du har markerat problemet med den gröna nålmarkören på kartan. Om det inte är rätt position, klicka på rätt plats på kartan igen." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "Du har lagt till ditt telefonnummer." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Du har bekräftat din e-postadress." @@ -5183,7 +5554,7 @@ msgstr "Du har bekräftat din e-postadress." msgid "You have successfully confirmed your phone number." msgstr "Du har bekräftat ditt telefonnummer." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Du har tagit bort ditt telefonnummer." @@ -5192,11 +5563,11 @@ msgstr "Du har tagit bort ditt telefonnummer." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har loggats in. Verifiera att dina uppgifter stämmer:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Du har verifierat ditt telefonnummer." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har inte skapat några rapporter än. Rapportera ett problem nu." @@ -5219,21 +5590,28 @@ msgstr "Du behöver lägga till förvaltningar (som kommuner) så att du sedan k msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Ditt konto" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: templates/web/base/auth/2fa/intro.html:18 +#, fuzzy +msgid "Your account requires two-factor authentication to be set up." +msgstr "Inaktivera tvåfaktorsautentisering" + +#: 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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din epostadress" @@ -5242,8 +5620,8 @@ msgstr "Din epostadress" msgid "Your email address" msgstr "Din epostadress" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "Din epostadress eller ditt mobiltelefonnummer" @@ -5252,7 +5630,8 @@ msgstr "Din epostadress eller ditt mobiltelefonnummer" msgid "Your information will only be used in accordance with our privacy policy" msgstr "Din information kommer endast användas i enlighet med vår integritetsskyddspolicy" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ditt namn och efternamn" @@ -5260,46 +5639,53 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "Ditt namn har dolts." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Dina offline-rapporter" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Ditt lösenord" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Ditt lösenord har ändrats" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Sätt ett nytt lösenord och logga in med din e-postadress istället. 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/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." #: templates/web/base/auth/change_phone.html:19 -#: templates/web/base/contact/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Din rapport" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Dina rapporter" @@ -5316,11 +5702,12 @@ msgstr "Din token har genererats" msgid "Your update" msgstr "Din uppdatering" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "Din uppdatering har blivit sparad offline för att skickas när du kommer tillbaka online." -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Dina uppdateringar" @@ -5337,24 +5724,29 @@ msgstr "Dig själv" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "en kolonseparerad lista av tillstånd att bevilja den användaren, t.ex. contribute_as_body:moderate:user_edit." -#: templates/web/base/report/_inspect.html:23 +#: 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 "administratör" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "samtliga" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "och en defekt uppförd" @@ -5362,17 +5754,17 @@ msgstr "och en defekt uppförd" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "kommun" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "använde inte kartan" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "exempelvis ‘%s’ eller ‘%s’" @@ -5380,7 +5772,7 @@ msgstr "exempelvis ‘%s’ eller ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "t.ex. ‘ett 25 cm stort hål i gatan på Storgatan, nära brevlådan’" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "t.ex. ‘Detta hål har varit här i två månader och...’" @@ -5403,54 +5795,64 @@ msgstr "senast uppdaterad %s" msgid "less than a minute" msgstr "mindre än en minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "Ej tillgängligt" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "inga" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" msgstr "inte kommunens ansvar" +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/index.html:99 +#, fuzzy +msgid "optional" +msgstr "(valfritt)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr " eller " + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "eller skapa ett konto" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "eller logga in" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "eller hitta min position automatiskt" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "den här platsen" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "ursprungligen inmatat: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "andra områden:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "visa" @@ -5462,7 +5864,7 @@ msgstr "logga ut" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "förvaltningens databas-ID att associera användaren med, t.ex. 148 för Ale kommun." -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "kommunen" @@ -5475,7 +5877,7 @@ msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan" msgid "this location" msgstr "den här platsen" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "den här typen av problem" @@ -5483,15 +5885,17 @@ msgstr "den här typen av problem" msgid "today" msgstr "idag" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "uppdatering" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "uppdateringar" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "använde kartan" @@ -5503,16 +5907,16 @@ msgstr "användaren är från samma kommun som problemet - %d" msgid "user is problem owner" msgstr "användaren är inte problemägare" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "användare inte i missbruklista" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "område" @@ -5572,7 +5976,7 @@ msgid_plural "%d years" msgstr[0] "%d år" msgstr[1] "%d år" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5593,7 +5997,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problem rapporterat" msgstr[1] "%s problem rapporterade" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5614,21 +6018,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5663,16 +6067,191 @@ 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/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "månad" msgstr[1] "månader" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapporter" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(ignorerad om typen är \"Sträng\")" + +#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." +#~ msgstr "Notera: Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." + +#~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +#~ msgstr "Notera: Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." + +#~ msgid "Automated" +#~ msgstr "Automatiserad" + +#~ msgid "Available categories" +#~ msgstr "Tillgängliga 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 användas för att visa ytterligare text till användaren vid sidan om fältet. Standardmallen visar inte detta (meta.datatype_description), du måste lägga till det i category_extras_fields.html" + +#~ msgid "Check inspection required if reports in this category must be inspected before being sent." +#~ msgstr "Bocka för inspektion krävs om rapporter i den här kategorin måste inspekteras innan de skickas." + +#~ 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 "Kryssa i privat om rapporter i den här kategorin aldrig skall visas på sajten.
Kategorier är vanligtvis inte privata.
Detta är lämpligt för rapporter som du vill tillåta att användare rapporterar till förvaltningen, men där det inte finns något allmänt intresse av att visa rapporten. Det kan exempelvis vara en kategori som används för att sätta ut en extra papperskorg på en specifik adress." + +#~ msgid "Coordinates:" +#~ msgstr "Koordinater:" + +#~ msgid "Default priority" +#~ msgstr "Standardprioritet" + +#~ msgid "Defect type" +#~ msgstr "Defekttyp" + +#~ msgid "Description:" +#~ msgstr "Beskrivning:" + +#~ msgid "Didn't use map" +#~ msgstr "Använde inte kartan" + +#~ msgid "Do you want to automatically raise a defect?" +#~ msgstr "Vill du automatiskt lyfta en defekt?" + +#~ 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 "För varje alternativ är Nyckel det värde som är sparat i databasen för det alternativet, och Namn är värdet som visas för användaren." + +#~ msgid "Hidden Field" +#~ msgstr "Dolt fält" + +#~ msgid "Hint" +#~ msgstr "Tips" + +#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#~ msgstr "Om ikryssad så kommer användaren inte att se ett textfält, utan endast beskrivningstexten." + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "Om du använder en utskicksmetod som inte är e-post, ange ditt service-ID (Open311) eller liknande här." + +#~ msgid "Inspection required" +#~ msgstr "Inspektion krävs" + +#~ msgid "Internet glitch" +#~ msgstr "Internet-problem" + +#~ msgid "Key" +#~ msgstr "Nyckel" + +#~ msgid "List" +#~ msgstr "Lista" + +#~ msgid "No inspections by that inspector in the selected date range." +#~ msgstr "Inga inspektioner av den inspektören i det valda datumintervallet." + +#~ msgid "No inspections in the selected date range." +#~ msgstr "Inga inspektioner i det valda datumintervallet." + +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Permalink" +#~ msgstr "Permanent länk" + +#~ msgid "Remove" +#~ msgstr "Ta bort" + +#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +#~ msgstr "Rapporter som skapas av anförtrodda användare kommer att skickas till kommunen utan att inspekteras först." + +#~ msgid "Reports will automatically be sent without needing to be inspected if the user's reputation is at or above this value. Set to 0 if all reports must be inspected regardless." +#~ msgstr "Rapporter kommer automatiskt att skickas utan att en inspektion krävs om användarens anseende är detta värde eller högre. Sätt till 0 om samtliga rapporter måste inspekteras, ovasett användares anseende." + +#~ msgid "Reputation threshold" +#~ msgstr "Anseendesgräns" + +#~ msgid "Response Priorities for %s" +#~ msgstr "Svarsprioriteringar för %s" + +#~ msgid "Server Set" +#~ msgstr "Server angiven" + +#~ msgid "String" +#~ msgstr "Sträng" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Rapporten kan inte visas på %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "E-postadressen är destinationen till vilken rapporter i den här kategorin kommer att skickas. Andra förvaltningskategorier kan ha samma e-postadress." + +#~ msgid "" +#~ "The group is used for the top-level category field when\n" +#~ " subcategory grouping is enabled." +#~ msgstr "" +#~ "Gruppen används för toppnivåkategorifältet när\n" +#~ " underkategorigruppering är aktiverat." + +#~ msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#~ msgstr "Koden används för att spara det här fältvärdet i databasen, t.ex. address skulle bli tillgänglig som problem.extra.address i mallarna." + +#~ msgid "The field name as shown to the user on the report form." +#~ msgstr "Det fältnamn som visas för användarna i rapportformuläret." + +#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." +#~ msgstr "Fältordningen på rapportsidan. Fält visas i stigande ordning efter detta värde." + +#~ msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#~ msgstr "Typen av fält som visas för användaren. Text är ett simpelt textfält, List är en rullgardinsmeny." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Felaktigt lösenord eller epostadress. Försök igen." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Det här är en utvecklingsplats: olika saker kan komma att gå sönder vid olika tidpunkter och databasen kommer att rutinmässigt raderas." + +#~ msgid "Trusted by bodies:" +#~ msgstr "Anförtrodd av kommunen:" + +#~ msgid "Trusted to make reports that don't need to be inspected" +#~ msgstr "Anförtrodd att skapa rapporter som inte behöver bli inspekterade" + +#~ msgid "Trusted:" +#~ msgstr "Anförtrodd:" + +#~ 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 "Använd bekräftad för att indikera att den här kontakten har bekräftats vara korrekt. Om du inte är säker på kontaktens ursprunget eller giltlighet, använd obekräftad. inaktiv kommer att göra så att kategorin inte går att använda när problem rapporteras, men kommer fortsätta att göra kategorin tillgänglig i kartfilter. borttagen å andra sidan kommer att ta bort kategorin även därifrån." + +#~ 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 "Använd detta fält för att skriva in uppgifter som endast visas i administratörskontrollpanelen. Informationen visas inte offentligt och kommer inte att skickas till kommunen." + +#~ msgid "Used map" +#~ msgstr "Använde kartan" + +#~ msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." +#~ msgstr "Huruvida fältet visas till användaren, inkluderat som ett hidden-fält och automatiskt populerat, eller satt av servern vid Open311-leveransen. Detta fält sätts oftast automatiskt." + +#~ msgid "Whether the user is required to provide a value for this field." +#~ msgstr "Huruvida det är obligatoriskt för användaren att ange ett värde för detta fält." + +#~ msgid "or locate me automatically" +#~ msgstr "eller hitta min position automatiskt" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index a656293e752..93bfa40ddfb 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "ve" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "veya" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "En çok %d karakter" @@ -52,8 +53,10 @@ msgstr "%d'in %d'den %d'ye" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - Özet raporlar" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s kurul irtibatları – %s onaylanmış, %s onaylanmamış" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s güncellemeler" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(İsim Yok)" -#: templates/web/zurich/admin/report_edit-sdm.html:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Telefon Numarası Yok)" @@ -134,7 +137,7 @@ msgstr "(sadece a-z ve ara tuşu)" msgid "(closed)" msgstr "(kapalı)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "(yaklaşık 200,000 kişiyi kapsar)" @@ -142,10 +145,6 @@ msgstr "(yaklaşık 200,000 kişiyi kapsar)" msgid "(fixed)" msgstr "(onarıldı)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "(\"String\" yazılırsa yoksay)" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(duvar yazısı (grafiti), moloz atma, kırık kaldırım döşeme, ya da sokak aydınlatma gibi)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(her ikisine de gönderildi)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 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:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" @@ -186,6 +185,10 @@ msgstr "-- Kategori seçiniz--" 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 "-- Şablon seç--" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Hayır Güncellemelerimi e-posta yoluyla onaylamama izi msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -msgstr "" - #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" msgstr "Evet şifrem var" +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -275,13 +286,18 @@ 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:101 +#, fuzzy +msgid "Add another parent category" +msgstr "Yeni kategori ekle" + #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Bölüm ekle" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "e-posta adresi ekle" @@ -290,7 +306,7 @@ msgstr "e-posta adresi ekle" msgid "Add extra fields" msgstr "ekstra alan ekle" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "alan ekle" @@ -298,16 +314,16 @@ msgstr "alan ekle" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Yeni kategori ekle" -#: templates/web/base/admin/extra-metadata-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "opsiyon ekle" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "telefon numarası ekle" @@ -321,24 +337,25 @@ msgid "Add to shortlist" msgstr "kısa listeye ekle" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Kullanıcı ekle" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "problem kategorisi ekle/düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Eklenmiş %s" @@ -346,7 +363,7 @@ msgstr "Eklenmiş %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "yönetici" @@ -362,19 +379,20 @@ 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:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Güncellemeleri bildir" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "tümü" @@ -387,8 +405,8 @@ msgid "All Reports as CSV" msgstr "Tüm raporlar CSV olarak" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "tüm kategoriler" @@ -400,9 +418,9 @@ msgstr "" msgid "All languages" msgstr "tüm diller" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -429,7 +447,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "e-posta adresi ekle" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " @@ -443,7 +471,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "isimsiz kullanıcı" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -455,24 +483,29 @@ msgstr "Anonim:" msgid "Another user" msgstr "başka kullanıcı" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Kapsadığı alan" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -481,28 +514,33 @@ msgstr "" 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 "Burası geçiş sayfası ve %s yanlış olduğu için, bu sayfada yapılan bildirimler, ilgili birimdeki sorumlu kişi yerine problemi bildiren kişiye gönderilecektir." -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "%s atamak" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Farklı bir kategori atamak:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Dışarıdan bir organ atamak:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "%s atamak" @@ -514,31 +552,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -547,12 +576,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Denetleme bekliyor" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Geri" @@ -560,29 +590,39 @@ msgstr "Geri" 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 "kullanıcıyı yasakla" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Bölümler" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Bölüm" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Bölüm:" @@ -590,10 +630,6 @@ msgstr "Bölüm:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -602,39 +638,42 @@ 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:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "kategoriler" -#: templates/web/base/admin/category-checkboxes.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 "Kategoriler:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Kategori" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -643,12 +682,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "Bu kategori için problemlerin onarılma süresi > 4 hafta" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Kategori:" @@ -657,44 +696,27 @@ msgstr "Kategori:" msgid "Change" msgstr "değiştir" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" msgstr "e-posta adresini değiştir" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Şifreyi değiştir" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "telefon numarasını değiştir" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"Kontrol et kişisel bu kategorideki bildirimler internet sayfasında
hiçbir şekilde gözükmemelidir
.\n" -"
\n" -"Normalde kategoriler gizli değildir.\n" -"
\n" -"Bu kullanıcının ilgili birime bildirimde bulunmasına izin vermek istediğiniz konular için uygundur, gizli olanlar hariç. İngiltere'de, ekstra çöp kutusu talebi gibi hizmetlerde bunu daha önce kullanmıştık\n" -"belirli bir adres için." - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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." @@ -702,11 +724,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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -743,57 +766,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Kapalı" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Kurul tarafından kapatıldı" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" msgstr "Koordinatlar:" #: 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 "Cobrand " -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Yapılandırma" @@ -802,12 +829,12 @@ msgstr "Yapılandırma" msgid "Confirm" msgstr "Onayla" -#: templates/web/base/auth/2faform.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 "Hesabı onayla" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -819,16 +846,16 @@ msgstr "" msgid "Confirmation" msgstr "Onay" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" msgstr "Onaylandı" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Onaylanmış:" @@ -843,10 +870,12 @@ msgstr "" msgid "Contact Us" msgstr "Bize Ulaşın" -#: templates/web/base/contact/index.html:15 +#: templates/web/base/contact/index.html:18 msgid "Contact the team" msgstr "Grupla bağlantı kur" +#. ("JS") +#: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "" @@ -859,17 +888,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Kullanıcı bulunamadı" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Konuma bakılamadı" @@ -889,7 +914,7 @@ msgstr "Kurula ulaşmak için %s" msgid "Council ref: %s" msgstr "Kurul ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Kurul:" @@ -898,6 +923,8 @@ msgstr "Kurul:" msgid "Count" msgstr "Sayma" +#: 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 "" @@ -906,38 +933,42 @@ msgstr "" msgid "Create a report" msgstr "Bildiri oluştur" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori oluştur" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oluşturuldu" @@ -946,7 +977,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -956,11 +987,11 @@ msgstr "Oluşturuldu:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -969,19 +1000,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Şu anda hiçbir organları oluşturulmamıştır." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Kontrol Paneli " -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -989,35 +1020,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Alt komisyon tarafından 5 iş günü içinde üstesinden gelinilecek" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +msgid "Delete theme" +msgstr "Silindi" + +#: 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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Silindi" @@ -1026,49 +1055,45 @@ msgstr "Silindi" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Tanım" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Tanım" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaylar" -#: templates/web/base/admin/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: templates/web/zurich/admin/reports/edit.html:31 +#: templates/web/zurich/admin/reports/edit.html:45 msgid "Details:" msgstr "Detaylar:" -#: templates/web/base/dashboard/index.html:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Devredildi" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" @@ -1077,6 +1102,15 @@ msgstr "Özenle hazırlanmış işbirliği tablosu" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1086,6 +1120,14 @@ msgstr "" 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 "" @@ -1095,15 +1137,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Don’t know" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Şekilleri beğenmediniz mi?" @@ -1111,19 +1149,24 @@ msgstr "Şekilleri beğenmediniz mi?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1131,32 +1174,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Ekle" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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 "Bölümün detaylarını düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1164,15 +1210,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1180,13 +1228,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Sorunu düzenleme %d" @@ -1208,7 +1256,10 @@ msgstr "Editör" #: 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:17 +#: 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 @@ -1216,15 +1267,14 @@ msgstr "Editör" msgid "Email" msgstr "E-posta" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1237,21 +1287,21 @@ msgstr "E-posta uyarısı oluşturuldu" msgid "Email alert deleted" msgstr "E-posta uyarısı silindi" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "E-posta:" @@ -1309,7 +1359,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1317,11 +1367,12 @@ msgstr "" msgid "Endpoint" msgstr "Varılan nokta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "Bir Zürich sokak ismi giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" @@ -1330,7 +1381,6 @@ msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" msgid "Enter a nearby postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Yakınlardaki bir cadde ve bölge ismi giriniz" @@ -1339,8 +1389,9 @@ msgstr "Yakınlardaki bir cadde ve bölge ismi giriniz" msgid "Enter details of the problem" msgstr "Problem hakkında detaylı bilgi giriniz" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1348,8 +1399,10 @@ msgstr "Problem hakkında detaylı bilgi giriniz" msgid "Error" msgstr "Hata" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "" @@ -1362,7 +1415,7 @@ msgstr "Örnek postakodu " msgid "Examples:" msgstr "Örnekler:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1370,20 +1423,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1391,12 +1444,12 @@ msgstr "" msgid "External URL" msgstr "Harici URL " -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1404,32 +1457,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Mesajınız iletilemedi" @@ -1439,18 +1497,27 @@ msgstr "Mesajınız iletilemedi" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "İlk kez" @@ -1462,21 +1529,20 @@ msgstr "" #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Sorun çözüldü" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Sorun çözüldü- Kurul" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Sorun çözüldü- Kullanıcı" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Silindi olarak seçildi" @@ -1484,8 +1550,8 @@ msgstr "Silindi olarak seçildi" msgid "Flag user" msgstr "Kullanıcıyı seç" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Seçildi" @@ -1493,7 +1559,7 @@ msgstr "Seçildi" msgid "Flagged reports and users" msgstr "Seçilen bildirimler ve kullanıcılar" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "Seçilen kullanıcılar etiketlilersayfasında listelendi." @@ -1501,8 +1567,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "Seçilenler:" @@ -1514,29 +1580,25 @@ msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "Daha fazla bilgi için, bakınız FixMyStreet'in Mapit'i nasıl kullandığını." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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 "Şifrenizi mi unuttunuz?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1546,28 +1608,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Sıkça Sorulan Sorular" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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 "Güncellemeleri yap" -#: templates/web/base/reports/_rss.html:3 -#: templates/web/base/reports/_rss.html:9 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "%s Problemlerin güncellemelerini yap" -#: templates/web/base/reports/_rss.html:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr " Bu %s'te problemlerin güncellemelerini yap" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Bana RSS hakkında geri dönüş yapın" @@ -1579,60 +1647,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "Problemin çözüldüğünü duymak güzel" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Git" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Anket gönderecek misiniz?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Zamanla oluşan problemlerin duruma göre grafikleri" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Bu sorun giderildi mi? " -#: templates/web/base/questionnaire/index.html:61 +#: 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 "Daha önce bir problemi bir kurula bildirdiniz mi, yoksa bu ilk defa mı?" -#: templates/web/base/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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 "Yardım" -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1644,18 +1718,18 @@ msgstr "" msgid "Hi %s" msgstr "Merhaba %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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 "Gizli" -#: templates/web/base/admin/extra-metadata-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1680,12 +1754,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "İğneler gizle" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "%s kategorisine bildirilmiştir" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1695,15 +1775,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Tarihçe" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Anasayfa" @@ -1711,7 +1787,8 @@ msgstr "Anasayfa" msgid "How to report a problem" msgstr "Bir problem nasıl bildirilir" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Başarılı bildirim nasıl gönderilir" @@ -1730,15 +1807,15 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Maalesef veri tabanında sorunun yerini bulamadık.\n" #: templates/web/base/admin/flagged.html:14 -#: templates/web/base/admin/index.html:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Kimlik" @@ -1753,29 +1830,33 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1787,37 +1868,32 @@ msgstr "Sorununuzun durumu ile ilgili daha fazla bilgi almak istiyorsanız, lüt 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1841,11 +1917,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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 "Kanunsuz kimlik " -#: perllib/FixMyStreet/App/Controller/Alert.pm:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Yasadışı bildirim seçimi" @@ -1861,7 +1941,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1869,44 +1950,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Gelen kutusu boş " -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Bildiren kişinin kişisel bilgilerini dahil et" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Hatalı sahip_fotoğraf değer \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "İç notlar" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "İç notlar" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: 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:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Geçersiz format %s belirlenmiş." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "Geçersiz konum. Aynı konsil tarafından yeni konum girilmeli." @@ -1918,10 +2001,6 @@ msgstr " FAQs'ı kontrol et bu çözüme ulaşmak için en h msgid "It’s on its way to the council right now." msgstr "Kurula iletilmek üzere." -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "Anahtar" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1945,11 +2024,16 @@ msgstr "Son 7 gün" msgid "Last editor" msgstr "Son düzenleyen" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Son güncelleme:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "Son güncelleme" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Son güncelleme:" @@ -1957,13 +2041,14 @@ msgstr "Son güncelleme:" msgid "Last update:" msgstr "Son güncelleme:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1971,10 +2056,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Eğerbu birime bürün bildirimler aynı gönderme yöntemi ile yapılacak ise burayı boş bırakın (ör., \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Bildirilmiş problemleri güncelle" @@ -1983,25 +2064,26 @@ msgstr "Bildirilmiş problemleri güncelle" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Yükleniyor..." #: 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:1 +#: 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 "Yerel RSS bildirimi ve e-posta uyarısı" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Yerel RSS bildirimi ve‘%s’ için e-posta uyarısı" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Yerel uyarılar" @@ -2014,77 +2096,98 @@ msgstr "Problemin bulunduğu alandaki haritayı bul ve işaretle" msgid "Log in with Facebook" msgstr "Facebook ile giriş yap" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Twitter ile giriş yap" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +#, fuzzy +msgid "Login with %s" +msgstr "Twitter ile giriş yap" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "HARİTA" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "Harita" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "Gönderildi olarak işaretle" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "İleti" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Eksik yetki_id" @@ -2092,7 +2195,8 @@ msgstr "Eksik yetki_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2115,36 +2219,44 @@ 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/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Ay" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2152,28 +2264,27 @@ msgstr "" msgid "Name" msgstr "İsim" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "İsim:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2181,12 +2292,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2200,16 +2311,16 @@ msgstr "Neredeyse bitti!" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" @@ -2217,8 +2328,14 @@ msgstr "Yeni kategori bilgisi eklendi" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 +#, fuzzy +msgid "New field" +msgstr "alan ekle" + +#: templates/web/zurich/admin/report_edit-sdm.html:96 +#: templates/web/zurich/admin/reports/edit.html:125 msgid "New internal note:" msgstr "Yeni iç bilgi notu: " @@ -2226,13 +2343,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:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2240,8 +2357,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2298,10 +2415,10 @@ msgstr "Yeni bildiriler" msgid "New state" msgstr "Yeni durum" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "" @@ -2309,7 +2426,8 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2321,33 +2439,36 @@ msgstr "Sonraki" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 msgid "No" msgstr "Hayır" +#: 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Birim yok" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Seçilmiş kurul yok" @@ -2363,24 +2484,22 @@ msgstr "İşaretlenen problemler bulunamadı." msgid "No flagged users found." msgstr "İşaretlenen kullanıcılar bulunamadı." -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Güncelleme yok" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Herhangi bir geri dönüş olmamıştır" @@ -2391,26 +2510,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Destek sağlayıcı yok" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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 "Hiçbiri" -#: templates/web/base/admin/users/form.html:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2418,7 +2537,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Benim bölümüm için değil" @@ -2436,7 +2555,7 @@ msgstr "Kurula bildirilmemiş" msgid "Note" msgstr "Not" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Not:" @@ -2448,8 +2567,12 @@ msgstr "Not:%s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2460,15 +2583,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "Tamam" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2476,22 +2601,27 @@ msgstr "" msgid "Old state" msgstr "Eski durum" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aç" @@ -2516,7 +2646,7 @@ msgstr "Open311 giriş sayfası" msgid "Open311 specification" msgstr "Open311 özellikleri" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2528,25 +2658,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Diğer" @@ -2576,21 +2707,37 @@ msgstr "Sayfa bulunamadı" msgid "Parent" msgstr "Ebeveyn" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "tüm kategoriler" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Kısmi" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Şifre (isteğe bağlı)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Şifren değiştirildi" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Şifre (isteğe bağlı)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2598,7 +2745,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2609,39 +2756,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Telefon numarası (isteğe bağlı)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2649,20 +2796,20 @@ msgstr "Telefon:" msgid "Photo" msgstr "Fotoğraf" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2672,6 +2819,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2682,8 +2833,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Harita üzerine işaretleyin" @@ -2707,31 +2859,31 @@ msgstr "Şifreyi kontrol ediniz ve tekrar deneyiniz" msgid "Please check your email address is correct" msgstr "E-posta adresinizin doğruluğunu kontrol ediniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kategori seçiniz" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Lütfen aşağıdaki hataları düzeltiniz" @@ -2746,104 +2898,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Mesaj giriniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Şifre giriniz" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Konu giriniz" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Geçerli e-posta giriniz" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Geçerli e-posta adresi giriniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Lütfen bir kaç ayrıntı giriniz" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "E-posta giriniz" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Ad giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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." -#: perllib/FixMyStreet/App/Controller/Contact.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +msgid "Please enter your full name." +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 +#: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Lütfen isminizi giriniz" +#. ("JS") #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:6 -#: templates/web/base/js/translation_strings.html:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Lütfen telefon numaranızı gririniz" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Soyad giriniz" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Konu başlığı giriniz" @@ -2852,7 +3022,7 @@ msgstr "Konu başlığı giriniz" msgid "Please feel free to sign in again, or go back to the front page." msgstr "Lütfen rahat bir şekilde tekrar giriş yapın, veya bir önceki sayfaya dönün." -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: 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 "Lütfen aşağıdaki probleme ait ayrıntıları giriniz." @@ -2862,7 +3032,7 @@ msgstr "Lütfen aşağıdaki probleme ait ayrıntıları giriniz." 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 "Lütfen aşağıda verilen formu problemin detayları ile ilgili doldurunuz ve konumu detay kutucuğu içerisine mümkün oldukça yakın bir şekilde tarif ediniz." -#: templates/web/base/auth/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2870,8 +3040,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Başka bir anket doldurmak istediğinizi belirtiniz." -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2897,11 +3075,11 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2918,15 +3096,19 @@ msgstr "Hem metin hem de fotoğraf ekleyiniz" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Bir kurula daha önce sorun bildirip bildirmediğinizi belirtin" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Bilgilendirme seçiniz" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "İstediğiniz bir bildiri şekli secin" @@ -2934,19 +3116,20 @@ msgstr "İstediğiniz bir bildiri şekli secin" msgid "Please state whether or not the problem has been fixed" msgstr "Problemin giderilmiş veya giderilmemiş olması durumunu bildiriniz lütfen" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Mesaj gönderin" @@ -2954,23 +3137,23 @@ msgstr "Mesaj gönderin" msgid "Post" msgstr "Paylaş" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "%s Anonim olarak gönderildi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Tarafından paylaşıldı %s saat %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "%s (%s) tarafından %s 'te paylaşılmıştır" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "%s tarafından %s 'te paylaşılmıştır" @@ -2978,20 +3161,32 @@ msgstr "%s tarafından %s 'te paylaşılmıştır" 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:94 +msgid "Prevent user from submitting the form until this field is filled in." +msgstr "" + #: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Önceki" -#: perllib/FixMyStreet/Cobrand/Default.pm:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "Gizlilik" @@ -3001,15 +3196,14 @@ msgstr "Gizlilik" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Özel" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3021,10 +3215,29 @@ msgstr "Sorun" msgid "Problem %d created" msgstr "Problem %d oluşturuldu" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "kısa listeye ekle" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problem %s onaylandı" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Problem %d oluşturuldu" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Problem %d oluşturuldu" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Problem %s kurula gönderildi %s" @@ -3035,7 +3248,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:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -3043,7 +3256,8 @@ 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:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" @@ -3052,11 +3266,11 @@ msgstr "Sorunlar" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Çevredeki problemler" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Haritadaki problemler" @@ -3064,37 +3278,43 @@ msgstr "Haritadaki problemler" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet'te kısa bir süre önce onarıldı olarak bildirilen problemler" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "%s deki problemler" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "%s semtindeki sorunlar" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Emlak adresi:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Güncellemeye izin ver" @@ -3103,32 +3323,37 @@ msgstr "Güncellemeye izin ver" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Ş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." -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Toplumsal geri bildirim:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Fotoğraf yayınla" +#: templates/web/base/admin/extra-metadata-item.html:60 +#, fuzzy +msgid "Question text" +msgstr "Anket" + #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 #: templates/web/base/questionnaire/index.html:14 @@ -3145,23 +3370,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "%d sorunu için gönderilen %d anket" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Anket sorun bildirici tarafından dolduruldu" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "%s için RSS Besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "%s için %s gözetiminde RSS besleme" @@ -3169,52 +3395,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "%s için RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "%s içerisindeki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "%s bölgesi içerisindeki problemlerle alakalı RSS besleme" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Son günlerdeki yerel problemlerle alakalı RSS besleme" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Bu problemin güncellemelerini RSS olarak besle" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: templates/web/base/report/display_tools.html:46 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3228,11 +3458,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Yakın zamanda bildirilen problemler" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3240,15 +3471,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3264,21 +3491,26 @@ msgstr "İşareti kaldır" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +#, fuzzy +msgid "Remove option" +msgstr "opsiyon ekle" + +#: templates/web/base/admin/reports/edit.html:174 #: 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:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "" @@ -3286,30 +3518,38 @@ msgstr "" msgid "Report" msgstr "Bildirim" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Bir problem bildir" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Kötüye kullanım bildir" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "%s 'e ananim olarak bildirilmiş" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3319,17 +3559,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Kötüye kullanım bildir" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "%s 'e bildir" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Probleminizi bildirin" @@ -3342,24 +3585,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Yerel problemleri bildir, göster ve tartış" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "%s 'e ananim olarak bildirilmiş" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Önceden bildirilmiş" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3367,59 +3610,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "%s kategorisine bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "%s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 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:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "%s aracılığıyla anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "%s yoluyla %s tarafından %s da bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 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:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 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" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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 "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/Cobrand/Default.pm:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Bildirimler" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Bildirimler %s karakter olarak sınırlıdır. Bildiriminizi kısaltınız lütfen" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3427,14 +3674,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Onay bekleyen bildirimler" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3443,63 +3686,61 @@ msgstr "" msgid "Reports published" msgstr "Yayınlanmış bildirimler" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Bildiriyi tekrar gönder" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3515,56 +3756,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Doğru yer mi?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 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:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Sola Yerleştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Sağa Yerleştir" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Uydu" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Değişiklikleri kaydet" @@ -3572,58 +3834,62 @@ msgstr "Değişiklikleri kaydet" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Bildirimleri ara" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Kullanıcı Ara" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Bildirimleri ara" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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 "Ara:" -#: templates/web/base/admin/reports.html:27 +#: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "Aranan sonuç bulunamadı." -#: templates/web/base/admin/users/index.html:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Arama sonucu kullanıcı bulunamadı" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3633,12 +3899,12 @@ 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:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Bölge seç" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3650,19 +3916,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3671,41 +3942,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "%s %s sonra gönder" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "gönderildi:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" msgstr "Hizmet:" -#: templates/web/base/auth/change_password.html:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Share" msgstr "Paylaş" +#: templates/web/base/admin/manifesttheme/index.html:8 +msgid "Short Name" +msgstr "" + #: templates/web/base/main_nav_items.html:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3713,14 +3984,14 @@ msgstr "Paylaş" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3733,7 +4004,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3749,7 +4020,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3757,9 +4029,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "İşaretlemeleri göster" @@ -3771,20 +4044,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Giriş yap" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3793,16 +4066,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Giriş yapın ve bir hesap oluşturun " -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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 "Çıkış" -#: templates/web/base/report/new/fill_in_details_text.html:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Bazı kategoriler ek bilgiler gerektirebilir." @@ -3813,12 +4087,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "Son aşamaların bazıları API key FixMyStreet kurulumundan bildirimlerin geldiğine işaret etmektedir." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Son bildirimlerden bazı fotograflar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Konumun belirlenebilmesi için tarif" @@ -3826,11 +4100,13 @@ msgstr "Konumun belirlenebilmesi için tarif" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 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." @@ -3838,7 +4114,8 @@ msgstr "Üzgünüz, bu posta kodu bizim sınırlarımız dışında yer almaktad msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3847,9 +4124,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:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Üzgünüz, konum bulunamadı." @@ -3859,174 +4136,193 @@ 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:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." +msgstr "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Devlet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Devlet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "İstatistik" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Durum" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Alt bölüm/Bölüm" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Konu" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Konu:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Kaydet" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Değişiklikleri kaydet" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Anketi kaydet" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Kaydedildi" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Kaydet" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4034,11 +4330,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Güncellemeler %s uzunluğunda karakter ile sınırlıdır. Lütfen güncellemenizi kısaltın." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4046,19 +4349,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Özet" @@ -4072,11 +4376,11 @@ msgstr "Özet bildirimler" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4090,29 +4394,34 @@ msgstr "Anket Sonuçları" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "" -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Metin" +#: templates/web/base/admin/extra-metadata-item.html:69 +#, fuzzy +msgid "Text field" +msgstr "ekstra alan ekle" + #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" msgstr "Salt metin sürümü " -#: templates/web/base/admin/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Metin:" @@ -4137,7 +4446,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Geri bildiriminiz için teşekkür ederiz" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Resim yüklediğiniz için teşekkür ederiz. Şİmsi sorunu konumlandırmak için lütfen yakındaki cadde ismini veya e :yukarıdaki kutucuktan postakodunu giriniz." @@ -4145,7 +4454,12 @@ msgstr "Resim yüklediğiniz için teşekkür ederiz. Şİmsi sorunu konumlandı msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Teşekkürler, sorunun hallolduğuna sevindim. Bu sorunu daha önce herhangi bir birime bildirmiş miydiniz?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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 "Bu şekilde resim doğru yüklemiş gibi görünmüyor (%s), lütfen tekrar deneyin." @@ -4153,53 +4467,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 -#: perllib/FixMyStreet/Cobrand/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Üzgünüz, bu posta kodu bulunamadı." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Bu bildirim %s 'te görüntülenemiyor" - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -msgid "" -"The email address is the destination to which reports about this category will be sent. \n" -" Other categories for this body may have the same email address." -msgstr "e-posta adresi bu kategoriye hangi bildirimlerin gönderileceğinin adresidir. Bu bölüm için diğer kategoriler aynı e-posta adresine sahiptir." +#: 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 @@ -4208,11 +4518,8 @@ msgid "" " when sending reports to this body." msgstr "son aşama FixMyStreet'in, o birime gönderilen bildirimlerin bulunduğu sayfanın link'idir." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4222,8 +4529,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4231,6 +4542,14 @@ msgid "" " If you leave this blank, send method defaults to email." msgstr "gönderme yöntemi sorunun bildiriminin birime nasıl gönderileceğini belirler. Eğer bu alanı boş bırakırsanız, gönderme yöntemi hatası e-postanıza bildirilir." +#: 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 "" @@ -4242,11 +4561,16 @@ msgid "" " and may be displayed publically." msgstr "Birimin adı o birimi tanımlar (örneğin, Borsetshire District Council) ve herkese açık olarak görüntülenektir." -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +msgid "The contact has been confirmed as correct." +msgstr "Problem gönderildi olarak işaretlenmiştir." + +#: 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 "" @@ -4261,15 +4585,11 @@ msgstr "Başarı ödül tablosu editörün faaliyetlerini göstermektedir (kimin msgid "The error was: %s" msgstr "Hata buydu: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "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." @@ -4306,10 +4626,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Ulaşılabilir bölgelerin listesi %s'teki Mapit hizmeti tarafından sağlanmaktadır." -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4319,30 +4635,43 @@ msgstr "Şifreler eşleşmiyor" msgid "The requested URL '%s' was not found on this server" msgstr "Talep edilen URL '%s' bu sunucuda bulunamadı " -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların girdiği bölgenin etrafındaki konumları görmek için." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." msgstr "Kullanıcının ismi anonim
olan bildirimlerin arasında halka açık olarak görüntülenecektir. halka açık olması mutlaka isimlere özgü değildir." +#: 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." @@ -4352,7 +4681,11 @@ msgstr "Gösterilecek hiçbir rapor yok." msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4360,30 +4693,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Tüm Bildirimlerin görüntülendiği sayfada bir sorun var. Lütfen daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -msgstr "E-posta / şifrenizde bir sorun oluştu. Lütfen tekrar deneyiniz." - #: 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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 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." @@ -4391,12 +4720,16 @@ msgstr "Bildiriminiz esnasında hata oluştu. Lütfen aşağıya bakınız." 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." +#: 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4414,16 +4747,21 @@ msgstr "Bu ayarlar Open311 (veya diğer back-end integration) problemini kapsaya msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "Bu API uygulaması çalıştırılma aşamadındadır ve henüz stabilize edilmemiştir." @@ -4446,34 +4784,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "Bu birime sadece alanda yer alan ve konuyu kapsayan bildirimler gönderilebilecektir. Bu birime bu iki maddeden herhangi birini kapsamayan bildirimler ulaşmayacaktır." -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta problemin konumunu kapsayacak iki kurula da gönderilir. Eğer problemle ilgilenecek olan doğru kurul değil iseniz, bu bildirimi dikkate almayınız veya problemin hangi kategoriyle olduğunu bize bildirin ki biz de sistemimizde doğru kurula yönlendirelim." -#: perllib/FixMyStreet/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Bu bilgi gereklidir" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "Burası gelişen bir sitedir, her an çökebilir ve veritabanı belli aralıklarla silinmektedir." - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4493,7 +4828,8 @@ msgstr "Bu problem giderilemedi" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4501,41 +4837,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Bu rapor işlenmeyi bekliyor." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Bu rapor şu an kapalı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Bu rapor şu an onarıldı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 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:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Zaman çizelgesi" @@ -4544,23 +4884,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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 "Başlık" -#: templates/web/base/admin/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "senin için hazırladığımız yerel uyarıları bulmak için lütfen posta kodu veya cadde adı ve bölgeyi giriniz" @@ -4572,12 +4912,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 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 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4594,15 +4939,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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 "Toplam" -#: templates/web/base/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4614,21 +4959,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Tekrar dene" @@ -4636,30 +4971,36 @@ msgstr "Tekrar dene" msgid "Try emailing us directly:" msgstr "Direkt olarak e-posta gönderin:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Onaylanmamış" @@ -4672,26 +5013,27 @@ msgstr "Bilinmeyen" msgid "Unknown alert type" msgstr "Bilinmeyen uyarı tipi" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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 "Bilinmeyen hata" -#: perllib/FixMyStreet/App/Controller/Develop.pm:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Bilinmeyen ID problemi" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4705,20 +5047,25 @@ msgstr "" msgid "Update" msgstr "Güncelleme" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr " %d problem için %s tarafından oluşturulmuş %s güncelle" + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr " %d problem için %s tarafından oluşturulmuş %s güncelle" -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Aşağıdaki anonim olarak %s 'e ekleneni güncelle" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "Aşağıda %s tarafıdan %s 'e ekleneni güncelle" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Bölümü güncelle" @@ -4743,43 +5090,44 @@ msgstr "İşaretlenmiş problemi onarıldı olarak güncelle" msgid "Update reopened problem" msgstr "Tekrardan değerlendirilen problemi güncelle" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Güncelleme durumu" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Güncellendi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Güncellendi!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: templates/web/base/dashboard/index.html:109 #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Güncellemeler" -#: perllib/FixMyStreet/DB/Result/Comment.pm:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 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." @@ -4797,17 +5145,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4816,13 +5153,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4833,36 +5165,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Kullanıcı etiketi kaldırıldı" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" msgstr "Kullanıcı etiketlendi" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Arama sonuçları kullanıcı adı ve e-posta adresi ile uyumludur." @@ -4870,24 +5202,36 @@ msgstr "Arama sonuçları kullanıcı adı ve e-posta adresi ile uyumludur." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Kullanıcılar" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Değerler güncellendi" @@ -4896,25 +5240,25 @@ msgstr "Değerler güncellendi" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: templates/web/zurich/admin/reports/edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Raporun sitede görüntülemek" -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Semte göre bildirimleri görüntüle" @@ -4922,7 +5266,7 @@ msgstr "Semte göre bildirimleri görüntüle" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4932,6 +5276,7 @@ msgid "Viewing a location" msgstr "Bir konum görüntülemek" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Bir problemi görüntülemek" @@ -4939,7 +5284,7 @@ msgstr "Bir problemi görüntülemek" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Bu kurulun ilgilendiği bölge" @@ -4962,7 +5307,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Bu problemin %s sorumluluğunda olduğunun farkındayız; ancak, şu anda irtibat bilgilerine sahip değiliz. Eğer uygun irtibat adresini biliyorsanız, bizimle iletişime geçin." @@ -4971,7 +5316,7 @@ msgid "We send it to the council on your behalf" msgstr "Sizin adınıza kurula gönderiyoruz" #: templates/web/base/alert/choose.html:13 -#: templates/web/base/around/_error_multiple.html:17 +#: 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 "" @@ -4984,7 +5329,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "We’re problemin çözülemediği için üzgünüz. Yerel temsilcilere başvurmaya ne dersiniz?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5005,19 +5350,11 @@ msgstr "Yayınlandığında" msgid "When sent" msgstr "Gönderildiğinde" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5029,7 +5366,7 @@ msgstr "Neden devam etmiyorsun? Ücretsiz olarak daha faz msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "kurum_sorumluluğunun birime gelen talepleri sınırlandırması mümkündür. Arama sözcüğü yönetim ID'si MaPit tarafından sağlanmaktadır." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5037,7 +5374,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:101 +#: templates/web/base/questionnaire/index.html:103 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?" @@ -5049,9 +5386,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5059,22 +5396,26 @@ msgstr "Gönderdiğin bildiriminin kalıp halinde ve eksik noktalama işaretleri #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Evet" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "Bu problem bildirimini gereksiz bir şekilde yönetildiği için şikayet ediyorsun:" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "Çevrimdışısınız" @@ -5082,20 +5423,21 @@ msgstr "Çevrimdışısınız" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "Aşağıdaki kişisel bilgi veya benzeri kötü niyetli raporları içeren sorunları bildiriyorsun: " -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Problemi bu site üzerinde görüntüleyebilir siniz." -#: templates/web/base/admin/users/form.html:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5103,7 +5445,7 @@ msgstr "Kötü niyetli bir kullanıcının e-postasını otomatik olarak gizlene 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Teknik destek için %s iletişime geçebilirsiniz." @@ -5116,10 +5458,10 @@ msgstr "" "Herhangi bir rapor veya kullanıcıyı düzenleyerek etiketleyebilirsin, ve onlar bu sayfada listelenmiştir. \n" "Örneğin, uygunsuz postaları gönderen kullanıcıya göz atmak istersen bu yararlı olabilir." -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "Lokal problemler için bize iletişim kurabileceğimiz e-posta adresi bularak bize yardımcı olabilirsiniz %s için ve bize %spostalayarak." @@ -5127,11 +5469,17 @@ 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." -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Kabul etmediniz; lütfen yukardaki kutuyu doldurun" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5139,12 +5487,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5158,12 +5510,11 @@ msgstr "Çıkış yaptınız" 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 "Sorunun olduğu yeri harita üzerinde yeşil bir imge ile işaretlediniz. Eğer doğru yer değilse tekrar haritanın üzerine tıklayın." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "Telefon numaranızı başarılı olarak eklediniz." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "E-posta adresiniz başarıyla onaylandı." @@ -5172,7 +5523,7 @@ msgstr "E-posta adresiniz başarıyla onaylandı." msgid "You have successfully confirmed your phone number." msgstr "Telefon numaranızı başarılı olarak onayladınız." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "Telefon numaranızı başarılı olarak kaldırdınız." @@ -5181,11 +5532,11 @@ msgstr "Telefon numaranızı başarılı olarak kaldırdınız." msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Başarılı bir şekilde giriş yaptınız; lütfen bilgilerinizi kontrol edin ve onaylayın" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "Telefon numaranızı başarılı olarak doğruladınız." -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Henüz herhangi bir bildirim oluşturmadınız. Şimdi sorun olarak bir bildiri ." @@ -5208,21 +5559,27 @@ msgstr "" msgid "Your Reports" 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Hesabınız" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "E-posta adresiniz" @@ -5231,8 +5588,8 @@ msgstr "E-posta adresiniz" msgid "Your email address" msgstr "E-posta adresin" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "E-postanız ya da cep telefonunuz" @@ -5241,7 +5598,8 @@ msgstr "E-postanız ya da cep telefonunuz" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Adınız" @@ -5249,46 +5607,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 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:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "İsminiz gizlendi." -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "Çevrimdışı raporlarınız" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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 "Şifreniz" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:170 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 #: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Şifren değiştirildi" -#: templates/web/base/auth/create.html:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Telefon numaran" -#: templates/web/base/questionnaire/index.html:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Raporunuz" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Bildirimlerin" @@ -5305,11 +5669,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Güncellemelerin" @@ -5326,24 +5691,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "tümü" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5351,17 +5721,17 @@ msgstr "" msgid "by %s" msgstr "%s tarafından" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "Kurul" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "harita kullanılmamış" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "ör. ‘%s’ veya ‘%s’" @@ -5369,7 +5739,7 @@ msgstr "ör. ‘%s’ veya ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5392,54 +5762,64 @@ msgstr "son güncelleme %s" msgid "less than a minute" msgstr "bir dakikadan az" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "hiçbiri" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(isteğe bağlı)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "veya" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "veya beni otomatik olarak bul" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "bu konum" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "özgün giriş: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "diğer bölgeler:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5451,7 +5831,7 @@ msgstr "çıkış yap" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "ilgili yerel kurul " @@ -5464,7 +5844,7 @@ msgstr "Kullanıcı haritayı kullanmadığından herhangi bir işaret görünm msgid "this location" msgstr "bu konum" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "bu tip lokal problem" @@ -5472,15 +5852,17 @@ msgstr "bu tip lokal problem" msgid "today" msgstr "bugün" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "güncelleme" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "güncellemeler" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "kullanılan harita" @@ -5492,16 +5874,16 @@ msgstr "kullanıcının problemi - %d kuruldaki problemle aynı" msgid "user is problem owner" msgstr "kullanıcı problemin sahibi" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "bölge" @@ -5561,7 +5943,7 @@ msgid_plural "%d years" msgstr[0] "%d yıl" msgstr[1] "%d yıl" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5582,7 +5964,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s raporlanan problem" msgstr[1] "%s raporlanan problem" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5603,21 +5985,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/base/front/stats.html:8 +#: templates/web/westminster/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/base/front/stats.html:13 +#: templates/web/westminster/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/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5652,16 +6034,58 @@ 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/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "raporlar" msgstr[1] "raporlar" + +#~ msgid "(ignored if type is \"String\")" +#~ msgstr "(\"String\" yazılırsa yoksay)" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "Kontrol et kişisel bu kategorideki bildirimler internet sayfasında hiçbir şekilde gözükmemelidir.\n" +#~ "
\n" +#~ "Normalde kategoriler gizli değildir.\n" +#~ "
\n" +#~ "Bu kullanıcının ilgili birime bildirimde bulunmasına izin vermek istediğiniz konular için uygundur, gizli olanlar hariç. İngiltere'de, ekstra çöp kutusu talebi gibi hizmetlerde bunu daha önce kullanmıştık\n" +#~ "belirli bir adres için." + +#~ msgid "Key" +#~ msgstr "Anahtar" + +#~ msgid "OK" +#~ msgstr "Tamam" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Bu bildirim %s 'te görüntülenemiyor" + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "e-posta adresi bu kategoriye hangi bildirimlerin gönderileceğinin adresidir. Bu bölüm için diğer kategoriler aynı e-posta adresine sahiptir." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "E-posta / şifrenizde bir sorun oluştu. Lütfen tekrar deneyiniz." + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "Burası gelişen bir sitedir, her an çökebilir ve veritabanı belli aralıklarla silinmektedir." + +#~ msgid "or locate me automatically" +#~ msgstr "veya beni otomatik olarak bul" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 2877cdfbc04..3906fc9252c 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ 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:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "і" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "або" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d до %d з %d" 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s - підсумкових звітів" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s контактів рад – %s підтверджених, %s непідтверджених" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -84,7 +87,7 @@ msgid "" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -95,8 +98,8 @@ msgstr "" msgid "%s live updates" msgstr "%s оперативних сповіщень" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -116,13 +119,13 @@ msgstr "" msgid "(Defect & location of defect)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(відсутній номер телефону)" @@ -134,7 +137,7 @@ msgstr "" msgid "(closed)" msgstr "(закрито)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -142,10 +145,6 @@ msgstr "" msgid "(fixed)" msgstr "(полагоджено)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(графіті, сміття, крива бруківка, проблеми з вуличним освітленням тощо)" @@ -172,13 +171,13 @@ msgid "(sent to both)" msgstr "(відправлено обидвом)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" @@ -186,6 +185,10 @@ msgstr "-- Оберіть категорію --" 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 "--Оберіть шаблон--" @@ -206,11 +209,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -235,23 +240,29 @@ msgstr "Ні Я підтверджу поновлення е-ma msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -271,13 +282,18 @@ msgstr "Додайте запис для кожної адмі msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Додати запис" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -286,7 +302,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -294,16 +310,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -317,24 +333,25 @@ msgid "Add to shortlist" msgstr "Додати до переліку" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "Додати користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "Додати/редагувати категорію" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "Додати/редагувати пріоритет відповіді" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "Додано %s" @@ -342,7 +359,7 @@ msgstr "Додано %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -358,19 +375,20 @@ msgstr "Сповіщення %d створено для %s, type %s, парам msgid "Alert %d disabled (created %s)" msgstr "Сповіщення %d відключено (створено %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "Повідомляти мене про оновлення" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -383,8 +401,8 @@ msgid "All Reports as CSV" msgstr "Всі звіти у форматі CSV" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "Всі Категорії" @@ -396,9 +414,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -425,7 +443,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "Змінити адресу електронної пошти" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "Оновлення відмітило цю проблему як вирішену." @@ -439,7 +467,7 @@ msgstr "Анонім" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -451,24 +479,29 @@ msgstr "Анонім:" msgid "Another user" msgstr "Інші користувачі" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "Ви впевнені, що хочете скасувати завантаження?" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "Зона покрита" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -477,28 +510,33 @@ msgstr "" 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/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "Назначити %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "Призначення компетентного органу:" -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Назначити іншу категорію:" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "Назначити зовнішньому відділу:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Назначити %s" @@ -510,31 +548,22 @@ 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:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "Автоматична відповідь:" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "Доступні категорії" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -543,12 +572,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Уникайте особистої інформації та номерних знаків транспортних засобів" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Очікує перевірки модератором" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -556,29 +586,39 @@ msgstr "Назад" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "Органи" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "Орган" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "Орган:" @@ -586,10 +626,6 @@ msgstr "Орган:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "" @@ -598,39 +634,42 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Не бачите мапу? Пропустіть цей крок" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "Категорії" -#: templates/web/base/admin/category-checkboxes.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 "Категорії:" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "Категорія" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Категорія змінена з ‘%s’ на ‘%s’" @@ -639,12 +678,12 @@ msgstr "Категорія змінена з ‘%s’ на ‘%s’" msgid "Category fix rate for problems > 4 weeks old" msgstr "В цій категорії проблеми не вирішуються > 4 тижнів" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "Категорія:" @@ -653,48 +692,38 @@ msgstr "Категорія:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -731,57 +760,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Закрито" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "Закрито муніципалітетом" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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 "Cobrand" -#: templates/web/base/admin/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:93 +#: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Cobrand:" -#: templates/web/base/admin/extra-metadata-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "Конфігурація" @@ -790,12 +823,12 @@ msgstr "Конфігурація" msgid "Confirm" msgstr "Підтвердити" -#: templates/web/base/auth/2faform.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 "Підтвердити запис" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -807,16 +840,16 @@ msgstr "" msgid "Confirmation" msgstr "Підтвердження" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Підтверджені:" @@ -831,10 +864,12 @@ msgstr "" msgid "Contact Us" msgstr "Зворотній звязок" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -847,17 +882,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "Координати:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Не вдалось знайти користувача" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "Не вдалось встановити локацію" @@ -877,7 +908,7 @@ msgstr "Контакти ради для %s" msgid "Council ref: %s" msgstr "рада ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "Рада:" @@ -886,6 +917,8 @@ msgstr "Рада:" 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 "" @@ -894,38 +927,42 @@ msgstr "" msgid "Create a report" msgstr "Створити сповіщення" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Створити категорію" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "Створити звіт/оновлення для ради" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Створено" @@ -934,7 +971,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -944,11 +981,11 @@ msgstr "Створено:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -957,19 +994,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Наразі жодних органів не було створено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "Дашборд" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -977,35 +1014,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Dealt with by subdivision within 5 working days" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Видалити шаблон" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Видалено" @@ -1014,49 +1049,45 @@ msgstr "Видалено" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "Опис" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "Опис:" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "Опис" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "Передано" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "Не використовувати карту" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" @@ -1065,6 +1096,15 @@ msgstr "Таблиця найстаранніших призерів" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1074,6 +1114,14 @@ msgstr "" 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 "Не відправляти листи автору про нові коментарі" @@ -1083,15 +1131,11 @@ msgstr "Не відправляти листи автору про нові ко msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "Не знаю" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "Не любите форми?" @@ -1099,19 +1143,25 @@ msgstr "Не любите форми?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +#, fuzzy +msgid "Drag photos here or browse photos" msgstr "Перетягніть фотографії сюди чи натисніть для завантаження" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1119,32 +1169,35 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редагувати" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "Редагувати права користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1152,15 +1205,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "Редагувати звіт" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1168,13 +1223,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "Редагуємо проблему %d" @@ -1196,7 +1251,10 @@ msgstr "Редактор" #: 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:17 +#: 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 @@ -1204,15 +1262,14 @@ msgstr "Редактор" msgid "Email" msgstr "Е-пошта" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "Адреса електронної пошти" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1225,21 +1282,21 @@ msgstr "Email оповіщення створено" msgid "Email alert deleted" msgstr "Email Оповіщення видалено" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "Е-пошта:" @@ -1293,7 +1350,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1301,11 +1358,12 @@ msgstr "" msgid "Endpoint" msgstr "Кінцева точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" -msgstr "" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" +msgstr "Введіть назву вулиці чи району поблизу" -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Вкажіть поштовий код UK або назву вулиці та місця" @@ -1314,7 +1372,6 @@ msgstr "Вкажіть поштовий код UK або назву вулиці msgid "Enter a nearby postcode, or street name and area" msgstr "Введіть найближчу поштову адресу, або назву вулиці чи району" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "Введіть назву вулиці чи району поблизу" @@ -1323,8 +1380,9 @@ msgstr "Введіть назву вулиці чи району поблизу" msgid "Enter details of the problem" msgstr "Введіть подробиці проблеми" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1332,8 +1390,10 @@ msgstr "Введіть подробиці проблеми" msgid "Error" msgstr "Помилка" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "Всі" @@ -1346,7 +1406,7 @@ msgstr "Зразок поштового коду %s" msgid "Examples:" msgstr "Приклади:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "Категорії існують" @@ -1354,20 +1414,20 @@ msgstr "Категорії існують" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "Поясніть чому неправильно" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "Зовнішній ID" @@ -1375,12 +1435,12 @@ msgstr "Зовнішній ID" msgid "External URL" msgstr "Зовнішнє посилання" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1388,32 +1448,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "Подробиці" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "Не вдалося надіслати повідомлення" @@ -1423,18 +1488,27 @@ msgstr "Не вдалося надіслати повідомлення" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Ім’я" @@ -1446,21 +1520,20 @@ msgstr "Полагодіть це вибравши зону покрит #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "Вирішено" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "Вирішено - Рада" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "Вирішено - Користувач" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Відмітьте як видалене" @@ -1468,8 +1541,8 @@ msgstr "Відмітьте як видалене" msgid "Flag user" msgstr "Відмітьте користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Відмічено" @@ -1477,7 +1550,7 @@ msgstr "Відмічено" msgid "Flagged reports and users" msgstr "Відмічені звіти та користувачі" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the flagged page." msgstr "Відмічені користувачі виписані на відміченій сторінці." @@ -1485,8 +1558,8 @@ msgstr "Відмічені користувачі виписані на Key is the value which is stored in the database for that option and Name is the value displayed to the user." -msgstr "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "For more information, see How FixMyStreet uses Mapit." -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "" @@ -1530,28 +1599,34 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Часто задавані питання" -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Отримувати оновлення про проблеми в %s" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "Дайте RSS фід" @@ -1563,60 +1638,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "Вперед" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "Збираєтесь відправити опитувальник?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "Надання адміністративного доступу" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "Графік створення проблем з часом" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "Проблему було вирішено?" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1628,18 +1709,18 @@ msgstr "" msgid "Hi %s" msgstr "Вітаємо, %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1664,12 +1745,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "Приховати привязки" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "Сповіщено в категорії %s " + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1679,15 +1766,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "Історія" -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "Домашня" @@ -1695,7 +1778,8 @@ msgstr "Домашня" msgid "How to report a problem" msgstr "Як сповістити про проблему" -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "Як надіслати якісне сповіщення" @@ -1714,15 +1798,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Ідентифікатор" @@ -1739,19 +1823,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1759,11 +1847,11 @@ msgstr "" "Якщо два чи більше органи обслуговують певний регіон, сервіс сполучає ідентичні категорії в один запис\n" " в меню. Переконайтесь, що ви використовуєте однакові назви категорій якщо хочете, щоб це сталось." -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1775,37 +1863,32 @@ msgstr "Якщо ви отримаєте більше інформації пр 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1829,11 +1912,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "Невірний вибір завантаження" @@ -1849,7 +1936,8 @@ 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 "" -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1857,44 +1945,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "Додати особисті дані автора сповіщення" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "Невірне значення has_photo \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "Внутрішні нотатки" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Внутрішні нотатки" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "Невірне значення agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "Невірний формат %s ." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1906,10 +1996,6 @@ msgstr "" msgid "It’s on its way to the council right now." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1933,11 +2019,16 @@ msgstr "" msgid "Last editor" msgstr "Остання правка" -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "Останнє поновлення:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "Останнє поновлення:" @@ -1945,13 +2036,14 @@ msgstr "Останнє поновлення:" msgid "Last update:" msgstr "Останнє поновлення:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1959,10 +2051,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Залишіть це поле порожнім якщо всі сповіщення цьому органу будуть відсилатись одним і тим самим чином (наприклад, \"%s\")." -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "Показати всі прозвітовані проблеми" @@ -1971,25 +2059,26 @@ msgstr "Показати всі прозвітовані проблеми" msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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 "Локальний RSS потік та поштові сповіщення" -#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "Локальний RSS потік та поштові сповіщення для ‘%s’" -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "Локальні сповіщення" @@ -2002,77 +2091,97 @@ msgstr "Позначте проблему на карті району" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "Мапа" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Позначте користувачів, чию поведінку ви хочете відстежувати прапорцем." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Повідомлення" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "Бракує jurisdiction_id" @@ -2080,7 +2189,8 @@ msgstr "Бракує jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2103,36 +2213,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Модерується підрозділом на протязі робочого дня" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Місяць" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2140,28 +2258,27 @@ msgstr "" msgid "Name" msgstr "Ім'я" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ім'я:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через OpenStreetMap): %s%s" @@ -2169,12 +2286,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2190,16 +2307,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "Новий контакт категорії додано" @@ -2207,8 +2324,13 @@ msgstr "Новий контакт категорії додано" msgid "New email address:" msgstr "Нова адреса електронної пошти:" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "Новий внутрішній нотаток:" @@ -2216,13 +2338,13 @@ msgstr "Новий внутрішній нотаток:" msgid "New local problems on FixMyStreet" msgstr "Нові місцеві проблеми" -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "Новий пароль:" @@ -2230,8 +2352,8 @@ msgstr "Новий пароль:" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Новий приоритет" @@ -2288,10 +2410,10 @@ msgstr "Нові сповіщення" msgid "New state" msgstr "Новий стан" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "Новий шаблон" @@ -2299,7 +2421,8 @@ msgstr "Новий шаблон" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2311,33 +2434,36 @@ msgstr "Далі" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "Без органу" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "Не вибраний департамент" @@ -2353,24 +2479,22 @@ msgstr "Не знайдено маркованих проблем" msgid "No flagged users found." msgstr "Не знайдено маркованих користувачів" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "Подальші оновлення відсутні" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "Ніякого результату не повернено" @@ -2381,26 +2505,26 @@ msgid "" " your config file is not pointing to a live MapIt service." msgstr "" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Ніхто не підтримав" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2408,7 +2532,7 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "Не мій підрозділ" @@ -2426,7 +2550,7 @@ msgstr "Не прозвітовано департаменту" msgid "Note" msgstr "Нотатка" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "Нотатка:" @@ -2438,8 +2562,12 @@ msgstr "Нотатка: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2450,15 +2578,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "Гаразд" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2466,22 +2596,27 @@ msgstr "" msgid "Old state" msgstr "Застарілий стан" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Відкрити" @@ -2506,7 +2641,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2518,25 +2653,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "Інше" @@ -2566,21 +2702,37 @@ msgstr "Сторінку не знайдено" msgid "Parent" msgstr "Предок" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "Всі Категорії" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Частково" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "Пароль (опціонально)" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" -msgstr "Постійне посилання" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "Ваш пароль було змінено" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "Пароль (опціонально)" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" +msgstr "Дозволи:" + +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "Дозволи:" @@ -2588,7 +2740,7 @@ msgstr "Дозволи:" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2599,39 +2751,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "Номер телефону (опціонально)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2639,20 +2791,20 @@ msgstr "Телефон:" msgid "Photo" msgstr "Фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "Фото обов'язкове." -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "Потрібне фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2662,6 +2814,10 @@ msgstr "Фотографія" msgid "Photos of recent nearby reports" msgstr "Фотографії найближчих сповіщень" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2672,8 +2828,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Розмістіть шпильку на карті" @@ -2697,31 +2854,31 @@ msgstr "Будь ласка перевірте пароль і спробуйт msgid "Please check your email address is correct" msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Будь ласка, виправте помилки" @@ -2736,104 +2893,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Будь ласка введіть пароль" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Будь ласка вкажіть тему" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "Будь ласка введіть правильну адресу е-пошти" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "Будь ласка введіть правильну адресу е-пошти" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Будь ласка додайте трохи подробиць" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "Будь ласка вкажіть е-пошту" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "Будь ласка введіть ім'я" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "Будь ласка введіть номер телефону" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "Будь ласка введіть прізвище" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "Будь ласка вкажіть заголовок" @@ -2842,7 +3017,7 @@ msgstr "Будь ласка вкажіть заголовок" 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:1 +#: 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 "Будь ласка додайте подробиці про проблему нижче." @@ -2852,7 +3027,7 @@ msgstr "Будь ласка додайте подробиці про пробл 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2860,8 +3035,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Будь ласка вкажіть чи ви хочете отримати інші опитування." -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2887,11 +3070,11 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "Будь ласка, оприлюдніть оновлений звіт." @@ -2908,15 +3091,19 @@ msgstr "Будь ласка додайте текст і фото" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Будь ласка розкажіть чи ви відправляли сповіщення департаменту раніше" -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "Оберіть бажаний потік інформації" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "Будь ласка оберіть тип бажаних алярмів" @@ -2924,19 +3111,20 @@ msgstr "Будь ласка оберіть тип бажаних алярмів" msgid "Please state whether or not the problem has been fixed" msgstr "Будь ласка вкажіть чи була вирішена проблема" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "Будь ласка, завантажте тільки зображення" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Будь ласка напишіть повідомлення" @@ -2944,23 +3132,23 @@ msgstr "Будь ласка напишіть повідомлення" msgid "Post" msgstr "Допис" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "Опубліковано анонімно в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "Опубліковано %s (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" @@ -2968,20 +3156,32 @@ msgstr "Опубліковано %s в %s" 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "" @@ -2991,15 +3191,14 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "Приватний" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3011,10 +3210,30 @@ msgstr "Проблема" msgid "Problem %d created" msgstr "Проблему %d створено" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "Додати до переліку" + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Проблема %s підтверджена" +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "Проблему %d створено" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "Проблему %d створено" + +#: templates/web/base/admin/users/log.html:56 +#, fuzzy +msgid "Problem %s removed from shortlist" +msgstr "Видалити з переліку" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Проблему %s надіслано департаменту %s" @@ -3025,7 +3244,7 @@ msgstr "Проблему %s надіслано департаменту %s" msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -3033,7 +3252,8 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" @@ -3042,11 +3262,11 @@ msgstr "Проблеми" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "Проблеми поблизу" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "Проблеми на мапі" @@ -3054,37 +3274,43 @@ msgstr "Проблеми на мапі" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Нещодавно вирішені проблеми" -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "Проблеми в межах %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "Проблеми в межах %s району" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "Адреса майна:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Надішліть оновлення" @@ -3093,32 +3319,37 @@ msgstr "Надішліть оновлення" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "Вказання паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "Публічна відповідь:" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3135,23 +3366,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "Анкета %d відправлена по проблемі %d" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "Анкета заповнена автором сповіщення" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS потік" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "RSS потік для %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "RSS потік для %s району, %s" @@ -3159,52 +3391,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "RSS потік з %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "RSS стрічка недавніх локальних проблем" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "RSS стрічка з оновленнями по цій проблемі" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3218,11 +3454,12 @@ msgstr "" msgid "Recently reported problems" msgstr "Нещодавно перевідкриті проблеми" -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3230,15 +3467,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3254,21 +3487,25 @@ msgstr "Зняти прапорець" msgid "Remove from shortlist" msgstr "Видалити з переліку" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "Видалити фото (це незворотня операція!)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "Відповісти " @@ -3276,30 +3513,38 @@ msgstr "Відповісти " msgid "Report" msgstr "Звіт" -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сповістити про проблему" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "Поскаржитись" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "Сповіщено анонімно по %s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3309,17 +3554,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "Поскаржитись" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "Звіт по %s" -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "Опишіть проблему" @@ -3332,24 +3580,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сповіщайте, переглядайте, або обговорюйте місцеві проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Сповіщено анонімно по %s" #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Сповіщено раніше" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Перевідкрито %s о %s" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "" @@ -3357,59 +3605,63 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сповіщено в категорії %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "Сповіщено в категорії %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "Сповіщено в категорію %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "Сповіщено %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "Сповіщено через %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сповіщено через %s в категорію %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: 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:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "Сповіщення" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "Сповіщення обмежені %s символами. Буль ласка скоротіть сповіщення." -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3417,14 +3669,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Сповіщення очікують підтвердження" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3433,63 +3681,61 @@ msgstr "" msgid "Reports published" msgstr "Сповіщення опубліковано" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "Перевідіслати сповіщення" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "" @@ -3505,56 +3751,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "Те місце?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Обслуговувач цієї дороги (отримано з дорожнього сервісу): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернули вліво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Повернути вправо" -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Зберети зміни" @@ -3562,58 +3829,62 @@ msgstr "Зберети зміни" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Пошук сповіщень" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Пошук користувачів" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "Пошук сповіщень" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "Пошук не знайшов користувачів." -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3623,12 +3894,12 @@ msgid "Select a body" msgstr "Оберіть орган" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Оберіть район" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3640,19 +3911,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "Оберіть:" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3661,41 +3937,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "Відправити %s %s пізніше" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "Надіслано:" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "Визначити поточні координати" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3703,14 +3979,14 @@ msgstr "Поширити" msgid "Shortlist" msgstr "Перелік" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3723,7 +3999,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3739,7 +4015,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3747,9 +4024,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "Показувати шпильки" @@ -3761,20 +4039,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "Увійти" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3783,16 +4061,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "Увійти або створити обліковий запис" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "Деякі категорії потребуватимуть додаткової інформації" @@ -3803,12 +4082,12 @@ msgid "" " sent from your FixMyStreet installation." msgstr "" -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "Деякі фото нещодавніх проблем" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "Певний текст для локалізації" @@ -3816,11 +4095,13 @@ msgstr "Певний текст для локалізації" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3828,7 +4109,8 @@ msgstr "" msgid "Sorry, that wasn’t a valid link" msgstr "" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3837,9 +4119,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Вибачте, сталася помилка" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "Вибачте, ми не знайшли це місце" @@ -3849,174 +4131,193 @@ msgstr "Вибачте, ми не знайшли це місце" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." -msgstr "" +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." +msgstr "Вибачте, ми не можем розпізнати це місце. Спробуйте пізніше." -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Стан" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "Стан:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "Статистика" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "Статус" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "Підрозділ/Орган" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "Тема:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Підтвердити" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "Підтвердити зміни" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "Підтвердити анкету" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Підтверджено" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "Підписатись" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4024,11 +4325,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4036,19 +4344,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "Резюме" @@ -4062,11 +4371,11 @@ msgstr "Сумарні сповіщення" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4080,29 +4389,33 @@ msgstr "Результати опитування" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "Шаблони" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" @@ -4127,7 +4440,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "Дякуємо за відповідь." -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "Дякуємо за надіслане фото. Тепер нам потрібно визначити місце проблеми, тому будь ласка введіть назву вулиці поблизу чи поштовий код в полі вище  :" @@ -4135,7 +4448,12 @@ 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 "Дякуєм, раді чути, що проблему вирішено! Можемо ми поцікавитись чи сповіщали ви органи про будь-яку проблему раніше?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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), будь ласка повторіть" @@ -4143,55 +4461,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "Цей сповіщення неможливо показати на %s." - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"На цю адресу е-пошти будуть надіслані сповіщення по даній категорії. \n" -" Інші категорії по цьому органу можуть мати аналогічну адресу." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4202,11 +4514,8 @@ msgstr "" "The endpoint is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4216,8 +4525,12 @@ msgid "" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4225,6 +4538,14 @@ msgid "" " 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 "" @@ -4236,11 +4557,15 @@ msgid "" " and may be displayed publically." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: 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 "Департамент не зможе допомгти доки інформація не буде достатьою, тому будь ласка опишіть точне місцезнаходження проблеми (наприклад на стіні), що це за проблема, як довго вона існує, опис (і фото проблеми, якщо є), і т.д." @@ -4255,15 +4580,11 @@ msgstr "" msgid "The error was: %s" msgstr "Трапилась помилка: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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:150 +#: 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 "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." @@ -4300,10 +4621,6 @@ msgstr "" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4313,24 +4630,24 @@ msgstr "Паролі не співпадають" msgid "The requested URL '%s' was not found on this server" msgstr "Адреса '%s' не знайдена на сервері" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4338,7 +4655,20 @@ msgstr "" "Користувацьке ім'я відображаються публічно на сповіщеннях, які не відмічені анонімними.\n" " Імена не обов'язково мають бути унікальними." +#: 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." @@ -4348,7 +4678,11 @@ msgstr "" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4356,30 +4690,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Сталась проблема з відображенням сторінки всіх сповіщень. Спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "Сталась помилка при спробі показати сторінку. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." @@ -4387,12 +4717,16 @@ msgstr "Зі сповіщенням є негаразди. Гляньте ниж 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4410,16 +4744,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "" @@ -4442,34 +4781,31 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "Ця інформація обов'язкова" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4489,7 +4825,8 @@ msgstr "Цю проблему не вирішено" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4497,41 +4834,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Це сповіщення очікує модерації." -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "Це сповіщення наразі відмічено закритим." -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "Це сповіщення наразі відмічено вирішеним." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ця веб-сторінка також містить фото проблеми, які надав користувач." -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "Хронологія" @@ -4540,23 +4881,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Назва:" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "Щоб дізнатись які локальні алярми ми маєм для вас, введіть ваш поштовий код, назву вулиці та район" @@ -4568,12 +4909,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4590,15 +4936,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4610,21 +4956,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Спробуйте ще раз" @@ -4632,30 +4968,36 @@ msgstr "Спробуйте ще раз" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "Не підтверджено" @@ -4668,26 +5010,27 @@ msgstr "Невідомо" msgid "Unknown alert type" msgstr "Невідомий тип алярму" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "Невідомий ідентифікатор проблеми" -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4701,20 +5044,25 @@ msgstr "" msgid "Update" msgstr "Поновлення" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "Поновлення %s створено для проблеми %d; від %s" + #: 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:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "Поновлення додано анонімно о %s" -#: templates/web/base/contact/index.html:35 +#: 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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Поновити орган" @@ -4739,43 +5087,44 @@ msgstr "Поновлення відмітило проблему як виріш msgid "Update reopened problem" msgstr "Поновлення перевідкрило проблему" -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "Поновити статуси" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "Поновлено" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "Поновлено!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." @@ -4793,17 +5142,6 @@ msgstr "" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4812,13 +5150,8 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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 "" - -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" +#: 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/open311-form-fields.html:90 @@ -4829,36 +5162,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "Користувацький прапорець видалено" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "Пошук користувачів знайшов співпадіння в іменах та поштових адресах" @@ -4866,24 +5199,36 @@ msgstr "Пошук користувачів знайшов співпадінн msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "Користувачі" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "Значення оновлено" @@ -4892,25 +5237,25 @@ msgstr "Значення оновлено" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "Переглянути сповіщення по району" @@ -4918,7 +5263,7 @@ msgstr "Переглянути сповіщення по району" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4928,6 +5273,7 @@ msgid "Viewing a location" msgstr "Переглядаєм локацію" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Переглядаєм проблему" @@ -4935,7 +5281,7 @@ msgstr "Переглядаєм проблему" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "Райони рад" @@ -4958,7 +5304,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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; нажаль, наразі у нас немає їх контактних даних. Якщо ви знаєте точну адресу, будь ласка залишайтесь на зв'язку." @@ -4967,7 +5313,7 @@ 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:17 +#: 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 "" @@ -4980,7 +5326,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5001,19 +5347,11 @@ msgstr "Коли відредаговано" msgid "When sent" msgstr "Коли відправлено" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5025,7 +5363,7 @@ msgstr "" msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by MaPit." msgstr "" -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5033,7 +5371,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хочете отримати ще іншу анкету за 4 тижні, нагадуючу вам про перевірку статусу?" @@ -5045,9 +5383,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5055,22 +5393,26 @@ msgstr "Повідомлення, написане суцільними вели #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "Так" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "" -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5078,20 +5420,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "You are reporting the following problem report for being abusive, containing personal information, or similar:" -#: templates/web/base/contact/index.html:27 +#: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" 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 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 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." @@ -5099,7 +5442,7 @@ msgstr "You can add an abusive user's email to the abuse list, which automatical 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "Технічна підтримка доступна за адресою %s" @@ -5110,10 +5453,10 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "" @@ -5121,11 +5464,17 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "Ви відхилили. Будь ласка заповніть форму вище" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5133,12 +5482,16 @@ 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/report/new/form_report.html:38 +#: 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 "" + +#: 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 "" -#: templates/web/base/questionnaire/index.html:87 +#: 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 "" @@ -5152,12 +5505,11 @@ msgstr "Ви успішно вийшли." 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "Ви успішно підтвердили поштову адресу." @@ -5166,7 +5518,7 @@ msgstr "Ви успішно підтвердили поштову адресу." msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5175,11 +5527,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ви успішно увійшли; будь ласка перевірте чи деталі вірні:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Ви не сповістили про жодну проблему. Сповістіть про проблему" @@ -5205,21 +5557,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ваша пошта" @@ -5228,8 +5586,8 @@ msgstr "Ваша пошта" msgid "Your email address" msgstr "Ваша адреса е-пошти" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5238,7 +5596,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Ваше ім'я" @@ -5246,46 +5605,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "Ваш звіт" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "Ваші сповіщення" @@ -5302,11 +5667,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "Ваші поновлення" @@ -5323,24 +5689,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "всі" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5348,17 +5719,17 @@ msgstr "" msgid "by %s" msgstr "від %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "рада" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "не використовував карту" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5366,7 +5737,7 @@ msgstr "наприклад ‘%s’ чи ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5389,54 +5760,64 @@ msgstr "останнє поновлення %s" msgid "less than a minute" msgstr "менше хвилини" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "недоступно" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(вибірково)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "або" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "або знайти мене автоматично" +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "Переглядаєм локацію" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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 "в оригіналі вказано: “%s”" -#: templates/web/base/admin/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "інші зони:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5448,7 +5829,7 @@ msgstr "вийти" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "місцевий орган" @@ -5461,7 +5842,7 @@ msgstr "шпильки немає так як користувач не вико msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "цей тип локальної проблеми" @@ -5469,15 +5850,17 @@ msgstr "цей тип локальної проблеми" msgid "today" msgstr "сьогодні" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "викроистана мапа" @@ -5489,16 +5872,16 @@ msgstr "користувач з тієї ж ради що й проблема - msgid "user is problem owner" msgstr "користувач є власником проблеми" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "двір" @@ -5574,7 +5957,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5601,7 +5984,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5628,7 +6011,7 @@ msgstr[1] "%s полагоджено минувшого місяця" msgstr[2] "%s полагоджено минувшого місяця" msgstr[3] "%s полагоджено минувшого місяця" -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5637,7 +6020,7 @@ msgstr[1] "%s звітів за минувший тиждень" msgstr[2] "%s звітів за минувший тиждень" msgstr[3] "%s звітів за минувший тиждень" -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5646,7 +6029,7 @@ msgstr[1] "%s звітів недавно" msgstr[2] "%s звітів недавно" msgstr[3] "%s звітів недавно" -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5691,7 +6074,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -5700,7 +6083,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" @@ -5708,3 +6091,40 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" + +#~ msgid "Available categories" +#~ msgstr "Доступні категорії" + +#~ msgid "Coordinates:" +#~ msgstr "Координати:" + +#~ msgid "Description:" +#~ msgstr "Опис:" + +#~ msgid "Didn't use map" +#~ msgstr "Не використовувати карту" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." + +#~ msgid "OK" +#~ msgstr "Гаразд" + +#~ msgid "Permalink" +#~ msgstr "Постійне посилання" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "Цей сповіщення неможливо показати на %s." + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "На цю адресу е-пошти будуть надіслані сповіщення по даній категорії. \n" +#~ " Інші категорії по цьому органу можуть мати аналогічну адресу." + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше." + +#~ msgid "or locate me automatically" +#~ msgstr "або знайти мене автоматично" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index b527539e788..89493593dc9 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: 2019-04-29 18:56+0100\n" +"POT-Creation-Date: 2020-03-03 15:29+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,23 +20,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:678 -#: perllib/FixMyStreet/DB/Result/Problem.pm:680 -#: perllib/FixMyStreet/Script/Reports.pm:198 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 +#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/Script/Reports.pm:174 msgid " and " msgstr "與" -#: templates/web/base/js/translation_strings.html:50 -#: templates/web/base/report/new/category_extras.html:15 -#: templates/web/base/report/new/councils_text_all.html:5 -#: templates/web/base/report/new/top_message_none.html:12 +#. ("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 -#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "或" -#: templates/web/base/report/_inspect.html:171 +#: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" msgstr "" @@ -52,8 +53,10 @@ msgstr "%d 到 %d 的 %d " 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:24 +#: templates/web/base/reports/body.html:31 msgid "%s - Summary reports" msgstr "%s -申報總結" @@ -76,7 +79,7 @@ msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s 地方政府承辦人員 – %s 確認 %s 尚未確認" #. ("%s is the site name") -#: templates/web/base/alert/index.html:8 +#: 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" @@ -87,7 +90,7 @@ msgstr "" "或是某一範圍內各類問題的通知" #. ("%s is the site name") -#: templates/web/base/alert/index.html:12 +#: 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" @@ -101,8 +104,8 @@ msgstr "" msgid "%s live updates" msgstr "%s 現場更新" -#: templates/web/base/dashboard/index.html:164 -#: templates/web/base/dashboard/index.html:168 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "" @@ -122,13 +125,13 @@ msgstr "版本; OpenStreetMap msgid "(Defect & location of defect)" msgstr "(缺陷 & 缺陷地點)" -#: templates/web/zurich/admin/report_edit-sdm.html:62 -#: templates/web/zurich/admin/report_edit.html:90 +#: 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:69 -#: templates/web/zurich/admin/report_edit.html:97 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(沒有電話號碼)" @@ -140,7 +143,7 @@ msgstr "" msgid "(closed)" msgstr "(結束)" -#: templates/web/base/alert/_list.html:30 +#: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" msgstr "" @@ -148,10 +151,6 @@ msgstr "" msgid "(fixed)" msgstr "(己處理)" -#: templates/web/base/admin/extra-metadata-form.html:63 -msgid "(ignored if type is \"String\")" -msgstr "" - #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" @@ -178,13 +177,13 @@ msgid "(sent to both)" msgstr "兩個都送出" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:29 msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:710 -#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "選擇分類" @@ -192,6 +191,11 @@ msgstr "選擇分類" msgid "-- Pick an option --" msgstr "" +#: templates/web/base/contact/enquiry/index.html:35 +#, fuzzy +msgid "-- Please select --" +msgstr "請選擇單位" + #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" msgstr "" @@ -214,11 +218,13 @@ 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/reports/_list-filters.html:70 +#: templates/web/base/admin/triage/_list-filters.html:23 +#: templates/web/base/reports/_list-filters.html:39 msgid " %s reports %s" msgstr "" -#: templates/web/base/js/translation_strings.html:101 +#. ("JS") +#: templates/web/base/js/translation_strings.html:104 msgid "%s saved." msgstr "" @@ -243,23 +249,29 @@ msgstr " 我要用電子郵件收到更新通知" msgid "No Let me confirm my update by email/text" msgstr "" -#: templates/web/base/report/_inspect.html:200 -msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -msgstr "" - -#: templates/web/base/report/_inspect.html:202 -msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -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:78 +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 "" -#: templates/web/base/auth/generate_token.html:54 +#: 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:61 msgid "Activate two-factor authentication" msgstr "" @@ -283,13 +295,18 @@ msgstr "" msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" +#: templates/web/base/admin/bodies/contact-form.html:101 +#, fuzzy +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:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "新增有關單位" -#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "" @@ -298,7 +315,7 @@ msgstr "" msgid "Add extra fields" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:89 +#: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" msgstr "" @@ -306,16 +323,16 @@ msgstr "" msgid "Add fixed state" msgstr "" -#: templates/web/base/admin/bodies/body.html:127 +#: 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-form.html:82 +#: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" msgstr "" -#: templates/web/base/auth/change_phone.html:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "" @@ -329,24 +346,25 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:48 -#: templates/web/base/admin/users/index.html:51 +#: templates/web/base/admin/users/index.html:95 +#: templates/web/base/admin/users/index.html:98 msgid "Add user" msgstr "新增使用者" -#: perllib/FixMyStreet/Cobrand/Default.pm:736 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:738 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:737 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:115 +#: templates/web/base/my/my.html:119 msgid "Added %s" msgstr "新增 %s" @@ -354,7 +372,7 @@ msgstr "新增 %s" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:55 +#: templates/web/base/main_nav_items.html:39 msgid "Admin" msgstr "" @@ -370,19 +388,20 @@ msgstr "%s創建之 %d通知, 種類 %s, 參數 %s / %s" msgid "Alert %d disabled (created %s)" msgstr "%d 關閉通知 " -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" msgstr "通知我此事後續" -#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" msgstr "" #: templates/web/base/dashboard/index.html:40 -#: templates/web/base/dashboard/index.html:51 -#: templates/web/base/dashboard/index.html:64 -#: templates/web/base/reports/_list-filters.html:4 +#: 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 msgid "All" msgstr "" @@ -395,8 +414,8 @@ msgid "All Reports as CSV" msgstr "所有事件申報存成CSV格式" #: templates/web/base/admin/category-multiselect.html:5 -#: templates/web/base/admin/responsepriorities/list.html:20 -#: templates/web/base/admin/templates.html:19 +#: templates/web/base/admin/responsepriorities/index.html:26 +#: templates/web/base/admin/templates/view.html:19 msgid "All categories" msgstr "" @@ -408,9 +427,9 @@ msgstr "" msgid "All languages" msgstr "" -#: templates/web/base/main_nav_items.html:0 -#: templates/web/base/main_nav_items.html:35 -#: templates/web/zurich/admin/index-dm.html:12 +#: 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 @@ -437,7 +456,17 @@ msgstr "" msgid "Always fetch all problems" msgstr "" -#: templates/web/base/questionnaire/index.html:31 +#: 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 +#, fuzzy +msgid "An email address." +msgstr "您的電子郵件" + +#: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." msgstr "本問題已解決之更新標註" @@ -451,7 +480,7 @@ msgstr "匿名" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/report_edit.html:130 +#: 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 @@ -463,24 +492,29 @@ msgstr "匿名:" msgid "Another user" msgstr "" -#: templates/web/base/js/translation_strings.html:76 +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/report_edit.html:85 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/base/js/translation_strings.html:96 -#: templates/web/base/report/display_tools.html:6 +#. ("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 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:24 +#: templates/web/zurich/admin/bodies/form.html:36 msgid "Area covered" msgstr "涵蓋區域" -#: templates/web/base/admin/users/form.html:82 +#: templates/web/base/admin/users/form.html:85 msgid "Area:" msgstr "" @@ -489,28 +523,33 @@ msgstr "" 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 "作為一個支援平台 %s出錯,本站所作的申報將送達給申報者,而不是申報類別下提供的承辦人員。  " -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/base/admin/users/index.html:73 +#, fuzzy +msgid "Assign selected to role:" +msgstr "派給 %s" + +#: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" msgstr "分派給適任的機關 " -#: templates/web/zurich/admin/report_edit.html:170 +#: templates/web/zurich/admin/reports/edit.html:158 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "歸至其它種類" -#: templates/web/zurich/admin/report_edit.html:209 +#: templates/web/zurich/admin/reports/edit.html:197 msgid "Assign to external body:" msgstr "分派給外部機:" -#: templates/web/zurich/admin/report_edit.html:188 +#: templates/web/zurich/admin/reports/edit.html:176 msgid "Assign to subdivision:" msgstr "交派給下級單位:" -#: perllib/FixMyStreet/Cobrand/Default.pm:733 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Assign users to areas" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:183 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "派給 %s" @@ -522,31 +561,22 @@ msgstr "每一則詢問的申報幾乎達 %d地回覆了。所有的要求,依 msgid "At the moment only searching for and looking at reports work." msgstr "目前僅提供部份查詢與查閱" -#: templates/web/base/admin/users/form.html:98 #: templates/web/base/admin/users/form.html:99 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" -#: templates/web/base/admin/templates.html:9 +#: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "" -#: templates/web/base/admin/template_edit.html:80 +#: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:14 -msgid "Automated" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" msgstr "" -#: templates/web/base/admin/report-category.html:8 -msgid "Available categories" -msgstr "" - #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." msgstr "" @@ -555,12 +585,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:349 +#: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "待核可" -#: templates/web/base/js/translation_strings.html:43 +#. ("JS") +#: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "回上層" @@ -568,29 +599,39 @@ msgstr "回上層" 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: perllib/FixMyStreet/Cobrand/Default.pm:735 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 +#: 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 #: templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/report_edit.html:56 -#: templates/web/zurich/header.html:49 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:52 msgid "Bodies" msgstr "有關單位" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/index.html:63 -#: templates/web/base/admin/reports.html:15 +#: 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:18 +#: templates/web/base/admin/users/index.html:45 msgid "Body" msgstr "有關單位" -#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:53 msgid "Body:" msgstr "有關單位:" @@ -598,10 +639,6 @@ msgstr "有關單位:" msgid "CSV File" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:46 -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 "" - #: 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 "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收桶,通常99%的問題可獲解決" @@ -610,39 +647,42 @@ msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收 msgid "Can't see the map? Skip this step" msgstr "無法顯示地圖? 略過本步驟" -#: perllib/FixMyStreet/Cobrand/Default.pm:647 -#: templates/web/base/admin/responsepriorities/list.html:8 -#: templates/web/base/admin/templates.html:7 +#: 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 msgid "Categories" msgstr "" -#: templates/web/base/admin/category-checkboxes.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 "" +#: templates/web/base/admin/bodies/_category_field.html:12 #: templates/web/base/admin/bodies/body.html:73 -#: templates/web/base/admin/bodies/contact-form.html:19 #: templates/web/base/admin/stats/fix_rate.html:4 -#: templates/web/base/dashboard/index.html:100 -#: templates/web/base/report/_inspect.html:72 -#: templates/web/base/report/_item.html:64 -#: templates/web/base/report/new/category.html:22 +#: 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/index-dm.html:23 +#: 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.html:13 +#: 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 "類別" -#: templates/web/base/dashboard/index.html:103 +#: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:618 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -651,12 +691,12 @@ msgstr "" msgid "Category fix rate for problems > 4 weeks old" msgstr "4週前己修復問題之類別" -#: templates/web/base/admin/report_edit.html:126 +#: 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:72 -#: templates/web/zurich/admin/report_edit.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/reports/edit.html:88 msgid "Category:" msgstr "類別:" @@ -665,54 +705,38 @@ msgstr "類別:" msgid "Change" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:65 +#: 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:1 +#: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:80 -msgid "Check inspection required if reports in this category must be inspected before being sent." +#: templates/web/base/auth/generate_token.html:56 +msgid "Change two-factor authentication" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:64 -msgid "" -"Check private if reports in this category should never be displayed on the website.\n" -"
\n" -" Normally, categories are not private.\n" -"
\n" -" This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" -" interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" -" at a specific address." -msgstr "" -"檢查 私人類別 如果申報在此類別下 將不會公開在網頁上\n" -"
\n" -"一般而言類別不會設為私人\n" -"
\n" -"這類問題適合於用戶申報給有關機關,但公開申報資料並無公益性\n" -"例如在英國想在某特定地點要求多安置垃圾筒" - -#: templates/web/base/admin/bodies/contact-form.html:11 +#: 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:127 +#: templates/web/base/report/_inspect.html:44 msgid "Choose another" msgstr "" -#: templates/web/base/js/translation_strings.html:95 +#. ("JS") +#: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" msgstr "" @@ -749,57 +773,61 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:159 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:71 +#: 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:117 +#: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "關閉" -#: perllib/FixMyStreet/DB/Result/Problem.pm:866 +#: perllib/FixMyStreet/DB/Result/Problem.pm:905 msgid "Closed by council" msgstr "由地方政府關閉" -#: templates/web/base/admin/report_edit.html:176 +#: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" msgstr "" -#: templates/web/base/admin/report_edit.html:38 +#: 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/report_edit.html:94 +#: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "聯合品牌資料:" -#: templates/web/base/admin/report_edit.html:93 +#: 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-form.html:24 -#: templates/web/base/auth/2faform.html:17 +#: 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 "" -#: templates/web/base/js/translation_strings.html:67 +#. ("JS") +#: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:642 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 +#: 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 msgid "Configuration" msgstr "設定" @@ -808,12 +836,12 @@ msgstr "設定" msgid "Confirm" msgstr "確認" -#: templates/web/base/auth/2faform.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 "確認帳戶" -#: templates/web/base/report/form/user_loggedout_password.html:30 +#: 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 "" @@ -825,16 +853,16 @@ msgstr "" msgid "Confirmation" msgstr "確認" -#: templates/web/base/admin/bodies/contact-form.html:56 +#: 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:35 +#: 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/report_edit.html:79 +#: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "已確認:" @@ -849,10 +877,12 @@ msgstr "聯絡 %s" msgid "Contact Us" msgstr "連絡我們" -#: templates/web/base/contact/index.html:15 +#: 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 "" @@ -865,17 +895,13 @@ msgstr "" msgid "Convert location from Easting/Northing" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:42 -#: templates/web/zurich/admin/report_edit.html:61 -msgid "Coordinates:" -msgstr "協同單位:" - -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:624 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:653 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "找不到該戶用" -#: templates/web/base/js/translation_strings.html:53 +#. ("JS") +#: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" msgstr "找不到此地點" @@ -895,7 +921,7 @@ msgstr "聯繋地方政府 %s" msgid "Council ref: %s" msgstr "地方政府流水號 ref: %s" -#: templates/web/base/dashboard/index.html:50 +#: templates/web/base/dashboard/index.html:51 msgid "Council:" msgstr "地方政府" @@ -904,6 +930,8 @@ msgstr "地方政府" 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 "" @@ -912,38 +940,42 @@ msgstr "" msgid "Create a report" msgstr "創建申報" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:5 +#: 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:156 -#: templates/web/zurich/admin/bodies/contact-form.html:49 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "創建類別" -#: templates/web/base/admin/responsepriorities/edit.html:58 +#: 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:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:765 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:719 +#: perllib/FixMyStreet/Cobrand/Default.pm:766 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:717 +#: perllib/FixMyStreet/Cobrand/Default.pm:764 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:84 +#: 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.html:10 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "建立" @@ -952,7 +984,7 @@ msgid "Created %d new users" msgstr "" #: templates/web/base/admin/list_updates.html:39 -#: templates/web/base/admin/report_edit.html:78 +#: 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:" @@ -962,11 +994,11 @@ msgstr "建立:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:46 +#: templates/web/base/auth/generate_token.html:72 msgid "Current token:" msgstr "" -#: templates/web/base/dashboard/index.html:92 +#: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -975,19 +1007,19 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "目前未創建內文" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 -#: templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: templates/web/zurich/admin/report_edit-sdm.html:92 msgid "Customer not contactable" msgstr "無法聨絡上的客戶" -#: templates/web/base/dashboard/index.html:7 +#: 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 msgid "Dashboard" msgstr "控制台" -#: templates/web/base/auth/generate_token.html:54 +#: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" msgstr "" @@ -995,35 +1027,33 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "下屬單位5個工作天內處理。" -#: templates/web/base/admin/responsepriorities/list.html:9 +#: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:39 -msgid "Default priority" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" msgstr "" -#: templates/web/base/report/_inspect.html:96 -msgid "Defect type" -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.pm:773 -#: templates/web/base/admin/template_edit.html:91 -#: templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "刪除模版" -#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/manifesttheme/form.html:62 +#, fuzzy +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:36 +#: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "刪除" @@ -1032,49 +1062,45 @@ msgstr "刪除" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:42 -#: templates/web/base/admin/responsepriorities/list.html:7 -#: templates/web/zurich/admin/index-dm.html:22 +#: 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.html:12 +#: templates/web/zurich/admin/reports/index.html:12 msgid "Description" msgstr "描述" -#: templates/web/base/admin/responsepriorities/edit.html:17 -msgid "Description:" -msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:7 +#, fuzzy +msgid "Destination" +msgstr "描述" -#: perllib/FixMyStreet/App/Controller/Report.pm:416 +#: perllib/FixMyStreet/App/Controller/Report.pm:442 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:45 +#: 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/report_edit.html:119 +#: 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/report_edit.html:31 -#: templates/web/zurich/admin/report_edit.html:45 +#: 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:104 +#: templates/web/base/dashboard/index.html:105 msgid "Device and Site" msgstr "" -#: templates/web/base/admin/bodies/body.html:93 +#: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" msgstr "下放" -#: templates/web/zurich/admin/report_edit-sdm.html:52 -#: templates/web/zurich/admin/report_edit.html:71 -msgid "Didn't use map" -msgstr "不使用地圖" - #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" msgstr "勤奮表現名單" @@ -1083,6 +1109,15 @@ msgstr "勤奮表現名單" msgid "Disable" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:58 +#: templates/web/base/admin/extra-metadata-item.html:99 +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/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1092,6 +1127,14 @@ msgstr "" 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 "" @@ -1101,15 +1144,11 @@ msgstr "" msgid "Do you have a %s password?" msgstr "您是否有 %s密碼? " -#: templates/web/base/report/_inspect.html:111 -msgid "Do you want to automatically raise a defect?" -msgstr "" - -#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:43 msgid "Don’t know" msgstr "不知道" -#: templates/web/base/contact/index.html:124 +#: templates/web/base/contact/index.html:128 msgid "Don't like forms?" msgstr "不喜歡此表單?" @@ -1117,19 +1156,24 @@ msgstr "不喜歡此表單?" msgid "Down one" msgstr "" -#: templates/web/base/js/translation_strings.html:75 -msgid "Drag and drop photos here or click to upload" +#. ("JS") +#: templates/web/base/js/translation_strings.html:77 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:122 +#: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:132 +#: templates/web/base/report/_inspect.html:49 msgid "Duplicates" msgstr "" -#: templates/web/base/admin/bodies/body.html:117 +#: 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" @@ -1140,32 +1184,35 @@ msgstr "" "不同類別 能夠同一位承辦人 (電子郵件)\n" "這表示你可以多加一些類別,即使你只聯絡一位承辦人員。" -#: templates/web/base/report/_inspect.html:35 -#: templates/web/base/report/_item.html:55 +#: templates/web/base/report/_item.html:65 +#: 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/list.html:28 -#: templates/web/base/admin/templates.html:31 -#: templates/web/base/admin/users/index.html:34 +#: 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.html:20 +#: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "編輯" -#: templates/web/base/admin/bodies/body.html:142 -#: templates/web/base/admin/index.html:39 +#: 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:731 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#: perllib/FixMyStreet/Cobrand/Default.pm:757 msgid "Edit report category" msgstr "" @@ -1173,15 +1220,17 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:711 +#: perllib/FixMyStreet/Cobrand/Default.pm:758 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:756 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 msgid "Edit users' details/search for their reports" msgstr "" @@ -1189,13 +1238,13 @@ msgstr "" msgid "Edit your update" msgstr "" -#: templates/web/base/admin/report_edit.html:0 -#: templates/web/base/admin/report_edit.html:15 -#: templates/web/base/admin/report_edit.html:6 -#: templates/web/zurich/admin/report_edit-sdm.html:1 +#: 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/report_edit.html:1 -#: templates/web/zurich/admin/report_edit.html:6 +#: templates/web/zurich/admin/reports/edit.html:2 +#: templates/web/zurich/admin/reports/edit.html:6 msgid "Editing problem %d" msgstr "編輯問題 %d" @@ -1217,7 +1266,10 @@ msgstr "編輯器" #: 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:17 +#: 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 @@ -1225,15 +1277,14 @@ msgstr "編輯器" msgid "Email" msgstr "電子郵件" -#: templates/web/base/admin/bodies/contact-form.html:38 -#: templates/web/base/alert/_list.html:74 +#: 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 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" msgstr "" @@ -1246,21 +1297,21 @@ msgstr "建立電郵通知" msgid "Email alert deleted" msgstr "取消電郵通知" -#: templates/web/base/auth/general.html:99 +#: 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:101 +#: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/form.html:28 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:146 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:36 -#: templates/web/zurich/admin/bodies/contact-form.html:18 +#: 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 msgid "Email:" msgstr "電子郵件:" @@ -1319,7 +1370,7 @@ msgstr "" msgid "Enabling this will suppress the error message that is normally emitted when an update has no description" msgstr "" -#: templates/web/base/dashboard/index.html:78 +#: templates/web/base/dashboard/index.html:79 msgid "End Date" msgstr "" @@ -1327,11 +1378,12 @@ msgstr "" msgid "Endpoint" msgstr "結束點" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:81 -msgid "Enter a Zürich street name" +#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#, fuzzy +msgid "Enter a Zürich street name" msgstr "輸入街道名稱 " -#: perllib/FixMyStreet/Cobrand/UK.pm:16 +#: perllib/FixMyStreet/Cobrand/UK.pm:21 msgid "Enter a nearby UK postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" @@ -1340,7 +1392,6 @@ msgstr "輸入本區的郵編,街名或區域。" msgid "Enter a nearby postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" -#: templates/web/base/around/postcode_form.html:7 #: templates/web/base/around/postcode_form.html:8 msgid "Enter a nearby street name and area" msgstr "輸入最近的街名或地區" @@ -1349,8 +1400,9 @@ msgstr "輸入最近的街名或地區" msgid "Enter details of the problem" msgstr "請在此填寫問題的細節" +#. ("JS") #: templates/web/base/errors/generic.html:1 -#: templates/web/base/errors/generic.html:8 +#: 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 @@ -1358,8 +1410,10 @@ msgstr "請在此填寫問題的細節" msgid "Error" msgstr "錯誤" -#: templates/web/base/reports/_list-filters.html:50 -#: templates/web/base/reports/_list-filters.html:59 +#: 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 msgid "Everything" msgstr "一切" @@ -1372,7 +1426,7 @@ msgstr "郵遞區號範例 %s" msgid "Examples:" msgstr "範例:" -#: templates/web/base/admin/report-category.html:3 +#: templates/web/base/admin/report-category.html:10 msgid "Existing category" msgstr "" @@ -1380,20 +1434,20 @@ msgstr "" msgid "Existing users won't be modified." msgstr "" -#: templates/web/base/js/translation_strings.html:66 +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 msgid "Expand map" msgstr "" -#: templates/web/base/report/new/form_report.html:53 +#: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" msgstr "" -#: templates/web/base/dashboard/index.html:106 +#: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" msgstr "" -#: templates/web/base/admin/report_edit.html:98 -#: templates/web/base/admin/responsepriorities/edit.html:27 +#: templates/web/base/admin/reports/edit.html:103 msgid "External ID" msgstr "" @@ -1401,12 +1455,12 @@ msgstr "" msgid "External URL" msgstr "外部網址" -#: templates/web/base/admin/report_edit.html:100 +#: templates/web/base/admin/reports/edit.html:105 msgid "External body" msgstr "" -#: templates/web/base/admin/report_edit.html:107 -#: templates/web/base/admin/template_edit.html:66 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/edit.html:63 msgid "External status code" msgstr "" @@ -1414,32 +1468,37 @@ msgstr "" msgid "External status code:" msgstr "" -#: templates/web/base/admin/report_edit.html:102 +#: templates/web/base/admin/reports/edit.html:107 msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:671 +#: perllib/FixMyStreet/Cobrand/Default.pm:718 #: 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:159 -#: templates/web/base/admin/report_edit.html:129 +#: templates/web/base/admin/bodies/contact-form.html:107 +#: 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/_inspect.html:168 -#: templates/web/base/report/_item.html:80 +#: 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 msgid "Extra details" msgstr "" -#: templates/web/zurich/admin/bodies/contact-form.html:22 +#: 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 "無法送出留言" @@ -1449,18 +1508,27 @@ msgstr "無法送出留言" msgid "Fields" msgstr "" -#: templates/web/base/report/form/user_loggedout_password.html:25 +#: 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 "" -#: templates/web/zurich/admin/index-dm.html:33 +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +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:66 +#: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "首次" @@ -1472,21 +1540,20 @@ msgstr "選擇涵蓋的區域 編輯有關單位 表 #: 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:118 +#: templates/web/base/dashboard/index.html:119 msgid "Fixed" msgstr "已處理" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" msgstr "已處理-地方政府" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:67 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" msgstr "已處理-用戶" #: templates/web/base/admin/bodies/form.html:96 -#: templates/web/base/admin/responsepriorities/edit.html:53 -#: templates/web/zurich/admin/bodies/form.html:35 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "標記警告為刪除 " @@ -1494,8 +1561,8 @@ msgstr "標記警告為刪除 " msgid "Flag user" msgstr "標記警告用戶" -#: perllib/FixMyStreet/Cobrand/Default.pm:640 -#: templates/web/base/admin/users/index.html:20 +#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "標記警告" @@ -1503,7 +1570,7 @@ msgstr "標記警告" msgid "Flagged reports and users" msgstr "標記警告申報與用戶" -#: templates/web/base/admin/users/form.html:114 +#: templates/web/base/admin/users/form.html:110 msgid "Flagged users are listed on the
flagged page." msgstr "標記警告用戶其已被列入 警告頁" @@ -1511,8 +1578,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/report_edit.html:150 -#: templates/web/base/admin/users/form.html:121 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/users/form.html:117 msgid "Flagged:" msgstr "警告:" @@ -1524,29 +1591,25 @@ msgstr "追踪里/區連結,以檢視該區內之申報" msgid "For best results include a close-up and a wide shot" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:62 -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 "" - #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." msgstr "更多資訊,請詳見如何使用 FixMyStreet 地圖標記(英文)" -#: templates/web/base/auth/create.html:1 templates/web/base/auth/create.html:3 +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "" -#: templates/web/base/auth/general.html:91 -#: templates/web/base/report/form/user_loggedout_password.html:24 -#: templates/web/base/report/form/user_loggedout_password.html:29 +#: 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:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 msgid "Forwarded to external body" msgstr "轉寄給外部機構" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 msgid "Forwarded wish to external body" msgstr "轉寄願望給外部機構" @@ -1556,28 +1619,34 @@ msgstr "轉寄願望給外部機構" msgid "Frequently Asked Questions" msgstr "常見問題回覆 " -#: templates/web/base/auth/generate_token.html:52 +#: 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 msgid "Generate token" msgstr "" #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:14 -#: templates/web/base/report/new/duplicate_suggestions.html:32 -#: templates/web/base/report/new/duplicate_suggestions.html:37 +#: 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:3 -#: templates/web/base/reports/_rss.html:9 +#: 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:11 -#: templates/web/base/reports/_rss.html:3 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "取得 %s區域內的問題更新" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" msgstr "我要訂閱RSS" @@ -1589,60 +1658,66 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "很高興聽到問題已處理了。" -#: templates/web/base/admin/index.html:28 -#: templates/web/base/admin/index.html:34 -#: templates/web/base/admin/index.html:49 -#: templates/web/base/alert/index.html:37 -#: templates/web/base/around/postcode_form.html:16 -#: templates/web/base/reports/_list-filters.html:71 -#: templates/web/base/reports/_list-filters.html:86 -#: templates/web/base/reports/_list-filters.html:92 +#: 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 msgid "Go" msgstr "走" -#: templates/web/base/admin/report_edit.html:96 +#: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "即將送出問卷?" -#: perllib/FixMyStreet/Cobrand/Default.pm:732 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:76 +#: templates/web/base/admin/index.html:82 msgid "Graph of problem creation by status over time" msgstr "隨時間産生的問題圖片" -#: templates/web/base/admin/bodies/contact-form.html:134 -msgid "Group" -msgstr "" - -#: templates/web/base/dashboard/index.html:94 +#: templates/web/base/dashboard/index.html:95 msgid "Group by %s" msgstr "" -#: templates/web/base/dashboard/index.html:99 +#: templates/web/base/dashboard/index.html:100 msgid "Group by:" msgstr "" -#: templates/web/base/questionnaire/index.html:32 +#: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" msgstr "問題已處理了嗎?" -#: templates/web/base/questionnaire/index.html:61 +#: 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/main_nav_items.html:48 +#: templates/web/base/admin/stats/index.html:15 +#: templates/web/base/admin/stats/index.html:9 +msgid "Heatmap" +msgstr "" + +#: templates/web/base/main_nav_items.html:32 #: 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:15 -#: templates/web/base/report/new/category_extras.html:16 +#: 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 "" @@ -1654,18 +1729,18 @@ msgstr "" msgid "Hi %s" msgstr "您好 %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: 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-form.html:18 -msgid "Hidden Field" +#: templates/web/base/admin/extra-metadata-item.html:46 +msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:204 +#: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" msgstr "" @@ -1690,12 +1765,18 @@ msgstr "" msgid "Hide my name on this report" msgstr "" -#: templates/web/base/around/display_location.html:61 -#: templates/web/base/around/display_location.html:69 -#: templates/web/base/js/translation_strings.html:72 +#. ("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 msgid "Hide pins" msgstr "隱藏地圖標示" +#: templates/web/base/admin/bodies/contact-form.html:52 +#, fuzzy +msgid "Hide reports made in this category" +msgstr "%s 種類之申報" + #: templates/web/base/report/update.html:18 msgid "Hide update completely?" msgstr "" @@ -1705,15 +1786,11 @@ msgstr "" msgid "Hide your name?" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:48 -msgid "Hint" -msgstr "" - #: templates/web/base/admin/bodies/category.html:25 msgid "History" msgstr "歷程 " -#: templates/web/base/around/display_location.html:74 +#: templates/web/base/around/display_location.html:78 msgid "Home" msgstr "首頁" @@ -1721,7 +1798,8 @@ msgstr "首頁" msgid "How to report a problem" msgstr "如何申報問題 " -#: templates/web/base/js/translation_strings.html:44 +#. ("JS") +#: templates/web/base/js/translation_strings.html:46 msgid "How to send successful reports" msgstr "如何成功地送出申報" @@ -1740,15 +1818,15 @@ 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:60 +#: templates/web/base/admin/index.html:66 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:12 +#: templates/web/base/admin/reports/index.html:12 #: templates/web/base/admin/users/alerts.html:8 -#: templates/web/zurich/admin/index-dm.html:21 +#: 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.html:11 +#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "帳戶" @@ -1765,19 +1843,23 @@ msgstr "" 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:23 +#: 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-form.html:34 -msgid "If ticked the user won’t see an input field, just the ‘Description’ text." +#: templates/web/base/admin/extra-metadata-item.html:100 +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 +msgid "If ticked, this extra data will not be edited or deleted by the Open311 population script." msgstr "" -#: templates/web/base/admin/template_edit.html:75 +#: templates/web/base/admin/templates/edit.html:72 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:14 +#: 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." @@ -1786,11 +1868,11 @@ msgstr "" "\n" "如果你想這樣,請確保你在有關單位中使用同一類別。" -#: templates/web/base/contact/index.html:112 +#: 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:61 +#: templates/web/base/auth/generate_token.html:83 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1802,28 +1884,27 @@ msgstr "如果你對申報之問題有進一步狀況,歡迎回到本站留言 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:45 +#: 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/template_edit.html:39 +#: 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 -#: templates/web/base/report/new/top_message_none.html:9 msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/template_edit.html:62 +#: 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 "" -#: templates/web/base/admin/template_edit.html:49 +#: 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:70 +#: 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)." @@ -1831,10 +1912,6 @@ msgstr "" "如果您希望公開留言該問題之更新,請在此輸入\n" "(請注意它不會自動送到地方政府)" -#: templates/web/base/admin/bodies/contact-form.html:32 -msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." -msgstr "如果您使用 非電子郵件送出申訴方式, 請在此輸入此服務代號 (Open311) 或同等的代號。" - #: templates/web/base/admin/bodies/open311-form-fields.html:112 #: templates/web/base/admin/bodies/open311-form-fields.html:113 msgid "" @@ -1858,11 +1935,15 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:152 +#: templates/web/base/admin/bodies/contact-form.html:117 +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:103 +#: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" msgstr "無效的訂閱選項" @@ -1878,7 +1959,8 @@ 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 (只有在同意姓名公開下才會呈現)." -#: templates/web/base/admin/bodies/contact-form.html:57 +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1886,44 +1968,46 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "信箱已閱畢!" -#: templates/web/zurich/admin/report_edit.html:225 +#: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" msgstr "包括申報人的個人細節" -#: perllib/FixMyStreet/App/Controller/Open311.pm:354 +#: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" msgstr "不正確的照片值數 \"%s\"" -#: templates/web/base/report/_inspect.html:8 +#: templates/web/base/admin/triage/_inspect.html:31 +#: templates/web/base/report/_inspect.html:5 msgid "Inspect report" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:85 -msgid "Inspection required" +#: perllib/FixMyStreet/Cobrand/Default.pm:761 +msgid "Instruct contractors to fix problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 -msgid "Instruct contractors to fix problems" +#: 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 +#, fuzzy +msgid "Internal key" +msgstr "內部筆記" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "內部筆記" -#: templates/web/base/offline/appcache.html:4 -msgid "Internet glitch" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:339 +#: perllib/FixMyStreet/App/Controller/Open311.pm:333 msgid "Invalid agency_responsible value %s" msgstr "無效的權責單位數值 %s" -#: perllib/FixMyStreet/App/Controller/Open311.pm:435 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Invalid format %s specified." msgstr "無效的%s 特定格式" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:485 +#: perllib/FixMyStreet/App/Controller/Report.pm:504 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1935,10 +2019,6 @@ msgstr "最快方式是 先查看問答集 ,看看答案是 msgid "It’s on its way to the council right now." msgstr "正呈送給地方政府中" -#: templates/web/base/admin/extra-metadata-form.html:71 -msgid "Key" -msgstr "" - #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" @@ -1962,11 +2042,16 @@ msgstr "" msgid "Last editor" msgstr "最後編輯 " -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/reports/edit.html:92 +#, fuzzy +msgid "Last failure:" +msgstr "上回更新:" + +#: templates/web/base/questionnaire/index.html:55 msgid "Last update" msgstr "" -#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" msgstr "上回更新:" @@ -1974,13 +2059,14 @@ msgstr "上回更新:" msgid "Last update:" msgstr "上一次更新:" -#: templates/web/base/report/_inspect.html:39 -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/reports/_list-filters.html:83 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1988,10 +2074,6 @@ msgstr "" msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "如所有申報皆是用同樣方式送出(例如: \"%s\"),此處請保留空白 " -#: templates/web/base/admin/extra-metadata-form.html:57 -msgid "List" -msgstr "" - #: templates/web/base/admin/bodies/body.html:32 msgid "List all reported problems" msgstr "列出所有申報的問題 " @@ -2000,25 +2082,26 @@ msgstr "列出所有申報的問題 " msgid "Loading reports…" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 #: 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:1 +#: 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:1 templates/web/base/alert/list.html:12 -#: templates/web/base/alert/list.html:14 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 "當地問題訂閱與電郵通知 %s " -#: templates/web/base/main_nav_items.html:39 -#: templates/web/base/main_nav_items.html:45 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/base/main_nav_items.html:29 msgid "Local alerts" msgstr "當地問題 " @@ -2031,77 +2114,97 @@ msgstr "在地圖上標記問題之區域" msgid "Log in with Facebook" msgstr "" -#: templates/web/base/auth/general.html:37 -#: templates/web/base/report/form/user.html:19 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "" -#: templates/web/base/js/translation_strings.html:82 -#: templates/web/base/report/form/user.html:22 +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" -#: templates/web/base/js/translation_strings.html:80 +#. ("JS") +#: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:202 +#: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" msgstr "" -#: templates/web/base/dashboard/index.html:82 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 +msgid "Login with %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:83 msgid "Look up" msgstr "" -#: templates/web/base/js/translation_strings.html:61 +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 msgid "MAP" msgstr "地圖" -#: templates/web/base/admin/users/form.html:203 +#: templates/web/base/admin/users/form.html:195 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:716 +#: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" msgstr "" -#: templates/web/base/reports/_list-filters.html:78 +#: perllib/FixMyStreet/Cobrand/Default.pm:688 +msgid "Manifest Theme" +msgstr "" + +#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" -#: templates/web/base/js/translation_strings.html:63 +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 msgid "Map" msgstr "地圖" -#: templates/web/base/admin/report_edit.html:87 +#: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" msgstr "標註為關閉" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:108 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "標註用戶哪些行為您將要給予警告標記." -#: perllib/FixMyStreet/Cobrand/Default.pm:713 +#: perllib/FixMyStreet/Cobrand/Default.pm:760 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/index.html:105 +#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "留言" -#: templates/web/zurich/admin/report_edit.html:281 +#: templates/web/zurich/admin/reports/edit.html:269 msgid "Message to competent body:" msgstr "給適任單位的訊息" -#: templates/web/zurich/admin/report_edit.html:279 +#: templates/web/zurich/admin/reports/edit.html:267 msgid "Message to external body:" msgstr "給外部機構的訊息" -#: templates/web/base/admin/report_edit.html:72 +#: 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 +#: perllib/FixMyStreet/App/Controller/Open311.pm:451 msgid "Missing jurisdiction_id" msgstr "遺失 jurisdiction_id" @@ -2109,7 +2212,8 @@ msgstr "遺失 jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:755 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 msgid "Moderate report details" msgstr "" @@ -2132,36 +2236,44 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "一個工作天內協調出部門" -#: templates/web/base/admin/report_edit.html:188 +#: templates/web/base/admin/reports/edit.html:193 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" -#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "月份" -#: templates/web/base/reports/_list-filters.html:84 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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 +msgid "Multiple Groups" +msgstr "" + #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 -#: templates/web/base/admin/extra-metadata-form.html:75 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 -#: templates/web/base/admin/index.html:62 +#: 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.html:14 -#: templates/web/base/admin/responsepriorities/list.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:16 +#: 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 @@ -2169,28 +2281,27 @@ msgstr "" msgid "Name" msgstr "名字" -#: templates/web/base/admin/report_edit.html:135 -#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/reports/edit.html:140 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:16 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "名字:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:24 +#: 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.html:53 +#: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" msgstr "" -#: templates/web/base/report/_inspect.html:48 +#: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:151 +#: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "找出地圖標記上最近的街道名稱(利用 OpenStreetMap自動産生): %s%s" @@ -2198,12 +2309,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:562 +#: perllib/FixMyStreet/Cobrand/Default.pm:607 #: 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:344 +#: perllib/FixMyStreet/Script/Alerts.pm:358 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2219,16 +2330,16 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "差不多快完成了,現在檢查您的電子信箱" -#: templates/web/base/auth/2faform.html:8 +#: 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:73 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:296 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 msgid "New category contact added" msgstr "新增類別承辦 人" @@ -2236,8 +2347,13 @@ msgstr "新增類別承辦 人" msgid "New email address:" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:109 -#: templates/web/zurich/admin/report_edit.html:137 +#: 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 msgid "New internal note:" msgstr "新內部筆記" @@ -2245,13 +2361,13 @@ msgstr "新內部筆記" msgid "New local problems on FixMyStreet" msgstr "FixMyStreet之新近當地問題 " -#: templates/web/zurich/admin/report_edit-sdm.html:113 +#: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" msgstr "" #: templates/web/base/auth/change_password.html:47 -#: templates/web/base/auth/create.html:49 -#: templates/web/base/report/form/user_loggedout_by_email.html:54 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:50 msgid "New password:" msgstr "" @@ -2259,8 +2375,8 @@ msgstr "" msgid "New phone number:" msgstr "" -#: templates/web/base/admin/responsepriorities/edit.html:4 -#: templates/web/base/admin/responsepriorities/list.html:34 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "" @@ -2317,10 +2433,10 @@ msgstr "新的申報 " msgid "New state" msgstr "新陳述" -#: templates/web/base/admin/template_edit.html:4 -#: templates/web/base/admin/templates.html:37 -#: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.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 "新模版" @@ -2328,7 +2444,8 @@ msgstr "新模版" msgid "New updates on report %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:80 +#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2340,33 +2457,36 @@ msgstr "下一步" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1201 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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/report_edit.html:133 -#: templates/web/base/admin/report_edit.html:96 +#: 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:106 -#: templates/web/base/questionnaire/index.html:39 -#: templates/web/base/report/_inspect.html:116 +#: templates/web/base/questionnaire/index.html:108 +#: templates/web/base/questionnaire/index.html:41 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:52 +#: templates/web/base/admin/users/form.html:55 msgid "No body" msgstr "無有關單位" -#: perllib/FixMyStreet/DB/Result/Problem.pm:377 +#: perllib/FixMyStreet/DB/Result/Problem.pm:374 msgid "No council selected" msgstr "未選擇地方政府" @@ -2382,24 +2502,22 @@ msgstr "未發現標記警告問題 " msgid "No flagged users found." msgstr "未發現標記警告用戶" -#: templates/web/zurich/admin/report_edit-sdm.html:125 -#: templates/web/zurich/admin/report_edit.html:260 +#: templates/web/zurich/admin/report_edit-sdm.html:112 +#: templates/web/zurich/admin/reports/edit.html:248 msgid "No further updates" msgstr "尚無更新" -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:70 -msgid "No inspections by that inspector in the selected date range." -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm:72 -msgid "No inspections in the selected date range." +#: 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 "" -#: templates/web/base/js/translation_strings.html:54 +#. ("JS") +#: templates/web/base/js/translation_strings.html:56 msgid "No result returned" msgstr "查無結果" @@ -2412,26 +2530,26 @@ msgstr "" "某區目前尚無資籵,因為MAPIT_URL 您的地圖檔設定\n" "未指MapIt 服務。" -#: templates/web/base/report/_support.html:2 +#: templates/web/base/report/_support.html:3 #: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "無支援" -#: templates/web/base/admin/report_edit.html:67 -#: templates/web/base/admin/report_edit.html:92 -#: templates/web/base/admin/report_edit.html:94 +#: 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:76 -#: templates/web/base/admin/users/form.html:77 +#: templates/web/base/admin/users/form.html:79 +#: templates/web/base/admin/users/form.html:80 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:42 -#: templates/web/base/admin/users/form.html:43 +#: templates/web/base/admin/users/form.html:45 +#: templates/web/base/admin/users/form.html:46 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2443,7 +2561,7 @@ msgstr "" "這要看具體落實執行狀況,工作人員可能有權使用控制台(其關構下的\n" "所有活動總覧)。也有能力隱暪某些申報或更改某些申報的狀況。" -#: templates/web/zurich/admin/report_edit-sdm.html:104 +#: templates/web/zurich/admin/report_edit-sdm.html:88 msgid "Not for my subdivision" msgstr "非下屬單位" @@ -2461,7 +2579,7 @@ msgstr "未呈報給地方政府" msgid "Note" msgstr "註記" -#: templates/web/zurich/admin/bodies/contact-form.html:45 +#: templates/web/zurich/admin/bodies/contact-form.html:47 msgid "Note:" msgstr "註記:" @@ -2473,8 +2591,12 @@ msgstr "筆記: %s" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:36 -msgid "Notice" +#: 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 @@ -2485,15 +2607,17 @@ msgstr "" msgid "Number of problems reported in each ward, in the last 7 days." msgstr "" -#: templates/web/base/js/translation_strings.html:60 -msgid "OK" -msgstr "好了" +#: templates/web/base/offline/fallback.html:4 +msgid "Offline" +msgstr "" -#: templates/web/base/js/translation_strings.html:97 +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" msgstr "" -#: templates/web/base/js/translation_strings.html:94 +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" msgstr "" @@ -2501,22 +2625,27 @@ msgstr "" msgid "Old state" msgstr "舊陳述" -#: templates/web/base/reports/_list-filters.html:81 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/SendReport/Email.pm:94 +#: perllib/FixMyStreet/SendReport/Email.pm:98 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:154 -#: perllib/FixMyStreet/DB/ResultSet/State.pm:70 +#: 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:116 +#: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "開放" @@ -2541,7 +2670,7 @@ msgstr "Open311 啟動網頁" msgid "Open311 specification" msgstr "Open311 規範 " -#: templates/web/base/admin/extra-metadata-form.html:63 +#: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" msgstr "" @@ -2553,25 +2682,26 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:84 +#: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:8 +#: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1328 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:711 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:712 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:750 -#: perllib/FixMyStreet/DB/Result/Problem.pm:605 -#: perllib/FixMyStreet/DB/Result/Problem.pm:612 -#: perllib/FixMyStreet/DB/Result/Problem.pm:627 -#: perllib/FixMyStreet/DB/Result/Problem.pm:636 -#: perllib/FixMyStreet/Script/Reports.pm:192 -#: perllib/FixMyStreet/Script/Reports.pm:199 +#: 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:1423 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: 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/Script/Reports.pm:168 +#: perllib/FixMyStreet/Script/Reports.pm:175 msgid "Other" msgstr "其它" @@ -2601,21 +2731,37 @@ msgstr "找無此頁" msgid "Parent" msgstr "上級 " -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/bodies/contact-form.html:91 +#, fuzzy +msgid "Parent categories" +msgstr "創建類別" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "部份" -#: templates/web/base/report/form/user_loggedout_by_email.html:55 +#: 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 msgid "Password (optional)" msgstr "密碼(任選):" -#: templates/web/base/js/translation_strings.html:69 -msgid "Permalink" +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#, fuzzy +msgid "Password change cancelled." +msgstr "密碼已更新" + +#: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 +#, fuzzy +msgid "Password expired" +msgstr "密碼(任選):" + +#: templates/web/base/admin/roles/index.html:6 +#, fuzzy +msgid "Permissions" msgstr "永久連結" -#: templates/web/base/admin/users/form.html:170 +#: templates/web/base/admin/users/form.html:159 msgid "Permissions:" msgstr "" @@ -2623,7 +2769,7 @@ msgstr "" msgid "Permit blank updates" msgstr "" -#: templates/web/base/report/_inspect.html:28 +#: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" @@ -2634,39 +2780,39 @@ 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:37 +#: templates/web/base/report/form/user_loggedout_by_email.html:33 #: templates/web/base/report/new/form_user_loggedin.html:53 msgid "Phone number (optional)" msgstr "電話號碼(非必填)" -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:28 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:29 +#: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/report_edit.html:143 -#: templates/web/base/admin/users/form.html:27 templates/web/base/my/my.html:47 +#: 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 msgid "Phone:" msgstr "電話" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:80 #: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/report/new/form_report.html:29 -#: templates/web/base/report/new/form_report.html:44 -#: templates/web/base/report/new/form_report.html:46 +#: 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:29 +#: templates/web/zurich/admin/index-dm.html:31 #: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports.html:16 +#: 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 @@ -2674,20 +2820,20 @@ msgstr "電話" msgid "Photo" msgstr "照片" -#: perllib/FixMyStreet/App/Controller/Photo.pm:196 +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 msgid "Photo is required." msgstr "要求提供照片" -#: templates/web/zurich/admin/bodies/contact-form.html:42 +#: templates/web/zurich/admin/bodies/contact-form.html:44 msgid "Photo required" msgstr "要求提供照片" -#: perllib/FixMyStreet/App/Controller/Photo.pm:113 +#: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:78 -#: templates/web/base/report/new/form_report.html:29 +#: 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 msgid "Photos" @@ -2697,6 +2843,10 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "最近申報之照片" +#: templates/web/base/contact/enquiry/index.html:49 +msgid "Photos/Documents" +msgstr "" + #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" @@ -2707,8 +2857,9 @@ msgstr "" msgid "Pick your ward" msgstr "" -#: templates/web/base/around/display_location.html:75 -#: templates/web/base/js/translation_strings.html:42 +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "在地圖上作標記" @@ -2732,31 +2883,31 @@ msgstr "請再次確認您的密碼" msgid "Please check your email address is correct" msgstr "請確認您電郵地址無誤" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:426 -#: perllib/FixMyStreet/DB/Result/User.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:221 +#: 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 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:1003 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:968 -#: perllib/FixMyStreet/DB/Result/Problem.pm:388 -#: templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "請選擇類別" -#: perllib/FixMyStreet/App/Controller/Auth.pm:387 -#: perllib/FixMyStreet/App/Controller/Auth.pm:413 +#: 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:287 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 -#: templates/web/base/admin/template_edit.html:13 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "請更正下方之錯誤" @@ -2774,104 +2925,122 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者之意見 " +#. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "請寫下您的留言" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:424 -#: perllib/FixMyStreet/DB/Result/User.pm:223 -#: perllib/FixMyStreet/DB/Result/User.pm:224 +#: 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 msgid "Please enter a mobile number" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:214 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:95 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:390 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 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:29 +#: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "請輸入密碼" -#: perllib/FixMyStreet/App/Controller/Contact.pm:133 -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 -#: templates/web/base/js/translation_strings.html:8 +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "請填下主旨" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:246 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:205 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:92 -#: perllib/FixMyStreet/DB/Result/User.pm:213 -#: templates/web/base/js/translation_strings.html:22 -#: templates/web/base/js/translation_strings.html:26 +#. ("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 msgid "Please enter a valid email" msgstr "請輸入有效電子郵件" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 -#: perllib/FixMyStreet/App/Controller/Contact.pm:143 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" msgstr "請輸入有效的電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:199 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:99 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 -#: templates/web/base/js/translation_strings.html:12 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "請填寫進一步細節" -#: perllib/FixMyStreet/App/Controller/Contact.pm:132 -#: perllib/FixMyStreet/DB/Result/User.pm:211 +#. ("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:21 -#: templates/web/base/js/translation_strings.html:25 +#: templates/web/base/js/translation_strings.html:23 +#: templates/web/base/js/translation_strings.html:27 msgid "Please enter your email" msgstr "請輸入您的電子郵件" -#: templates/web/base/js/translation_strings.html:38 +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 msgid "Please enter your first name" msgstr "請輸入您的大名" -#: perllib/FixMyStreet/Cobrand/UK.pm:330 -#: templates/web/base/js/translation_strings.html:17 +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: 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.pm:131 -#: perllib/FixMyStreet/DB/Result/Comment.pm:146 -#: perllib/FixMyStreet/DB/Result/Problem.pm:382 -#: perllib/FixMyStreet/DB/Result/User.pm:206 -#: templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 +#, fuzzy +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 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:35 +#: templates/web/base/js/translation_strings.html:37 msgid "Please enter your phone number" msgstr "請輸入您的電話號碼" -#: templates/web/base/js/translation_strings.html:39 +#. ("JS") +#: templates/web/base/js/translation_strings.html:41 msgid "Please enter your second name" msgstr "請輸入您的別名" -#: templates/web/base/js/translation_strings.html:37 +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 msgid "Please enter your title" msgstr "請輸入您的稱呼" @@ -2880,7 +3049,7 @@ msgstr "請輸入您的稱呼" 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:1 +#: 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 "請在下方輸入問題的細節" @@ -2890,7 +3059,7 @@ msgstr "請在下方輸入問題的細節" 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/2faform.html:9 +#: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "" @@ -2898,8 +3067,16 @@ msgstr "" msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "請選擇您是否願意收到其它問卷" -#: perllib/FixMyStreet/App/Controller/Auth.pm:410 -#: templates/web/base/js/translation_strings.html:32 +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: 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 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2925,11 +3102,11 @@ msgstr "" msgid "Please note:" msgstr "請加註記" -#: perllib/FixMyStreet/App/Controller/Report.pm:445 +#: perllib/FixMyStreet/App/Controller/Report.pm:471 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:427 +#: perllib/FixMyStreet/App/Controller/Report.pm:453 msgid "Please provide a public update for this report." msgstr "" @@ -2946,15 +3123,19 @@ msgstr "請提供一些文字敍述與照片" msgid "Please say whether you've ever reported a problem to your council before" msgstr "請敍明您是否曾向地方政府申報過問題? " -#: templates/web/zurich/admin/report_edit.html:206 +#: 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 msgid "Please select a body." msgstr "請選擇單位" -#: perllib/FixMyStreet/App/Controller/Alert.pm:83 +#: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" msgstr "請選擇訂閱方式" -#: perllib/FixMyStreet/App/Controller/Alert.pm:131 +#: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" msgstr "請選擇更新通知方式" @@ -2962,19 +3143,20 @@ msgstr "請選擇更新通知方式" msgid "Please state whether or not the problem has been fixed" msgstr "請敍明該問題是否已解決" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:120 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:154 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: templates/web/base/js/translation_strings.html:77 +#. ("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 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:102 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:202 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 msgid "Please verify at least one of email/phone" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:134 +#: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "諘寫下您的留言" @@ -2982,23 +3164,23 @@ msgstr "諘寫下您的留言" msgid "Post" msgstr "張貼" -#: templates/web/base/alert/index.html:33 +#: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:221 +#: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" msgstr "匿名張貼 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:258 +#: perllib/FixMyStreet/DB/Result/Comment.pm:257 msgid "Posted by %s at %s" msgstr "由 %s 在 %s 張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:246 +#: perllib/FixMyStreet/DB/Result/Comment.pm:245 msgid "Posted by %s (%s) at %s" msgstr "由%s (%s) 在%s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:248 +#: perllib/FixMyStreet/DB/Result/Comment.pm:247 msgid "Posted by %s at %s" msgstr "由%s 在%s" @@ -3006,20 +3188,32 @@ msgstr "由%s 在%s" msgid "Powered by FixMyStreet Platform" msgstr "Powered by 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 "" + +#: 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:94 +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:662 +#: perllib/FixMyStreet/Cobrand/Default.pm:708 msgid "Priorities" msgstr "" -#: templates/web/base/report/_inspect.html:147 -#: templates/web/base/report/_item.html:72 +#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:51 +#: templates/web/base/main_nav_items.html:35 msgid "Privacy" msgstr "隱私" @@ -3029,15 +3223,14 @@ msgstr "隱私" msgid "Privacy and cookies" msgstr "隱私與cookies" -#: templates/web/base/admin/bodies/body.html:89 -#: templates/web/base/admin/bodies/contact-form.html:75 -#: templates/web/base/admin/report_edit.html:152 -#: templates/web/base/report/_inspect.html:16 +#: 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:67 msgid "Private" msgstr "私人" -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" msgstr "" @@ -3049,10 +3242,29 @@ msgstr "問題" msgid "Problem %d created" msgstr "%d提出的問題" +#: templates/web/base/admin/users/log.html:54 +#, fuzzy +msgid "Problem %s added to shortlist" +msgstr "%s 問題已送達到地方政府 %s " + #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "%s 問題已被確認 " +#: templates/web/base/admin/users/log.html:47 +#, fuzzy +msgid "Problem %s created" +msgstr "%d提出的問題" + +#: templates/web/base/admin/users/log.html:49 +#, fuzzy +msgid "Problem %s created on behalf of %s" +msgstr "%d提出的問題" + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "" + #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "%s 問題已送達到地方政府 %s " @@ -3063,7 +3275,7 @@ msgstr "%s 問題已送達到地方政府 %s " msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:921 +#: perllib/FixMyStreet/App/Controller/Admin.pm:276 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -3071,7 +3283,8 @@ msgstr "問題標註為開放" msgid "Problem state change based on survey results" msgstr "依調查結果呈現的問題改善" -#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#: perllib/FixMyStreet/Cobrand/Default.pm:754 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "問題" @@ -3080,11 +3293,11 @@ msgstr "問題" msgid "Problems in an area" msgstr "" -#: templates/web/base/report/display_tools.html:22 +#: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" msgstr "鄰近的問題" -#: templates/web/base/report/display_tools.html:20 +#: templates/web/base/report/display_tools.html:22 msgid "Problems on the map" msgstr "地圖上的問題" @@ -3092,37 +3305,43 @@ msgstr "地圖上的問題" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet 最近回報的已修復問題 " -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:847 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:213 perllib/FixMyStreet/Cobrand/UK.pm:258 -#: perllib/FixMyStreet/Cobrand/UK.pm:270 +#: perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s" msgstr "在 %s 內的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:240 msgid "Problems within %s ward" msgstr "在 %s 里/區的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:264 perllib/FixMyStreet/Cobrand/UK.pm:276 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 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:25 +#: templates/web/base/reports/body.html:32 msgid "Problems within %s, %s" msgstr "在 %s, %s的問題 " -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/reports/edit.html:75 msgid "Property address:" msgstr "公物地址:" +#: templates/web/base/admin/extra-metadata-item.html:105 +msgid "Protect from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 -#: templates/web/base/report/update-form-wrapper.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "提供更新資訊" @@ -3131,32 +3350,37 @@ msgstr "提供更新資訊" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:61 +#: 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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 "提供名稱與密碼非為必要,但其可以讓您更便於申報問題,提供更新與管理您的申報。" -#: templates/web/base/report/new/form_report.html:13 +#: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/report_edit.html:242 -#: templates/web/zurich/admin/report_edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:230 +#: templates/web/zurich/admin/reports/edit.html:257 msgid "Public response:" msgstr "公眾反應" -#: templates/web/base/report/_inspect.html:192 +#: templates/web/base/report/inspect/public_update.html:11 msgid "Public update:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:122 +#: 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 +#, fuzzy +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 @@ -3173,23 +3397,24 @@ msgid "Questionnaire %d sent for problem %d" msgstr "關於 %d問題所送出之 %d問卷 " #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 -#: templates/web/base/report/updates.html:17 +#: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" msgstr "由問題申報者所填之問卷" -#: templates/web/base/alert/_list.html:26 +#: 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:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:259 perllib/FixMyStreet/Cobrand/UK.pm:271 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 msgid "RSS feed for %s ward, %s" msgstr "%s里/區 RSS訂閱" @@ -3197,52 +3422,56 @@ 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:285 perllib/FixMyStreet/Cobrand/UK.pm:299 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "RSS feed of %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:290 perllib/FixMyStreet/Cobrand/UK.pm:304 +#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" -#: templates/web/base/alert/_list.html:26 +#: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" msgstr " RSS訂閱 %s區域問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:848 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s" msgstr "在 %s 內之問題RSS 訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:226 +#: perllib/FixMyStreet/Cobrand/UK.pm:239 msgid "RSS feed of problems within %s ward" msgstr "在 %s 里/區問題的RSS 訂閱" -#: templates/web/base/around/display_location.html:1 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "最近當地問題的RSS訂閱" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:42 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "最近當地問題更新的RSS訂閱" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:50 +#: templates/web/base/report/_item_expandable.html:55 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:44 +#: 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:778 +#: perllib/FixMyStreet/DB/Result/Problem.pm:815 msgid "Received by %s moments later" msgstr "" @@ -3256,11 +3485,12 @@ msgstr "近期的當地問題%s " msgid "Recently reported problems" msgstr "近期申報之問題 " -#: templates/web/base/reports/_list-filters.html:82 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" -#: templates/web/base/report/_inspect.html:63 +#: templates/web/base/report/inspect/information.html:52 msgid "Reject report" msgstr "" @@ -3268,15 +3498,11 @@ 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/extra-metadata-form.html:78 -msgid "Remove" -msgstr "" - -#: templates/web/base/admin/users/form.html:205 +#: templates/web/base/admin/users/form.html:197 msgid "Remove account details" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:4 +#: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" msgstr "" @@ -3292,21 +3518,25 @@ msgstr "移除標記" msgid "Remove from shortlist" msgstr "" -#: templates/web/base/report/display_tools.html:6 +#: templates/web/base/report/display_tools.html:7 msgid "Remove from site" msgstr "" -#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/extra-metadata-option.html:26 +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 msgid "Remove photo (can't be undone!)" msgstr "移陯照片(無法回復)" -#: templates/web/base/auth/generate_token.html:52 +#: templates/web/base/auth/generate_token.html:78 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/report_edit.html:240 +#: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" msgstr "給用戶的回應" @@ -3314,30 +3544,38 @@ msgstr "給用戶的回應" msgid "Report" msgstr "提報 " -#: templates/web/base/report/_inspect.html:20 -#: templates/web/base/report/_item.html:50 +#: templates/web/base/report/_item.html:60 +#: 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:86 +#: templates/web/base/js/translation_strings.html:89 #: templates/web/base/main_nav_items.html:6 #: templates/web/base/main_nav_items.html:8 templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "申報問題" -#: templates/web/base/js/translation_strings.html:87 +#. ("JS") +#: templates/web/base/js/translation_strings.html:90 #: templates/web/base/main_nav_items.html:4 msgid "Report a problem here" msgstr "" -#: templates/web/base/report/display_tools.html:10 -#: templates/web/base/report/display_tools.html:9 +#: templates/web/base/report/display_tools.html:11 msgid "Report abuse" msgstr "申報濫用" -#: templates/web/base/js/translation_strings.html:88 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 +#, fuzzy +msgid "Report anonymously" +msgstr "在%s 匿名申報 " + +#. ("JS") +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3347,17 +3585,20 @@ msgstr "" msgid "Report as" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:303 +#: templates/web/base/report/new/form_public_councils_text.html:3 +#, fuzzy +msgid "Report details" +msgstr "申報濫用" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" msgstr "在%s 申報 " -#: templates/web/base/dashboard/index.html:62 +#: templates/web/base/dashboard/index.html:63 msgid "Report state:" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:1 -#: templates/web/base/report/new/login_success_form.html:1 -#: templates/web/base/report/new/oauth_email_form.html:1 +#: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" msgstr "申報你的問題" @@ -3370,24 +3611,24 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "申報,檢視,或討論在地問題" -#: perllib/FixMyStreet/DB/Result/Problem.pm:616 -#: templates/web/base/contact/index.html:60 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "在%s 匿名申報 " #: templates/web/base/admin/stats/questionnaire.html:5 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "之前的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:640 -#: templates/web/base/contact/index.html:62 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "由%s 的 %s 申報" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "由  申報" @@ -3395,59 +3636,63 @@ msgstr "由  申報" msgid "Reported in the %s category" msgstr "%s 種類之申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:613 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported in the %s category anonymously at %s" msgstr "%s 種類下的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:637 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:610 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" msgstr "在%s 匿名申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:634 +#: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" msgstr "%s 透過 %s 在 %s類別的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:607 +#: perllib/FixMyStreet/DB/Result/Problem.pm:643 msgid "Reported via %s in the %s category anonymously at %s" msgstr "透過 %s 在 %s類別的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:629 +#: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " #: templates/web/zurich/admin/report_edit-sdm.html:38 -#: templates/web/zurich/admin/report_edit.html:57 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "已申報 %s" +#. ("JS") #: templates/web/base/around/index.html:3 #: templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:59 +#: 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:652 -#: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 -#: templates/web/base/dashboard/index.html:107 -#: templates/web/zurich/header.html:45 +#: 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 msgid "Reports" msgstr "申報" #: perllib/FixMyStreet/Cobrand/Bromley.pm:21 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 -#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:32 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "申請內容有 %s 字數限制,請簡化您的申報。" -#: templates/web/base/js/translation_strings.html:13 +#. ("JS") +#: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" msgstr "" @@ -3455,14 +3700,10 @@ msgstr "" msgid "Reports awaiting approval" msgstr "待核實之申報" -#: templates/web/base/alert/_list.html:54 +#: templates/web/base/alert/_list.html:48 msgid "Reports by destination" msgstr "" -#: templates/web/base/admin/users/form.html:130 -msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -msgstr "" - #: templates/web/base/alert/_list.html:15 msgid "Reports near %s are sent to different councils, depending on the type of problem." msgstr "" @@ -3471,63 +3712,61 @@ msgstr "" msgid "Reports published" msgstr "己公開之申報" -#: templates/web/base/js/translation_strings.html:98 +#. ("JS") +#: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:298 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 msgid "Reports sent to %s, within %s ward" msgstr "" -#: templates/web/base/admin/index.html:56 +#: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:90 -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 "" - -#: templates/web/base/admin/bodies/contact-form.html:95 -msgid "Reputation threshold" +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:30 +#: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" msgstr "" -#: templates/web/base/admin/report_edit.html:85 +#: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" msgstr "重新送出申報" -#: templates/web/base/admin/responsepriorities/index.html:1 -msgid "Response Priorities" +#: templates/web/base/auth/create.html:72 +msgid "Reset" msgstr "" -#: templates/web/base/admin/responsepriorities/list.html:1 -msgid "Response Priorities for %s" +#: 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/template_edit.html:1 +#: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" msgstr "" -#: templates/web/base/admin/templates_index.html:1 +#: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" msgstr "" -#: templates/web/base/admin/templates.html:1 -#: templates/web/zurich/admin/template_edit.html:1 -#: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 +#: 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 "%s的回應模版" @@ -3543,56 +3782,77 @@ msgstr "" msgid "Revert to original title" msgstr "" -#: templates/web/base/js/translation_strings.html:40 -#: templates/web/base/js/translation_strings.html:57 +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 msgid "Right place?" msgstr "正確地點?" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:161 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:155 +#: perllib/FixMyStreet/Geocode/OSM.pm:158 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1093 -#: templates/web/base/admin/report_edit.html:166 +#: 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 +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 +msgid "Roles" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 -#: templates/web/zurich/admin/report_edit.html:118 +#: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "左轉 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1089 -#: templates/web/base/admin/report_edit.html:167 +#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 -#: templates/web/zurich/admin/report_edit.html:119 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "右轉 " -#: templates/web/zurich/admin/report_edit.html:110 +#: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "旋轉這張照片將會導致申報中未存檔的照片更動消失" -#: templates/web/base/js/translation_strings.html:64 +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 #: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "衛星" -#: templates/web/base/report/_inspect.html:212 +#: templates/web/base/admin/triage/_inspect.html:69 +#: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:156 +#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 -#: templates/web/base/admin/responsepriorities/edit.html:58 -#: templates/web/base/admin/template_edit.html:87 -#: templates/web/base/report/_inspect.html:212 +#: 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:49 -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "儲存變動" @@ -3600,58 +3860,62 @@ msgstr "儲存變動" msgid "Save new fields" msgstr "" -#: templates/web/base/report/_inspect.html:188 +#: 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") -#: templates/web/base/js/translation_strings.html:99 +#. ("This is followed by a progress count, e.g. 3/5", "JS") +#: templates/web/base/js/translation_strings.html:102 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 -#: templates/web/base/admin/reports.html:1 -#: templates/web/zurich/admin/reports.html:1 +#: templates/web/base/admin/reports/index.html:1 +#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "搜尋申報" -#: templates/web/base/admin/index.html:32 +#: templates/web/base/admin/index.html:34 #: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "搜尋使用者" -#: templates/web/zurich/header.html:67 +#: templates/web/base/alert/index.html:10 +msgid "Search for location of email alert or RSS feed" +msgstr "" + +#: templates/web/zurich/header.html:70 msgid "Search reports" msgstr "搜尋申報" -#: templates/web/base/admin/reports.html:5 -#: templates/web/base/admin/users/index.html:8 -#: templates/web/zurich/admin/reports.html:5 +#: 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.html:27 +#: 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:42 +#: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." msgstr "查無此用戶" -#: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:71 +#: templates/web/base/auth/generate_token.html:45 +#: 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:7 +#: templates/web/base/report/new/councils_text_private.html:8 msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:721 +#: perllib/FixMyStreet/Cobrand/Default.pm:768 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 msgid "See user detail for reports created as the council" msgstr "" @@ -3661,12 +3925,12 @@ msgid "Select a body" msgstr "選擇單位" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:84 -#: templates/web/zurich/admin/bodies/form.html:25 +#: templates/web/base/admin/users/form.html:87 +#: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "選擇區域" -#: templates/web/base/admin/responsepriorities/edit.html:33 +#: templates/web/base/admin/responsepriorities/edit.html:19 msgid "Select if this is the default priority" msgstr "" @@ -3678,19 +3942,24 @@ msgstr "" msgid "Select multiple wards?" msgstr "" -#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" msgstr "" -#: templates/web/base/contact/index.html:116 +#: templates/web/base/contact/enquiry/index.html:75 +#: 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.html:22 +#: templates/web/base/admin/users/form.html:25 msgid "Send login email" msgstr "" @@ -3699,41 +3968,41 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 msgid "Sent report back" msgstr "送回申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:819 msgid "Sent to %s %s later" msgstr "%s 稍後送給%s" -#: templates/web/base/admin/report_edit.html:80 +#: templates/web/base/admin/reports/edit.html:80 msgid "Sent:" msgstr "送出" -#: templates/web/base/admin/extra-metadata-form.html:17 -msgid "Server Set" -msgstr "" - -#: templates/web/base/admin/report_edit.html:92 +#: 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:1 +#: templates/web/base/auth/change_password.html:2 #: templates/web/base/auth/change_password.html:4 -#: templates/web/base/my/my.html:67 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "" -#: templates/web/base/report/_inspect.html:56 +#: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: 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:18 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 @@ -3741,14 +4010,14 @@ msgstr "分享" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:32 +#: templates/web/base/reports/body.html:39 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-filters.html:24 +#: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "" @@ -3761,7 +4030,7 @@ msgstr "" msgid "Show Photo?" msgstr "" -#: templates/web/base/questionnaire/index.html:54 +#: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" msgstr "" @@ -3777,7 +4046,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/reports/_list-filters.html:90 +#: templates/web/base/admin/triage/_list-filters.html:43 +#: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" msgstr "" @@ -3785,9 +4055,10 @@ msgstr "" msgid "Show photo" msgstr "" -#: templates/web/base/around/display_location.html:59 -#: templates/web/base/around/display_location.html:67 -#: templates/web/base/js/translation_strings.html:71 +#. ("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 msgid "Show pins" msgstr "顯示地圖標示" @@ -3799,20 +4070,20 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:57 +#: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 -#: templates/web/base/auth/general.html:87 +#: templates/web/base/auth/general.html:94 #: templates/web/base/main_nav_items.html:14 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "登入" -#: templates/web/base/auth/create.html:22 +#: 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:20 +#: 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 "" @@ -3821,16 +4092,17 @@ msgstr "" msgid "Sign in or create an account" msgstr "登入或新建帳戶" -#: templates/web/base/auth/general.html:80 +#: templates/web/base/auth/general.html:87 msgid "Sign in with a password" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 +#: 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:1 +#: templates/web/base/report/new/fill_in_details_text.html:2 msgid "Some categories may require additional information." msgstr "某些類別要求其它資訊" @@ -3844,12 +4116,12 @@ msgstr "" "被送出至地方政府\n" "." -#: templates/web/base/alert/index.html:44 +#: templates/web/base/alert/index.html:22 msgid "Some photos of recent reports" msgstr "最近申報之照片" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:53 +#: perllib/FixMyStreet/Template.pm:62 msgid "Some text to localize" msgstr "有些文字需在地化" @@ -3857,11 +4129,13 @@ msgstr "有些文字需在地化" msgid "Someone has moderated this report since you started." msgstr "" -#: templates/web/base/js/translation_strings.html:74 +#. ("JS") +#: templates/web/base/js/translation_strings.html:76 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:80 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 +#: perllib/FixMyStreet/Cobrand/UK.pm:85 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "抱歉,該郵區號碼我們尚未支援" @@ -3869,7 +4143,8 @@ msgstr "抱歉,該郵區號碼我們尚未支援" msgid "Sorry, that wasn’t a valid link" msgstr "抱歉這個wasn’t 為有效的網址連結" -#: templates/web/base/auth/2faform.html:5 +#: 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 "" @@ -3878,9 +4153,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "抱歉無法確認你的問題" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:243 -#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:40 -#: perllib/FixMyStreet/Geocode/OSM.pm:52 +#: 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/Geocode/URL.pm:19 msgid "Sorry, we could not find that location." msgstr "抱歉,我們無法找到此位置" @@ -3890,174 +4165,193 @@ msgstr "抱歉,我們無法找到此位置" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:37 -#: perllib/FixMyStreet/Geocode/Google.pm:55 -#: perllib/FixMyStreet/Geocode/Zurich.pm:88 +#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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/Model/PhotoSet.pm:137 -msgid "Sorry, we couldn't save your image(s), please try again." +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/PhotoStorage.pm:63 +#, fuzzy +msgid "Sorry, we couldn't save your file(s), please try again." msgstr "抱歉,我們無法儲存你的照片,請重試一次" -#: templates/web/base/offline/appcache.html:6 -msgid "" -"Sorry, we don’t have a good enough connection to fetch that page, or the\n" -"page wasn’t found or there was a server error. Please try again later." +#: 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:125 +#: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/reports/_list-filters.html:75 +#: 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 "" + +#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" -#: templates/web/base/admin/users/form.html:62 +#: templates/web/base/admin/bodies/contact-form.html:45 +msgid "Staff only" +msgstr "" + +#: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:66 +#: templates/web/base/admin/users/form.html:69 msgid "Staff:" msgstr "" -#: templates/web/base/dashboard/index.html:74 +#: 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:53 +#: templates/web/base/admin/bodies/contact-form.html:22 #: templates/web/base/admin/flagged.html:18 -#: templates/web/base/admin/index.html:64 +#: templates/web/base/admin/index.html:70 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:16 -#: templates/web/base/admin/template_edit.html:53 -#: templates/web/base/admin/templates.html:8 +#: 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:101 -#: templates/web/base/report/_inspect.html:106 -#: templates/web/base/report/_item.html:68 +#: 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:33 +#: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "陳述" -#: perllib/FixMyStreet/App/Controller/Admin.pm:791 -#: perllib/FixMyStreet/App/Controller/Admin.pm:792 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:102 +#: perllib/FixMyStreet/Script/Alerts.pm:106 #: templates/web/base/report/_update_state.html:7 -#: templates/web/base/report/updates.html:18 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "" -#: templates/web/base/admin/report_edit.html:123 +#: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:75 -#: templates/web/zurich/admin/report_edit.html:103 -#: templates/web/zurich/admin/report_edit.html:151 +#: 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 msgid "State:" msgstr "陳述:" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 +#: 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 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:635 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 -#: templates/web/base/admin/index.html:71 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: templates/web/base/admin/index.html:77 #: 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:58 +#: templates/web/zurich/header.html:61 msgid "Stats" msgstr "統計" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Status" msgstr "狀態" #: templates/web/base/report/_update_state.html:22 -#: templates/web/base/report/updates.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/report_edit.html:28 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "街景圖" -#: templates/web/base/admin/extra-metadata-form.html:56 -msgid "String" -msgstr "" - -#: templates/web/base/report/new/category.html:46 +#: templates/web/base/report/new/category.html:35 msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:27 +#: templates/web/zurich/admin/index-dm.html:29 msgid "Subdivision/Body" msgstr "下屬單位/機關" -#: templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "主旨" -#: templates/web/base/admin/report_edit.html:117 +#: templates/web/base/admin/reports/edit.html:122 #: templates/web/base/report/update/moderation_diff.html:2 -#: templates/web/zurich/admin/report_edit.html:41 +#: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" msgstr "主旨:" -#: templates/web/base/auth/2faform.html:20 +#: 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:69 -#: templates/web/base/report/form/user_loggedout_password.html:33 +#: 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:71 +#: templates/web/base/report/new/login_success_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "送出" -#: templates/web/base/admin/report_edit.html:180 -#: templates/web/base/admin/report_edit.html:25 +#: 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:197 -#: templates/web/zurich/admin/report_edit-sdm.html:124 -#: templates/web/zurich/admin/report_edit.html:265 +#: 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 msgid "Submit changes" msgstr "送出更新" -#: templates/web/base/questionnaire/index.html:110 +#: templates/web/base/questionnaire/index.html:112 msgid "Submit questionnaire" msgstr "送出問卷" -#: templates/web/zurich/admin/index-dm.html:23 -#: templates/web/zurich/admin/index-dm.html:6 +#: 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.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "已送出" -#: templates/web/base/alert/_list.html:77 -#: templates/web/base/alert/_list.html:80 -#: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:47 -#: templates/web/base/report/display_tools.html:52 +#: 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 msgid "Subscribe" msgstr "訂閱" -#: templates/web/base/alert/_list.html:72 +#: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" msgstr "" @@ -4065,11 +4359,18 @@ msgstr "" msgid "Subscribed:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:101 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 +#, fuzzy +msgid "Summaries are limited to %d characters in length. Please shorten your summary" +msgstr "更新內容有 %s 字數限制,請簡化您的更新。" + +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" -#: templates/web/base/js/translation_strings.html:9 +#. ("JS") +#: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" msgstr "" @@ -4077,19 +4378,20 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:148 +#: templates/web/base/admin/bodies/contact-form.html:116 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:633 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: 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:42 +#: templates/web/zurich/header.html:45 msgid "Summary" msgstr "摘要" @@ -4103,11 +4405,11 @@ msgstr "申報摘要" msgid "Summary statistics" msgstr "" -#: templates/web/base/admin/users/form.html:157 +#: templates/web/base/admin/users/form.html:130 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:153 +#: templates/web/base/admin/users/form.html:126 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4121,29 +4423,33 @@ msgstr "調查結果" msgid "Tell us about you" msgstr "" -#: templates/web/zurich/admin/template_edit.html:7 +#: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" msgstr "模版 «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:658 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: 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:62 +#: templates/web/zurich/header.html:65 msgid "Templates" msgstr "模版" -#: templates/web/zurich/admin/templates.html:9 +#: 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/template_edit.html:33 +#: 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/template_edit.html:24 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "內文:" @@ -4168,7 +4474,7 @@ msgstr "" msgid "Thank you for your feedback" msgstr "感謝您的回饋" -#: templates/web/base/around/_error_multiple.html:23 +#: 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 "感謝上傳照片,現在需要知道問題的地點位置,請在上方方格內輸入附近街名或郵編 " @@ -4176,7 +4482,12 @@ 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 "謝謝,很高興知道此問題己修復了。請問您過去是否曾申報過問題? " -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:161 +#: templates/web/base/auth/2fa/intro.html:11 +#: templates/web/base/auth/generate_token.html:30 +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), 請再試一次。 " @@ -4184,55 +4495,49 @@ 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:141 +#: perllib/FixMyStreet/App/Controller/Location.pm:161 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/UK.pm:73 +#: perllib/FixMyStreet/Cobrand/KiitC.pm:157 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 +#: perllib/FixMyStreet/Cobrand/UK.pm:78 msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin.pm:495 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin.pm:488 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 msgid "That problem will now be resent." msgstr "此問題將重新送出" -#: perllib/FixMyStreet/App/Controller/Report.pm:161 -msgid "That report cannot be viewed on %s." -msgstr "此申報無法在 %s上檢視 " - -#: perllib/FixMyStreet/App/Controller/Report.pm:151 +#: perllib/FixMyStreet/App/Controller/Report.pm:156 msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:486 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:493 +#: 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:541 +#: 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:507 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:27 -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." +#: 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 "" -"此 電子郵件 為此類別申報所將送出的對象\n" -"該主責單位負責的其它類別可能也會使用同一電子郵件" #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4243,11 +4548,8 @@ msgstr "" "此端點 FixMyStreet 服務連結,\n" "當申報送出給該機關時,就會連結到此。" -#: templates/web/base/admin/bodies/contact-form.html:126 -#: templates/web/base/admin/bodies/contact-form.html:127 -msgid "" -"The group is used for the top-level category field when\n" -" subcategory grouping is enabled." +#: 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 @@ -4259,8 +4561,12 @@ msgstr "" "此管轄區 功能只有在終端不只一個\n" "時才會用到。如果機關自行營運用終端,此處功能可以不選留白 " -#: templates/web/base/admin/bodies/contact-form.html:104 -#: templates/web/base/admin/bodies/contact-form.html:105 +#: 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:69 +#: templates/web/base/admin/bodies/contact-form.html:70 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4270,6 +4576,14 @@ msgstr "" "送出方式 決定了問題申報如何送給相關單位\n" "如果此處未作選擇系統預設的送出方式為電子郵件." +#: 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 " Open311 v2 的權責單位適用於對接收問題申報機關,但不受限於Open311 v2 規範定義。" @@ -4283,11 +4597,16 @@ msgstr "" "有關單位名稱 可辨認出該機構(例如, 高雄市工務局公園處 )\n" "此名稱會公開顯示。" -#: templates/web/base/admin/extra-metadata-form.html:22 -msgid "The code used to store this field value in the database. e.g. address would be available as problem.extra.address in the templates." +#: 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/report/new/fill_in_details_text.html:1 +#: templates/web/base/admin/bodies/contact-form.html:31 +#, fuzzy +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 "地方政府可能無法協助,除非您留下問題的詳細細節。請仔細描述問題的明確地點(例如哪裏的牆面),什樣樣的問題以及多久了,具體情況描述(如果有照片更佳)等等" @@ -4302,15 +4621,11 @@ msgstr "這個勤奮表單顯示用戶的活動(誰做了做多的修改編輯 msgid "The error was: %s" msgstr "顯示錯誤為: %s" -#: templates/web/base/admin/extra-metadata-form.html:40 -msgid "The field name as shown to the user on the report form." -msgstr "" - #: 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 "下列 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:150 +#: 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 "下方關於最近道路之資訊未必準確,如果鄰近有多條道路或是在OpenStreetMap上無登記路名資料。" @@ -4347,10 +4662,6 @@ msgstr "這連結可能失效了或者你並未正確地複制貼上它" msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "%s 區域中,MapIt服務涵蓋的範圍清單" -#: templates/web/base/admin/extra-metadata-form.html:6 -msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -msgstr "" - #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" @@ -4360,24 +4671,24 @@ msgstr "密碼不符" msgid "The requested URL '%s' was not found on this server" msgstr "找不到您所要求的網頁連結。" -#: templates/web/base/admin/extra-metadata-form.html:52 -msgid "The type of input field to show to the user. Text is a simple text field, List is a drop-down selection." +#: 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 must have the following fields (in this order):" +msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:98 +#: perllib/FixMyStreet/Script/Reports.pm:101 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:532 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:10 -#: templates/web/base/admin/users/form.html:11 +#: templates/web/base/admin/users/form.html:13 +#: templates/web/base/admin/users/form.html:14 msgid "" "The user's name is displayed publicly on reports that have not been marked anonymous.\n" " Names are not necessarily unique." @@ -4385,7 +4696,20 @@ msgstr "" "用戶的名字 會公開出現在未標記匿名的申報上\n" "名字不需要獨特可重覆 " +#: 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." @@ -4395,7 +4719,11 @@ msgstr "沒有申報可顯示" msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:819 +#: 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:135 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4403,30 +4731,26 @@ msgstr "" msgid "There was a problem showing the All Reports page. Please try again later." msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" -#: perllib/FixMyStreet/App/Controller/Contact.pm:156 +#: 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 "本頁出現錯誤,請再試一次" -#: perllib/FixMyStreet/App/Controller/Alert.pm:364 -msgid "There was a problem with your email/password combination. Please try again." -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:857 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:146 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +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:354 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" -#: perllib/FixMyStreet/App/Controller/Contact.pm:160 +#: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" @@ -4434,12 +4758,16 @@ msgstr "您的申報有問題,請見下方說明" 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:5 +#: 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:3 +#: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." msgstr "" @@ -4461,16 +4789,21 @@ msgstr "" msgid "These users weren't updated." msgstr "" -#: templates/web/base/report/new/councils_text.html:3 #: 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:5 -#: templates/web/base/report/new/councils_text_all.html:7 +#: 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 "" +#: 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 "" + #: 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 "此API執行正在安裝中尚未完全,未來將作無預警的更動" @@ -4499,34 +4832,31 @@ msgstr "" "此單位只涵蓋 負責區域的申報問題處理。 \n" "除非其涵蓋至少一個區域,否則政府單位不會接收到問題申報 " -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:176 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/Script/Reports.pm:203 +#: perllib/FixMyStreet/Script/Reports.pm:179 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:1017 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 -#: perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 +#: perllib/FixMyStreet/Cobrand/UK.pm:50 msgid "This information is required" msgstr "本項資訊必填" -#: templates/web/base/admin/template_edit.html:19 +#: 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/debug_header.html:3 -msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." -msgstr "本站為開發試用,可能隨時故障,資料庫也會定期刪除。" - -#: templates/web/base/admin/template_edit.html:29 +#: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#. ("JS") +#: templates/web/base/js/translation_strings.html:50 msgid "This is the problem" msgstr "" @@ -4546,7 +4876,8 @@ msgstr "問題尚未解決" msgid "This problem is still ongoing" msgstr "" -#: templates/web/base/js/translation_strings.html:47 +#. ("JS") +#: templates/web/base/js/translation_strings.html:49 msgid "This report" msgstr "" @@ -4554,41 +4885,45 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:140 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:141 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:143 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "此問題尚待審核" -#: perllib/FixMyStreet/Script/Alerts.pm:119 +#: perllib/FixMyStreet/Script/Alerts.pm:123 msgid "This report is currently marked as closed." msgstr "該申報目前注記為結案狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:117 +#: perllib/FixMyStreet/Script/Alerts.pm:121 msgid "This report is currently marked as fixed." msgstr "該申報目前注記為解決狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:125 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 msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:89 +#: perllib/FixMyStreet/Script/Reports.pm:92 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "本頁包括由用戶提供反應問題的照片 " -#: templates/web/zurich/admin/report_edit-sdm.html:119 -#: templates/web/zurich/admin/report_edit-sdm.html:78 -#: templates/web/zurich/admin/report_edit.html:106 -#: templates/web/zurich/admin/report_edit.html:144 +#: 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 msgid "Time spent (in minutes):" msgstr "花費時間(以分鐘計):" -#: perllib/FixMyStreet/Cobrand/Default.pm:634 +#: 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 msgid "Timeline" msgstr "時間軸" @@ -4597,23 +4932,23 @@ msgid "Tips for perfect photos" msgstr "" #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/index.html:61 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/templates.html:6 -#: templates/web/zurich/admin/templates.html:8 +#: 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/template_edit.html:23 -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "標題" -#: templates/web/base/alert/index.html:26 +#: 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.html:28 +#: 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 "找出適合您的在地通知,請輸入您的郵編或街名區域" @@ -4625,12 +4960,17 @@ msgstr "" msgid "To limit this collection of fields to a single language, select it here." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:97 +#: templates/web/base/report/update-form-wrapper.html:4 +msgid "To provide an update, please sign in." +msgstr "" + +#: perllib/FixMyStreet/Script/Reports.pm:100 msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" #: templates/web/base/auth/generate_token.html:11 -msgid "Token:" +#: templates/web/base/auth/generate_token.html:66 +msgid "Token" msgstr "" #: templates/web/base/reports/index.html:126 @@ -4647,15 +4987,15 @@ msgstr "" #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/admin/stats/questionnaire.html:24 -#: templates/web/base/dashboard/index.html:119 -#: templates/web/base/dashboard/index.html:124 -#: templates/web/base/dashboard/index.html:148 +#: 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/report/_inspect.html:158 -#: templates/web/base/report/_item.html:76 +#: templates/web/base/report/_item.html:86 +#: templates/web/base/report/inspect/extra_details.html:13 msgid "Traffic management required?" msgstr "" @@ -4667,21 +5007,11 @@ msgstr "" msgid "Translations" msgstr "" -#: templates/web/base/admin/users/form.html:134 -msgid "Trusted by bodies:" -msgstr "" - -#: perllib/FixMyStreet/Cobrand/Default.pm:727 -msgid "Trusted to make reports that don't need to be inspected" -msgstr "" - -#: templates/web/base/admin/users/form.html:142 -msgid "Trusted:" -msgstr "" - -#: templates/web/base/auth/2faform.html:6 +#. ("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:41 +#: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "再試一次" @@ -4689,30 +5019,36 @@ msgstr "再試一次" msgid "Try emailing us directly:" msgstr "何不直接發信給我們:" -#: templates/web/base/auth/generate_token.html:21 +#: 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 +msgid "Two-factor authentication" +msgstr "" + +#: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:32 +#: templates/web/base/auth/generate_token.html:21 msgid "Two-factor authentication has been deactivated" msgstr "" -#: templates/web/base/admin/extra-metadata-form.html:54 #: templates/web/base/admin/states/index.html:10 #: templates/web/base/admin/states/index.html:100 #: templates/web/base/admin/users/alerts.html:9 msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:34 +#: templates/web/base/admin/users/form.html:37 msgid "Unban" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:63 -#: templates/web/base/admin/bodies/contact-form.html:55 +#: 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:66 -#: templates/web/zurich/admin/report_edit.html:94 +#: 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 "未確認的" @@ -4725,26 +5061,27 @@ msgstr "未知的" msgid "Unknown alert type" msgstr "未知的通知類別" -#: perllib/FixMyStreet/App/Controller/Photo.pm:119 -#: perllib/FixMyStreet/App/Controller/Root.pm:142 -#: templates/web/base/js/translation_strings.html:55 +#. ("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:159 -#: perllib/FixMyStreet/App/Controller/Develop.pm:178 -#: perllib/FixMyStreet/App/Controller/My.pm:200 -#: perllib/FixMyStreet/App/Controller/Report.pm:136 -#: perllib/FixMyStreet/App/Controller/Report.pm:142 -#: perllib/FixMyStreet/App/Controller/Report.pm:145 +#: 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 msgid "Unknown problem ID" msgstr "未知的問題編號  " -#: perllib/FixMyStreet/App/Controller/Contact.pm:99 +#: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" msgstr "" -#: templates/web/base/reports/_list-filters.html:25 +#: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" msgstr "" @@ -4758,20 +5095,25 @@ msgstr "" msgid "Update" msgstr "更新" +#: templates/web/base/admin/users/log.html:51 +#, fuzzy +msgid "Update %s created for problem %d" +msgstr "由%s 更新%s 申報之問題%s  " + #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" msgstr "由%s 更新%s 申報之問題%s  " -#: templates/web/base/contact/index.html:33 +#: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" msgstr "下方更新 為匿名提供%s" -#: templates/web/base/contact/index.html:35 +#: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" msgstr "由%d 在 %s 所提供的更新" #: templates/web/base/admin/bodies/form.html:139 -#: templates/web/zurich/admin/bodies/form.html:51 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "更新內文" @@ -4796,43 +5138,44 @@ msgstr "本問題已解決之更新標註" msgid "Update reopened problem" msgstr "更新重申報之問題 " -#: templates/web/base/admin/bodies/body.html:111 +#: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" msgstr "更新之狀態" -#: templates/web/zurich/admin/index-dm.html:23 +#: templates/web/zurich/admin/index-dm.html:25 #: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports.html:13 +#: templates/web/zurich/admin/reports/index.html:13 msgid "Updated" msgstr "已更新" -#: perllib/FixMyStreet/DB/Result/Comment.pm:252 +#: perllib/FixMyStreet/DB/Result/Comment.pm:251 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:254 +#: perllib/FixMyStreet/DB/Result/Comment.pm:253 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:575 -#: perllib/FixMyStreet/App/Controller/Admin.pm:915 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:345 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:477 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 +#: perllib/FixMyStreet/App/Controller/Admin.pm:271 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: 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 msgid "Updated!" msgstr "已更新!" #: templates/web/base/admin/list_updates.html:2 -#: templates/web/base/dashboard/index.html:108 +#: 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:155 +#: perllib/FixMyStreet/DB/Result/Comment.pm:149 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "更新內容有 %s 字數限制,請簡化您的更新。" @@ -4850,17 +5193,6 @@ msgstr "更新問題, %s" msgid "Usage notes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:43 -#: templates/web/base/admin/bodies/contact-form.html:44 -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 "" - #: templates/web/base/admin/bodies/open311-form-fields.html:137 msgid "Use Open311 problem fetching" msgstr "" @@ -4869,15 +5201,10 @@ msgstr "" msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:143 -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." +#: 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/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 -msgid "Used map" -msgstr "已用過之地圖" - #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" msgstr "" @@ -4886,36 +5213,36 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:568 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:578 +#: 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:113 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:226 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:565 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:575 +#: 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:657 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" msgstr "移除用戶的標記警告" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:628 +#: 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.html:34 -#: templates/web/base/admin/users/index.html:32 +#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" -#: templates/web/base/admin/users/index.html:5 +#: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." msgstr "用戶找到相符的名稱與電子郵件" @@ -4923,24 +5250,36 @@ msgstr "用戶找到相符的名稱與電子郵件" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/report_edit.html:137 +#: templates/web/base/admin/reports/edit.html:142 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:667 -#: perllib/FixMyStreet/Cobrand/Default.pm:729 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: 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 msgid "Users" msgstr "使用者" -#: templates/web/base/admin/users/form.html:167 +#: 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 "" + +#: templates/web/base/admin/users/form.html:156 msgid "Users can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:291 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:327 +#: 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:212 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 msgid "Values updated" msgstr "數值更新" @@ -4949,25 +5288,25 @@ msgstr "數值更新" msgid "Verify" msgstr "" -#: templates/web/base/auth/change_email.html:1 +#: 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:1 +#: 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/report_edit.html:36 +#: 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/report_edit.html:24 +#: 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:14 +#: templates/web/base/reports/body.html:21 msgid "View reports by ward" msgstr "檢視里/區之申報 " @@ -4975,7 +5314,7 @@ msgstr "檢視里/區之申報 " msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:712 +#: perllib/FixMyStreet/Cobrand/Default.pm:759 msgid "View/Mark private reports" msgstr "" @@ -4985,6 +5324,7 @@ msgid "Viewing a location" msgstr "檢視地區" #: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "檢視問題 " @@ -4992,7 +5332,7 @@ msgstr "檢視問題 " msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:16 +#: templates/web/base/reports/body.html:23 msgid "Wards of this council" msgstr "地方政府轄下的里/區" @@ -5015,7 +5355,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:209 +#: perllib/FixMyStreet/Script/Reports.pm:185 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之責任,然而目前我們並無他們的聯絡資訊。如果您知道適當的聯絡人資訊,請告訴我們。" @@ -5024,7 +5364,7 @@ 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:17 +#: 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 "" @@ -5037,7 +5377,7 @@ msgstr "" msgid "We’re sorry to hear the problem’s not fixed. Why not try writing to your local representatives?" msgstr "很遺憾該問題仍未修復。何不試試聯絡當地議員民代反應此狀況?" -#: templates/web/base/dashboard/index.html:122 +#: templates/web/base/dashboard/index.html:123 msgid "Website" msgstr "" @@ -5058,19 +5398,11 @@ msgstr "何時編輯 " msgid "When sent" msgstr "何時送出" -#: templates/web/base/admin/extra-metadata-form.html:12 -msgid "Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically." -msgstr "" - -#: templates/web/base/admin/extra-metadata-form.html:28 -msgid "Whether the user is required to provide a value for this field." -msgstr "" - #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:123 +#: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" msgstr "" @@ -5082,7 +5414,7 @@ msgstr "為何在此卡住?免費設定更多訊息通知MaPit." msgstr "搜尋要求,也可能限制單一機構中搜尋相關權責單位。其搜尋字眼為 MaPit提供的主管ID." -#: templates/web/base/dashboard/index.html:163 +#: templates/web/base/dashboard/index.html:164 msgid "Within the specified timeframe:" msgstr "" @@ -5090,7 +5422,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:101 +#: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "您是否願意4週後再收到另一份問卷?以提醒您確認最新的狀況" @@ -5102,9 +5434,9 @@ 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:1200 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:116 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:117 +#: 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 @@ -5112,22 +5444,26 @@ msgstr "請注意留言內容,勿用注音文並應加上標點符號以利閱 #: 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/report_edit.html:132 -#: templates/web/base/admin/report_edit.html:96 +#: 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:32 -#: templates/web/base/questionnaire/index.html:104 -#: templates/web/base/questionnaire/index.html:37 -#: templates/web/base/report/_inspect.html:114 +#: templates/web/base/admin/users/index.html:65 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:39 msgid "Yes" msgstr "是" -#: templates/web/base/contact/index.html:50 +#: templates/web/base/contact/index.html:54 msgid "You are complaining that this problem report was unnecessarily moderated:" msgstr "你申訴此問題遭不必要之和諧 " -#: templates/web/base/js/translation_strings.html:100 +#: 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:103 msgid "You are offline" msgstr "" @@ -5135,20 +5471,21 @@ msgstr "" msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" msgstr "您檢舉下列問題的申報遭到濫用,包含個人資料或相關問題 " -#: templates/web/base/contact/index.html:27 +#: 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:59 msgid "You can make a new report in the same location." msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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:116 +#: templates/web/base/admin/users/form.html:112 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不會送出)該名用戶所提交的申報 " @@ -5156,7 +5493,7 @@ msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不 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:127 +#: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" msgstr "您可寫信給%s詢求技術支援。" @@ -5170,10 +5507,10 @@ msgstr "" "如果某一用戶過往有不當使用記錄,您想特別留意它的活動\n" "這會很有用。" -#: templates/web/base/report/new/top_message_none.html:12 +#: 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 -#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at %s." msgstr "您可協助我們找出當地問題的承辦人員 %s電子郵件,把此資訊提供給我們%s." @@ -5181,11 +5518,17 @@ msgstr "您可協助我們找出當地問題的承辦人員 %s電子郵件,把 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "您可以刪除某一單位如果不想讓它在本站激活" -#: templates/web/base/js/translation_strings.html:52 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +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 "您受到拒絕,請填寫上方表格。" -#: templates/web/base/js/translation_strings.html:102 +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 msgid "You have %s saved to submit." msgstr "" @@ -5193,12 +5536,17 @@ 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/report/new/form_report.html:38 +#: templates/web/base/contact/enquiry/index.html:58 +#, 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張照片,如果你還想上傳更多張,原先的照片會被移除)" + +#: 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/questionnaire/index.html:87 +#: 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 "" @@ -5212,12 +5560,11 @@ msgstr "您己登出" 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:142 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:158 -#: templates/web/zurich/tokens/confirm_problem.html:5 +#: 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 "您已成功地確認電子郵件" @@ -5226,7 +5573,7 @@ msgstr "您已成功地確認電子郵件" msgid "You have successfully confirmed your phone number." msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:129 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." msgstr "" @@ -5235,11 +5582,11 @@ msgstr "" msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "您已成功登入,請檢查您的個人資訊是否正確:" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:164 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:79 +#: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. Report a problem now." msgstr "您當未創建任何申報,立即提供申報" @@ -5265,21 +5612,27 @@ 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:26 -#: templates/web/base/auth/generate_token.html:34 +#: templates/web/base/auth/generate_token.html:23 +#: templates/web/base/auth/generate_token.html:31 #: templates/web/base/main_nav_items.html:12 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" -#: templates/web/base/alert/updates.html:19 -#: templates/web/base/auth/create.html:37 -#: templates/web/base/auth/general.html:49 -#: templates/web/base/contact/index.html:87 -#: templates/web/base/report/display_tools.html:49 +#: 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: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:34 +#: templates/web/base/report/new/duplicate_suggestions.html:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "您的電子郵件" @@ -5288,8 +5641,8 @@ msgstr "您的電子郵件" msgid "Your email address" msgstr "您的電子郵件" -#: templates/web/base/auth/create.html:35 -#: templates/web/base/auth/general.html:47 +#: 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 "" @@ -5298,7 +5651,8 @@ msgstr "" msgid "Your information will only be used in accordance with our privacy policy" msgstr "" -#: templates/web/base/contact/index.html:81 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "姓名" @@ -5306,46 +5660,52 @@ 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:272 +#: perllib/FixMyStreet/App/Controller/My.pm:301 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:268 +#: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." msgstr "" -#: templates/web/base/js/translation_strings.html:92 +#. ("JS") +#: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" msgstr "" -#: templates/web/base/auth/create.html:49 -#: templates/web/base/auth/general.html:83 -#: templates/web/base/report/form/user_loggedout_password.html:17 +#: 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:170 +#: 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:52 -#: templates/web/base/report/form/user_loggedout_by_email.html:61 -#: templates/web/base/report/form/user_loggedout_by_email.html:63 +#: 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:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:59 #: 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/index.html:94 +#: 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:44 +#: templates/web/base/questionnaire/index.html:46 msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:76 +#: templates/web/base/my/my.html:80 msgid "Your reports" msgstr "你作的申報" @@ -5362,11 +5722,12 @@ msgstr "" msgid "Your update" msgstr "" -#: templates/web/base/js/translation_strings.html:93 +#. ("JS") +#: templates/web/base/js/translation_strings.html:96 msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:99 +#: templates/web/base/my/my.html:103 msgid "Your updates" msgstr "更新" @@ -5383,24 +5744,29 @@ msgstr "" msgid "a colon-separated list of permissions to grant that user, e.g. contribute_as_body:moderate:user_edit." msgstr "" -#: templates/web/base/report/_inspect.html:23 +#: 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 "" -#: templates/web/base/admin/category-checkboxes.html:7 -#: templates/web/base/admin/users/form.html:177 +#: 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 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:226 -#: perllib/FixMyStreet/DB/Result/User.pm:297 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 +#: perllib/FixMyStreet/DB/Result/User.pm:344 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 #: 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:262 +#: perllib/FixMyStreet/DB/Result/Comment.pm:261 msgid "and a defect raised" msgstr "" @@ -5408,17 +5774,17 @@ msgstr "" msgid "by %s" msgstr "由 %s" -#: templates/web/base/reports/body.html:6 -#: templates/web/base/reports/body.html:7 +#: templates/web/base/reports/body.html:13 +#: templates/web/base/reports/body.html:14 msgid "council" msgstr "地方政府" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "didn't use map" msgstr "不使用地圖" -#: templates/web/base/alert/index.html:34 -#: templates/web/base/around/postcode_form.html:13 +#: 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’" @@ -5426,7 +5792,7 @@ msgstr "例如 ‘%s’ 或 ‘%s’" msgid "e.g. ‘10 inch pothole on Example St, near post box’" msgstr "" -#: templates/web/base/report/new/form_report.html:58 +#: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "" @@ -5449,54 +5815,64 @@ msgstr "%s上回更新:" msgid "less than a minute" msgstr "少於一分鐘" -#: perllib/FixMyStreet/App/Controller/Admin.pm:123 +#: perllib/FixMyStreet/App/Controller/Admin.pm:114 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "不適用" -#: templates/web/base/admin/category-checkboxes.html:8 -#: templates/web/base/admin/users/form.html:178 +#: 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 msgid "none" msgstr "" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:77 +#: 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 +#, fuzzy +msgid "optional" +msgstr "(任選)" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +#, fuzzy +msgid "or" +msgstr "或" + #: templates/web/base/auth/general.html:6 msgid "or create an account" msgstr "" -#: templates/web/base/auth/create.html:13 +#: templates/web/base/auth/create.html:16 msgid "or sign in" msgstr "" -#: templates/web/base/alert/index.html:40 -#: templates/web/base/around/postcode_form.html:27 -msgid "or locate me automatically" -msgstr "自動辨識我所在位置 " +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +#, fuzzy +msgid "or use my location" +msgstr "檢視地區" -#: templates/web/base/admin/report_edit.html:49 -#: templates/web/base/admin/report_edit.html:51 -#: templates/web/zurich/admin/report_edit-sdm.html:32 +#: 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/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit-sdm.html:57 -#: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:36 -#: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:52 -#: templates/web/zurich/admin/report_edit.html:74 -#: templates/web/zurich/admin/report_edit.html:76 +#: 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/report_edit.html:69 +#: templates/web/base/admin/reports/edit.html:69 msgid "other areas:" msgstr "其它地區:" -#: templates/web/zurich/admin/bodies/contact-form.html:24 +#: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" msgstr "" @@ -5508,7 +5884,7 @@ msgstr "登出" msgid "the database id of the body to associate that user with, e.g. 2217 for Buckinghamshire." msgstr "" -#: templates/web/base/report/new/form_report.html:16 +#: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "當地地府" @@ -5521,7 +5897,7 @@ msgstr "地圖上無標記,用戶未使用地圖" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:193 +#: perllib/FixMyStreet/Script/Reports.pm:169 msgid "this type of local problem" msgstr "此類在地問題" @@ -5529,15 +5905,17 @@ msgstr "此類在地問題" msgid "today" msgstr "今天" -#: templates/web/base/js/translation_strings.html:103 +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 msgid "update" msgstr "" -#: templates/web/base/js/translation_strings.html:104 +#. ("JS") +#: templates/web/base/js/translation_strings.html:107 msgid "updates" msgstr "" -#: templates/web/base/admin/report_edit.html:53 +#: templates/web/base/admin/reports/edit.html:53 msgid "used map" msgstr "已用過之地圖" @@ -5549,16 +5927,16 @@ msgstr "用戶來同一問題的地方政府- %d" msgid "user is problem owner" msgstr "%d 天數" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:601 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:599 +#: 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:3 +#: templates/web/base/reports/body.html:10 msgid "ward" msgstr "路檔" @@ -5610,7 +5988,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/base/reports/index.html:120 +#: templates/web/fixmystreet.com/reports/summary.html:153 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5628,7 +6006,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/base/reports/index.html:136 +#: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5646,19 +6024,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "上個月解決的%s " -#: templates/web/base/front/stats.html:8 +#: templates/web/westminster/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s 上一週的申報 " -#: templates/web/base/front/stats.html:13 +#: templates/web/westminster/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "近期的申報 %s " -#: templates/web/base/front/stats.html:25 +#: templates/web/westminster/front/stats.html:19 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5688,14 +6066,64 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/default/inactive-account.html:18 +#: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/bathnes/archive.html:25 +#: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" + +#~ msgid "" +#~ "Check private if reports in this category should never be displayed on the website.\n" +#~ "
\n" +#~ " Normally, categories are not private.\n" +#~ "
\n" +#~ " This is suitable for issues that you want to allow users to report to the body, but for which there is no public\n" +#~ " interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" +#~ " at a specific address." +#~ msgstr "" +#~ "檢查 私人類別 如果申報在此類別下 將不會公開在網頁上\n" +#~ "
\n" +#~ "一般而言類別不會設為私人\n" +#~ "
\n" +#~ "這類問題適合於用戶申報給有關機關,但公開申報資料並無公益性\n" +#~ "例如在英國想在某特定地點要求多安置垃圾筒" + +#~ msgid "Coordinates:" +#~ msgstr "協同單位:" + +#~ msgid "Didn't use map" +#~ msgstr "不使用地圖" + +#~ msgid "If you're using a send method that is not email, enter the service ID (Open311) or equivalent identifier here." +#~ msgstr "如果您使用 非電子郵件送出申訴方式, 請在此輸入此服務代號 (Open311) 或同等的代號。" + +#~ msgid "OK" +#~ msgstr "好了" + +#~ msgid "That report cannot be viewed on %s." +#~ msgstr "此申報無法在 %s上檢視 " + +#~ msgid "" +#~ "The email address is the destination to which reports about this category will be sent. \n" +#~ " Other categories for this body may have the same email address." +#~ msgstr "" +#~ "此 電子郵件 為此類別申報所將送出的對象\n" +#~ "該主責單位負責的其它類別可能也會使用同一電子郵件" + +#~ msgid "There was a problem with your email/password combination. Please try again." +#~ msgstr "您的電子郵件/密碼不符,請重試一次" + +#~ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." +#~ msgstr "本站為開發試用,可能隨時故障,資料庫也會定期刪除。" + +#~ msgid "Used map" +#~ msgstr "已用過之地圖" + +#~ msgid "or locate me automatically" +#~ msgstr "自動辨識我所在位置 " diff --git a/perllib/FixMyStreet/Cobrand/CheshireEast.pm b/perllib/FixMyStreet/Cobrand/CheshireEast.pm index 3ac81ab95ec..e8cf8f8a3c9 100644 --- a/perllib/FixMyStreet/Cobrand/CheshireEast.pm +++ b/perllib/FixMyStreet/Cobrand/CheshireEast.pm @@ -124,14 +124,14 @@ sub council_rss_alert_options { type => 'council', id => sprintf( 'council:%s:%s', $council->{id}, $council->{id_name} ), text => 'All reported problems within the council', - rss_text => sprintf( _('RSS feed of problems within %s'), $council->{name}), + rss_text => sprintf( 'RSS feed of problems within %s', $council->{name}), uri => $c->uri_for( '/rss/reports/' . $council->{short_name} ), }; push @options, { type => 'ward', id => sprintf( 'ward:%s:%s:%s:%s', $council->{id}, $ward->{id}, $council->{id_name}, $ward->{id_name} ), - rss_text => sprintf( _('RSS feed of reported problems within %s ward'), $ward->{name}), - text => sprintf( _('Reported problems within %s ward'), $ward->{name}), + rss_text => sprintf( 'RSS feed of reported problems within %s ward', $ward->{name}), + text => sprintf( 'Reported problems within %s ward', $ward->{name}), uri => $c->uri_for( '/rss/reports/' . $council->{short_name} . '/' . $ward->{short_name} ), } if $ward;